{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BaseStationResponse", "title": "BaseStationResponse", "type": "object", "required": [ "mac", "result" ], "properties": { "mac": { "type": "string", "example": "6DDE9EBDE1C9", "description": "MAC Address added to the base station." }, "result": { "$ref": "#/components/schemas/BaseStationPostResult", "description": "Object with base station POST Result." } } }