{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VoicemailPin", "title": "VoicemailPin", "type": "object", "required": [ "passcode" ], "properties": { "passcode": { "type": "string", "description": "Person voicemail PIN. The PIN must comply with the passcode rules defined for the organization.", "example": "27850230" } } }