{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-engine-version-structure.json", "name": "EngineVersion", "type": "object", "description": "Id of the engine version.", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "name" }, "description": "Id for the version." } ] } } }