Schema.org · JSON Structure

Schema Org Postal Address

The mailing address.

Type: object Properties: 15
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

PostalAddress is a JSON Structure definition published by Schema.org, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context streetAddress addressLocality addressRegion postalCode addressCountry postOfficeBoxNumber name telephone faxNumber email contactType areaServed availableLanguage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-postal-address.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "PostalAddress",
  "description": "The mailing address.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "streetAddress": { "type": "string" },
    "addressLocality": { "type": "string" },
    "addressRegion": { "type": "string" },
    "postalCode": { "type": "string" },
    "addressCountry": { "type": "string" },
    "postOfficeBoxNumber": { "type": "string" },
    "name": { "type": "string" },
    "telephone": { "type": "string" },
    "faxNumber": { "type": "string" },
    "email": { "type": "string" },
    "contactType": { "type": "string" },
    "areaServed": { "type": "string" },
    "availableLanguage": { "type": "array", "items": { "type": "string" } }
  }
}