{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateMusicOnHoldObject", "title": "UpdateMusicOnHoldObject", "type": "object", "properties": { "defaultOrgMoh": { "type": "string", "example": "'OPUS' or 'LEGACY'", "description": "Default org level Music on Hold option, can be one of two options: Choose between Opus Number 1 (Music On Hold used in other Cisco products like UCM) and existing legacy Music On Hold." } } }