schemaorg-coda :: Example

eg-0346

From v29.4

JSON-LD

{
        "@context": "https://schema.org",
        "@type": "DefinedRegion",
        "addressCountry": "US",
        "addressRegion": "CA",
        "postalCodeRange": {
            "@type": "PostalCodeRangeSpecification",
            "postalCodeBegin": "90001",
            "postalCodeEnd": "96162"
        }
    }

Pre-Markup

Defined region example (JSON-LD only).