{
  "typeName" : "AWS::IoT1Click::Project",
  "description" : "Resource Type definition for AWS::IoT1Click::Project",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "ProjectName" : {
      "type" : "string"
    },
    "Arn" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "PlacementTemplate" : {
      "$ref" : "#/definitions/PlacementTemplate"
    }
  },
  "definitions" : {
    "PlacementTemplate" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "DeviceTemplates" : {
          "type" : "object"
        },
        "DefaultAttributes" : {
          "type" : "object"
        }
      }
    }
  },
  "required" : [ "PlacementTemplate" ],
  "readOnlyProperties" : [ "/properties/Arn", "/properties/Id" ],
  "createOnlyProperties" : [ "/properties/ProjectName" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}