Webex · Schema

Link

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
href string
hreflang string
title string
type string
deprecation string
profile string
name string
templated boolean
View JSON Schema on GitHub

JSON Schema

webex-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Link",
  "title": "Link",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    },
    "hreflang": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "deprecation": {
      "type": "string"
    },
    "profile": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "templated": {
      "type": "boolean"
    }
  }
}