AT&T Developer Hub · JSON-LD Context

At T Developer Hub Network Insights Api Context

JSON-LD context defining the semantic vocabulary for At T Developer Hub Network Insights Api from AT&T Developer Hub.

3 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

att: https://att.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Device NetworkMetricsRequest NetworkMetrics

Properties

Property Type Container
phoneNumber string
ipv4Address reference
publicAddress string
device reference
networkGeneration string
signalStrength string
estimatedDownlinkThroughput integer
estimatedUplinkThroughput integer
estimatedLatency integer
congestionLevel string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "att": "https://att.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Device": "att:Device",
    "NetworkMetricsRequest": "att:NetworkMetricsRequest",
    "NetworkMetrics": "att:NetworkMetrics",
    "phoneNumber": {
      "@id": "att:phoneNumber",
      "@type": "xsd:string"
    },
    "ipv4Address": {
      "@id": "att:ipv4Address",
      "@type": "@id"
    },
    "publicAddress": {
      "@id": "att:publicAddress",
      "@type": "xsd:string"
    },
    "device": {
      "@id": "att:device",
      "@type": "@id"
    },
    "networkGeneration": {
      "@id": "att:networkGeneration",
      "@type": "xsd:string"
    },
    "signalStrength": {
      "@id": "att:signalStrength",
      "@type": "xsd:string"
    },
    "estimatedDownlinkThroughput": {
      "@id": "att:estimatedDownlinkThroughput",
      "@type": "xsd:integer"
    },
    "estimatedUplinkThroughput": {
      "@id": "att:estimatedUplinkThroughput",
      "@type": "xsd:integer"
    },
    "estimatedLatency": {
      "@id": "att:estimatedLatency",
      "@type": "xsd:integer"
    },
    "congestionLevel": {
      "@id": "att:congestionLevel",
      "@type": "xsd:string"
    }
  }
}