{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DECTNetworkListPerson", "title": "DECTNetworkListPerson", "type": "object", "properties": { "dectNetworks": { "type": "array", "items": { "$ref": "#/components/schemas/DECTNetworkItem" }, "description": "List of DECT networks associated with the person." } } }