{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgentCallerId", "title": "AgentCallerId", "type": "object", "required": [ "selectedCallerId" ], "properties": { "selectedCallerId": { "$ref": "#/components/schemas/SelectedCallerIdObject", "description": "Indicates agent's Caller ID choice for outgoing calls." } } }