AT&T Developer Hub · JSON-LD Context

At T Developer Hub Number Verification Api Context

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

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

NumberVerificationRequest NumberVerificationResponse

Properties

Property Type Container
phoneNumber string
devicePhoneNumberVerified boolean

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#",
    "NumberVerificationRequest": "att:NumberVerificationRequest",
    "NumberVerificationResponse": "att:NumberVerificationResponse",
    "phoneNumber": {
      "@id": "att:phoneNumber",
      "@type": "xsd:string"
    },
    "devicePhoneNumberVerified": {
      "@id": "att:devicePhoneNumberVerified",
      "@type": "xsd:boolean"
    }
  }
}