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