AT&T · JSON-LD Context

Network Apis Context

JSON-LD context defining the semantic vocabulary for Network Apis from AT&T.

0 Classes 9 Properties 13 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
phoneNumber: https://api.att.com/vocab/phoneNumber
connectivityStatus: https://api.att.com/vocab/connectivityStatus
networkGeneration: https://api.att.com/vocab/networkGeneration
countryCode: https://api.att.com/vocab/countryCode
countryName: https://api.att.com/vocab/countryName
qosProfile: https://api.att.com/vocab/qosProfile
sessionId: https://api.att.com/vocab/sessionId
qosStatus: https://api.att.com/vocab/qosStatus
signalStrength: https://api.att.com/vocab/signalStrength
congestionLevel: https://api.att.com/vocab/congestionLevel
riskLevel: https://api.att.com/vocab/riskLevel
threats: https://api.att.com/vocab/threats

Properties

Property Type Container
maxAge integer
swapped boolean
roaming boolean
devicePhoneNumberVerified boolean
duration integer
expiresAt dateTime
estimatedDownlinkThroughput decimal
estimatedLatency integer
anomalyScore decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://api.att.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "phoneNumber": "https://api.att.com/vocab/phoneNumber",
    "maxAge": {
      "@id": "https://api.att.com/vocab/maxAge",
      "@type": "xsd:integer"
    },
    "swapped": {
      "@id": "https://api.att.com/vocab/swapped",
      "@type": "xsd:boolean"
    },
    "connectivityStatus": "https://api.att.com/vocab/connectivityStatus",
    "networkGeneration": "https://api.att.com/vocab/networkGeneration",
    "roaming": {
      "@id": "https://api.att.com/vocab/roaming",
      "@type": "xsd:boolean"
    },
    "countryCode": "https://api.att.com/vocab/countryCode",
    "countryName": "https://api.att.com/vocab/countryName",
    "devicePhoneNumberVerified": {
      "@id": "https://api.att.com/vocab/devicePhoneNumberVerified",
      "@type": "xsd:boolean"
    },
    "qosProfile": "https://api.att.com/vocab/qosProfile",
    "duration": {
      "@id": "https://api.att.com/vocab/duration",
      "@type": "xsd:integer"
    },
    "sessionId": "https://api.att.com/vocab/sessionId",
    "qosStatus": "https://api.att.com/vocab/qosStatus",
    "expiresAt": {
      "@id": "https://api.att.com/vocab/expiresAt",
      "@type": "xsd:dateTime"
    },
    "signalStrength": "https://api.att.com/vocab/signalStrength",
    "estimatedDownlinkThroughput": {
      "@id": "https://api.att.com/vocab/estimatedDownlinkThroughput",
      "@type": "xsd:decimal"
    },
    "estimatedLatency": {
      "@id": "https://api.att.com/vocab/estimatedLatency",
      "@type": "xsd:integer"
    },
    "congestionLevel": "https://api.att.com/vocab/congestionLevel",
    "riskLevel": "https://api.att.com/vocab/riskLevel",
    "anomalyScore": {
      "@id": "https://api.att.com/vocab/anomalyScore",
      "@type": "xsd:decimal"
    },
    "threats": "https://api.att.com/vocab/threats"
  }
}