{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DECTNetworkList", "title": "DECTNetworkList", "type": "object", "required": [ "dectNetworks" ], "properties": { "dectNetworks": { "type": "array", "items": { "$ref": "#/components/schemas/DECTNetworkDetail" }, "description": "List of DECT networks in an organization." } } }