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