{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-project-resource-schema.json", "title": "ProjectResource", "description": "Identifies a specific IoT SiteWise Monitor project.", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/ID" }, { "description": "The ID of the project." } ] } }, "required": [ "id" ] }