Webex · Schema

LinksObjectForTelephony

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
rel string Link relation describing how the target resource is related to the current context (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988)).
href string Target resource URI (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988)).
method string Target resource method (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988)).
View JSON Schema on GitHub

JSON Schema

webex-linksobjectfortelephony-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinksObjectForTelephony",
  "title": "LinksObjectForTelephony",
  "type": "object",
  "required": [
    "rel",
    "href",
    "method"
  ],
  "properties": {
    "rel": {
      "type": "string",
      "example": "globalCallinNumbers",
      "description": "Link relation describing how the target resource is related to the current context (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))."
    },
    "href": {
      "type": "string",
      "example": "/api/v1/meetings/2c87cf8ece4e414a9fe5516e4a0aac76/globalCallinNumbers",
      "description": "Target resource URI (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))."
    },
    "method": {
      "type": "string",
      "example": "GET",
      "description": "Target resource method (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))."
    }
  }
}