{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudioFileInfoPatchDTO", "title": "AudioFileInfoPatchDTO", "type": "object", "properties": { "description": { "maxLength": 255, "minLength": 0, "type": "string", "description": "A short description of the dial plan.", "example": "Required for transferring calls to Queues" } } }