Amberflo · JSON-LD Context

Amberflo Billing Address Context

JSON-LD context defining the semantic vocabulary for Amberflo Billing Address from Amberflo.

1 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Address

Properties

Property Type Container
verified boolean
line1 string
state string
city string
postalCode string
country string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amberflo": "https://amberflo.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Address": "amberflo:Address",
    "verified": {
      "@id": "amberflo:verified",
      "@type": "xsd:boolean"
    },
    "line1": {
      "@id": "amberflo:line1",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "amberflo:state",
      "@type": "xsd:string"
    },
    "city": {
      "@id": "amberflo:city",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "amberflo:postalCode",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "amberflo:country",
      "@type": "xsd:string"
    }
  }
}