Windstream Holdings · JSON-LD Context

Windstream Holdings Context

JSON-LD context defining the semantic vocabulary for Windstream Holdings from Windstream Holdings.

14 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
windstream: https://windstreamenterprise.com/vocab#
telecom: https://www.itu.int/vocab#

Classes

Call Extension AutoAttendant Tenant Agent Queue User Role Organization name description url telephone email

Properties

Property Type Container
callId string
callingNumber string
calledNumber string
callState string
callDuration integer
extensionNumber string
tenantId string
agentState string
queueLength integer
agentsAvailable integer
menuOption reference
dtmfDigit string
greeting string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "windstream": "https://windstreamenterprise.com/vocab#",
    "telecom": "https://www.itu.int/vocab#",

    "Call": "windstream:Call",
    "Extension": "windstream:Extension",
    "AutoAttendant": "windstream:AutoAttendant",
    "Tenant": "windstream:Tenant",
    "Agent": "windstream:Agent",
    "Queue": "windstream:Queue",
    "User": "windstream:User",
    "Role": "windstream:Role",

    "callId": {
      "@id": "windstream:callId",
      "@type": "xsd:string"
    },
    "callingNumber": {
      "@id": "windstream:callingNumber",
      "@type": "xsd:string"
    },
    "calledNumber": {
      "@id": "windstream:calledNumber",
      "@type": "xsd:string"
    },
    "callState": {
      "@id": "windstream:callState",
      "@type": "xsd:string"
    },
    "callDuration": {
      "@id": "windstream:callDuration",
      "@type": "xsd:integer"
    },
    "extensionNumber": {
      "@id": "windstream:extensionNumber",
      "@type": "xsd:string"
    },
    "tenantId": {
      "@id": "windstream:tenantId",
      "@type": "xsd:string"
    },
    "agentState": {
      "@id": "windstream:agentState",
      "@type": "xsd:string"
    },
    "queueLength": {
      "@id": "windstream:queueLength",
      "@type": "xsd:integer"
    },
    "agentsAvailable": {
      "@id": "windstream:agentsAvailable",
      "@type": "xsd:integer"
    },
    "menuOption": {
      "@id": "windstream:menuOption",
      "@type": "@id"
    },
    "dtmfDigit": {
      "@id": "windstream:dtmfDigit",
      "@type": "xsd:string"
    },
    "greeting": {
      "@id": "windstream:greeting",
      "@type": "xsd:string"
    },
    "Organization": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "telephone": "schema:telephone",
    "email": "schema:email"
  }
}