{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-location-routecalculator.json",
  "title": "AWSLocationRouteCalculatorProperties",
  "description": "Definition of AWS::Location::RouteCalculator Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-location-routecalculator.json",
    "sourceSha256": "e1588c20b6e6f2f3b90d4b9b77898984c2770009fba4be325646ef034304cd0c"
  },
  "type": "object",
  "properties": {
    "CalculatorName": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "pattern": "^[-._\\w]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DataSource": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1000,
          "minLength": 0
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "PricingPlan": {
      "$ref": "#/$defs/PricingPlan"
    }
  },
  "typeName": "AWS::Location::RouteCalculator",
  "$defs": {
    "PricingPlan": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "RequestBasedUsage"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSLocationRouteCalculatorPricingPlanDefinition"
    },
    "iso8601UTC": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([0-2]\\d{3})-(0[0-9]|1[0-2])-([0-2]\\d|3[01])T([01]\\d|2[0-4]):([0-5]\\d):([0-6]\\d)((\\.\\d{3})?)Z$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)",
      "title": "AWSLocationRouteCalculatoriso8601UTCDefinition"
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/CalculatorName"
  ],
  "readOnlyProperties": [
    "/properties/CalculatorArn",
    "/properties/Arn",
    "/properties/CreateTime",
    "/properties/UpdateTime"
  ],
  "createOnlyProperties": [
    "/properties/CalculatorName",
    "/properties/DataSource",
    "/properties/Description",
    "/properties/PricingPlan"
  ],
  "required": [
    "CalculatorName",
    "DataSource"
  ]
}
