Webex · Schema

PlaylistUsage

Mapping of a playlist to the locations and features where it is used.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Identifier of the playlist.
locations array List of locations using this playlist.
View JSON Schema on GitHub

JSON Schema

webex-playlistusage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlaylistUsage",
  "title": "PlaylistUsage",
  "description": "Mapping of a playlist to the locations and features where it is used.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Identifier of the playlist."
    },
    "locations": {
      "type": "array",
      "description": "List of locations using this playlist.",
      "items": {
        "type": "object",
        "description": "Location and feature referencing this playlist.",
        "properties": {
          "id": {
            "type": "string",
            "description": "Location identifier."
          },
          "name": {
            "type": "string",
            "description": "Location name."
          },
          "featureReference": {
            "type": "object",
            "description": "Feature referencing the playlist.",
            "properties": {
              "id": {
                "type": "string",
                "description": "Feature identifier."
              },
              "name": {
                "type": "string",
                "description": "Feature name."
              },
              "type": {
                "type": "string",
                "description": "Feature type."
              }
            },
            "required": [
              "id",
              "name",
              "type"
            ]
          }
        },
        "required": [
          "id",
          "name",
          "featureReference"
        ]
      }
    }
  },
  "required": [
    "id",
    "locations"
  ],
  "example": {
    "id": "Y2lzY29zcGFyazovL3VzL1BMQVlMSVNULzg1NWU1N2M0LWUzYTAtNGEyZS1hYWYxLTQ3ZWUxMmI3M2U2MA",
    "locations": [
      {
        "name": "RCDN6",
        "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzAxNWFmN2QzLTRlNzktNGY2ZC04Nzk5LWRlMjEzYTBhZDNhYQ",
        "featureReference": {
          "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNGFlMzJkMTAtNWI0Zi00NmNmLWI4ZTQtYmE2YzNiZjMyZGZi",
          "name": "Test Call Queue",
          "type": "CALL_QUEUE"
        }
      },
      {
        "name": "RCDN6",
        "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzAxNWFmN2QzLTRlNzktNGY2ZC04Nzk5LWRlMjEzYTBhZDNhYQ",
        "featureReference": {
          "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvMTkyNDYxMjEtZDhiYi00NTdjLWEzZjQtNGQ3YTBlYmQ4Nzk2",
          "name": "Test Call Queue 3",
          "type": "CALL_QUEUE"
        }
      }
    ]
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-playlistusage"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.