{ "$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-update-portal-response-structure.json", "name": "UpdatePortalResponse", "description": "UpdatePortalResponse schema", "type": "object", "properties": { "portalStatus": { "allOf": [ { "$ref": "#/components/schemas/PortalStatus" }, { "description": "The status of the portal, which contains a state (UPDATING after successfully calling this operation) and any error message." } ] } }, "required": [ "portalStatus" ] }