{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot1click-project.json",
  "title": "AWSIoT1ClickProjectProperties",
  "description": "Resource Type definition for AWS::IoT1Click::Project. 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-project.json",
    "sourceSha256": "ef8278d6759a2be76776593587be7aaf4fa95a49f537fc5f0aa7056cc9c3bce7"
  },
  "type": "object",
  "properties": {
    "ProjectName": {
      "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"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "PlacementTemplate": {
      "$ref": "#/$defs/PlacementTemplate"
    }
  },
  "typeName": "AWS::IoT1Click::Project",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "$defs": {
    "PlacementTemplate": {
      "type": "object",
      "title": "AWSIoT1ClickProjectPlacementTemplateDefinition",
      "properties": {
        "DeviceTemplates": {
          "type": "object"
        },
        "DefaultAttributes": {
          "type": "object"
        }
      },
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/ProjectName"
  ],
  "additionalProperties": false,
  "required": [
    "PlacementTemplate"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Id"
  ]
}
