{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot-thing.json",
  "title": "AWSIoTThingProperties",
  "description": "Resource Type definition for AWS::IoT::Thing. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iot-thing.json",
    "sourceSha256": "689e6b77080962cdd274771391e41660bf1a03a3bd195f9db603d3ac56e4897a"
  },
  "type": "object",
  "properties": {
    "AttributePayload": {
      "$ref": "#/$defs/AttributePayload"
    },
    "ThingName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[a-zA-Z0-9:_-]+",
          "minLength": 1,
          "maxLength": 128
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::IoT::Thing",
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn"
  ],
  "$defs": {
    "AttributePayload": {
      "type": "object",
      "title": "AWSIoTThingAttributePayloadDefinition",
      "properties": {
        "Attributes": {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "[a-zA-Z0-9_.,@/:#-]+": {
              "type": "string"
            }
          }
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/ThingName"
  ],
  "additionalProperties": false,
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": true
  },
  "createOnlyProperties": [
    "/properties/ThingName"
  ]
}
