{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-location-map.json",
  "title": "AWSLocationMapProperties",
  "description": "Definition of AWS::Location::Map 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-map.json",
    "sourceSha256": "8dfab40e28e4be85586c0f08317cd317da254e43b7fdeb1fed44b37e7824c721"
  },
  "type": "object",
  "properties": {
    "Configuration": {
      "$ref": "#/$defs/MapConfiguration"
    },
    "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"
        }
      ]
    },
    "MapName": {
      "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"
        }
      ]
    },
    "PricingPlan": {
      "$ref": "#/$defs/PricingPlan"
    }
  },
  "typeName": "AWS::Location::Map",
  "$defs": {
    "MapConfiguration": {
      "type": "object",
      "properties": {
        "Style": {
          "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"
            }
          ]
        }
      },
      "title": "AWSLocationMapMapConfigurationDefinition",
      "required": [
        "Style"
      ],
      "additionalProperties": false
    },
    "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": "AWSLocationMapPricingPlanDefinition"
    },
    "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": "AWSLocationMapiso8601UTCDefinition"
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/MapName"
  ],
  "readOnlyProperties": [
    "/properties/CreateTime",
    "/properties/DataSource",
    "/properties/MapArn",
    "/properties/Arn",
    "/properties/UpdateTime"
  ],
  "createOnlyProperties": [
    "/properties/MapName",
    "/properties/Configuration",
    "/properties/Description",
    "/properties/PricingPlan"
  ],
  "required": [
    "MapName",
    "Configuration"
  ]
}
