{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-delete-model-response-structure.json", "name": "DeleteModelResponse", "description": "DeleteModelResponse schema from Amazon Lookout for Vision API", "type": "object", "properties": { "ModelArn": { "allOf": [ { "$ref": "#/components/schemas/ModelArn" }, { "description": "The Amazon Resource Name (ARN) of the model that was deleted." } ] } } }