{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BaseStationsPostResponse",
"title": "BaseStationsPostResponse",
"type": "object",
"required": [
"baseStations"
],
"properties": {
"baseStations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BaseStationResponse"
},
"description": "List of base station MAC addresses that have to be added to the DECT network."
}
}
}