{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserMonitoringGet", "title": "UserMonitoringGet", "type": "object", "required": [ "callParkNotificationEnabled" ], "properties": { "callParkNotificationEnabled": { "type": "boolean", "example": true, "description": "Call park notification enabled or disabled." }, "monitoredElements": { "$ref": "#/components/schemas/MonitoredElementItem", "description": "Monitored element items." } } }