{ "$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-create-model-response-structure.json", "name": "CreateModelResponse", "description": "CreateModelResponse schema from Amazon Lookout for Vision API", "type": "object", "properties": { "ModelMetadata": { "allOf": [ { "$ref": "#/components/schemas/ModelMetadata" }, { "description": "The response from a call to CreateModel." } ] } } }