{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeviceListing", "title": "DeviceListing", "type": "object", "properties": { "DeviceServer": { "type": "object", "description": "", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/DeviceServer" } } }