AT&T Developer Hub · JSON-LD Context

At T Developer Hub Sim Swap Api Context

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

4 Classes 4 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

SimSwapCheckRequest SimSwapCheckResponse SimSwapDateRequest SimSwapDateResponse

Properties

Property Type Container
phoneNumber string
maxAge integer
swapped boolean
latestSimChange dateTime

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#",
    "SimSwapCheckRequest": "att:SimSwapCheckRequest",
    "SimSwapCheckResponse": "att:SimSwapCheckResponse",
    "SimSwapDateRequest": "att:SimSwapDateRequest",
    "SimSwapDateResponse": "att:SimSwapDateResponse",
    "phoneNumber": {
      "@id": "att:phoneNumber",
      "@type": "xsd:string"
    },
    "maxAge": {
      "@id": "att:maxAge",
      "@type": "xsd:integer"
    },
    "swapped": {
      "@id": "att:swapped",
      "@type": "xsd:boolean"
    },
    "latestSimChange": {
      "@id": "att:latestSimChange",
      "@type": "xsd:dateTime"
    }
  }
}