{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GatewayList", "title": "GatewayList", "type": "object", "description": "A list of gateways", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Gateway" }, "example": [] }, "@odata.context": { "type": "string", "example": "example_value" } } }