{ "$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-create-project-response-schema.json", "title": "CreateProjectResponse", "description": "CreateProjectResponse 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}