{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot1click-device.json",
  "title": "AWSIoT1ClickDeviceProperties",
  "description": "Resource Type definition for AWS::IoT1Click::Device. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iot1click-device.json",
    "sourceSha256": "4ffda7cb56537458464905389f077a76d6ff0d14f8d1b3d357c8e71b00ebf39d"
  },
  "type": "object",
  "properties": {
    "Enabled": {
      "type": "boolean"
    }
  },
  "typeName": "AWS::IoT1Click::Device",
  "primaryIdentifier": [
    "/properties/DeviceId"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/DeviceId"
  ],
  "required": [
    "Enabled",
    "DeviceId"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/DeviceId"
  ]
}
