{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GatewayConfig", "title": "GatewayConfig", "type": "object", "properties": { "services": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "proxy": { "type": "object" } } } } } }