{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DialPlanBulkExportDTO", "title": "DialPlanBulkExportDTO", "type": "object", "properties": { "name": { "type": "string" }, "regularExpression": { "type": "string" }, "prefix": { "type": "string" }, "strippedChars": { "type": "string" } } }