{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DectVlanObject", "title": "DectVlanObject", "type": "object", "required": [ "enabled", "value" ], "properties": { "enabled": { "type": "boolean", "description": "Denotes whether the VLAN object of DECT is enabled." }, "value": { "type": "number", "description": "Value of the VLAN Object of DECT." } } }