{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiVersionResponse", "title": "ApiVersionResponse", "type": "object", "properties": { "versions": { "type": "array", "items": { "type": "string" } }, "status": { "type": "string", "example": "OK" } } }