{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DialedNumberPatternCreate", "type": "object", "properties": { "pattern": { "type": "string" }, "description": { "type": "string" }, "callType": { "type": "string" }, "applicationName": { "type": "string" }, "enabled": { "type": "boolean" } } }