United States Postal Service · JSON-LD Context

United States Postal Service Addresses Context

JSON-LD context defining the semantic vocabulary for United States Postal Service Addresses from United States Postal Service.

3 Classes 16 Properties 4 Namespaces
View Context View on GitHub

Namespaces

usps: https://usps.api.usps.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Address CityState ZIPCodeResult

Properties

Property Type Container
firm string
streetAddress string
streetAddressAbbreviation string
secondaryAddress string
city string
cityAbbreviation string
state string
postalCode string
province string
ZIPCode string
ZIPPlus4 string
urbanization string
classificationCode string
DPVConfirmation string
DPVCMRA string
DPVFootnotes string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "usps": "https://usps.api.usps.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Address": "usps:Address",
    "CityState": "usps:CityState",
    "ZIPCodeResult": "usps:ZIPCodeResult",
    "firm": {
      "@id": "usps:firm",
      "@type": "xsd:string"
    },
    "streetAddress": {
      "@id": "usps:streetAddress",
      "@type": "xsd:string"
    },
    "streetAddressAbbreviation": {
      "@id": "usps:streetAddressAbbreviation",
      "@type": "xsd:string"
    },
    "secondaryAddress": {
      "@id": "usps:secondaryAddress",
      "@type": "xsd:string"
    },
    "city": {
      "@id": "usps:city",
      "@type": "xsd:string"
    },
    "cityAbbreviation": {
      "@id": "usps:cityAbbreviation",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "usps:state",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "usps:postalCode",
      "@type": "xsd:string"
    },
    "province": {
      "@id": "usps:province",
      "@type": "xsd:string"
    },
    "ZIPCode": {
      "@id": "usps:ZIPCode",
      "@type": "xsd:string"
    },
    "ZIPPlus4": {
      "@id": "usps:ZIPPlus4",
      "@type": "xsd:string"
    },
    "urbanization": {
      "@id": "usps:urbanization",
      "@type": "xsd:string"
    },
    "classificationCode": {
      "@id": "usps:classificationCode",
      "@type": "xsd:string"
    },
    "DPVConfirmation": {
      "@id": "usps:DPVConfirmation",
      "@type": "xsd:string"
    },
    "DPVCMRA": {
      "@id": "usps:DPVCMRA",
      "@type": "xsd:string"
    },
    "DPVFootnotes": {
      "@id": "usps:DPVFootnotes",
      "@type": "xsd:string"
    }
  }
}