Webex · Schema
LocationTranslationPatternGet
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for a translation pattern. |
| name | string | A name given to a translation pattern for a location. |
| matchingPattern | string | A matching pattern given to a translation pattern for a location. |
| replacementPattern | string | A replacement pattern given to a translation pattern for a location. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LocationTranslationPatternGet",
"title": "LocationTranslationPatternGet",
"type": "object",
"required": [
"id",
"name",
"matchingPattern",
"replacementPattern"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0RJR0lUX1BBVFRFUk5TLzg3NGRjMjM1LTgwNTktNGM4OC05ZjU5LTRiNjdkZDJhZTZjMg",
"description": "Unique identifier for a translation pattern."
},
"name": {
"type": "string",
"example": "CHNHelpDesk",
"description": "A name given to a translation pattern for a location."
},
"matchingPattern": {
"type": "string",
"example": "+91[2-7]XX21",
"description": "A matching pattern given to a translation pattern for a location."
},
"replacementPattern": {
"type": "string",
"example": "+91352133",
"description": "A replacement pattern given to a translation pattern for a location."
}
}
}