{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DialledNumberEntryPointExportDTO", "title": "DialledNumberEntryPointExportDTO", "type": "object", "properties": { "dialledNumber": { "type": "string" }, "extension": { "type": "string" }, "location": { "type": "string" }, "entryPointName": { "type": "string" }, "region": { "type": "string" } } }