{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-location-trackerconsumer.json",
  "title": "AWSLocationTrackerConsumerProperties",
  "description": "Definition of AWS::Location::TrackerConsumer 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-trackerconsumer.json",
    "sourceSha256": "22b231ad743ccfa431d9fdab2c41965f4d586d1de08367b3a907baaa3a0f8972"
  },
  "type": "object",
  "properties": {
    "ConsumerArn": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1600,
          "pattern": "^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:([^/].*)?$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TrackerName": {
      "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"
        }
      ]
    }
  },
  "typeName": "AWS::Location::TrackerConsumer",
  "primaryIdentifier": [
    "/properties/TrackerName",
    "/properties/ConsumerArn"
  ],
  "createOnlyProperties": [
    "/properties/TrackerName",
    "/properties/ConsumerArn"
  ],
  "additionalProperties": false,
  "required": [
    "ConsumerArn",
    "TrackerName"
  ]
}
