{ "$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-create-dashboard-response-structure.json", "name": "CreateDashboardResponse", "description": "CreateDashboardResponse schema", "type": "object", "properties": { "dashboardId": { "allOf": [ { "$ref": "#/components/schemas/ID" }, { "description": "The ID of the dashboard." } ] }, "dashboardArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

" } ] } }, "required": [ "dashboardId", "dashboardArn" ] }