Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.63 KB

geounit.schema.md

File metadata and controls

69 lines (40 loc) · 1.63 KB

Geographical Unit Schema

https://ns.adobe.com/xdm/common/geounit

The geographical unit of a parent geographical unit.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted common/geounit.schema.json

Geographical Unit Example

{
  "@id": "https://data.adobe.io/geo-san-jose",
  "xdm:label": "San Jose"
}

Geographical Unit Properties

Property Type Required Defined by
@id string Optional Geographical Unit (this schema)
xdm:label string Optional Geographical Unit (this schema)
* any Additional this schema allows additional properties

@id

Identifier

The ID associated with this geographical unit.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:label

Label of the Geographical Unit.

The user-friendly name for the geographical unit.

xdm:label

  • is optional
  • type: string
  • defined in this schema

xdm:label Type

string