{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BaseStationsListResponse", "title": "BaseStationsListResponse", "type": "object", "required": [ "baseStations" ], "properties": { "baseStations": { "type": "array", "items": { "$ref": "#/components/schemas/BaseStationsResponse" }, "description": "List of base stations in a DECT Network." } } }