{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/gateway_list_response", "title": "gateway_list_response", "allOf": [ { "properties": { "gateways": { "description": "Array of Authorization gateway configuration", "items": { "$ref": "#/components/schemas/gateway_response" }, "type": "array" } }, "type": "object" }, { "$ref": "#/components/schemas/paginated_response" } ] }