{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-service-version-structure.json", "name": "ServiceVersion", "description": "The version of the requested service.", "properties": { "Version": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The version number of the requested service." } ] } } }