{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-describe-project-response-structure.json", "name": "DescribeProjectResponse", "description": "DescribeProjectResponse schema", "type": "object", "properties": { "projectId": { "allOf": [ { "$ref": "#/components/schemas/ID" }, { "description": "The ID of the project." } ] }, "projectArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}