https://ns.adobe.com/xdm/common/geo
The geographic related data where an event was observed.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | common/geo.schema.json |
- Geo
https://ns.adobe.com/xdm/common/geo
- Geo Coordinates
http://schema.org/GeoCoordinates
- Geo Coordinates
{
"@id": "https://data.adobe.io/entities/geo/tokyo",
"xdm:countryCode": "JP",
"xdm:stateProvince": "JP-13",
"xdm:city": "Tōkyō",
"xdm:postalCode": "141-0032",
"schema:latitude": 35.6185,
"schema:longitude": 139.73237
}
{
"@id": "https://data.adobe.io/entities/geo/potsdam",
"xdm:countryCode": "DE",
"xdm:stateProvince": "DE-BB",
"xdm:city": "Potsdam",
"xdm:postalCode": "14482"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Geo Coordinates |
schema:description | string |
Optional | Geo Coordinates |
schema:elevation | number |
Optional | Geo Coordinates |
schema:latitude | number |
Optional | Geo Coordinates |
schema:longitude | number |
Optional | Geo Coordinates |
xdm:city | string |
Optional | Geo (this schema) |
xdm:countryCode | string |
Optional | Geo (this schema) |
xdm:dmaID | integer |
Optional | Geo (this schema) |
xdm:msaID | integer |
Optional | Geo (this schema) |
xdm:postalCode | string |
Optional | Geo (this schema) |
xdm:stateProvince | string |
Optional | Geo (this schema) |
* |
any | Additional | this schema allows additional properties |
The unique identifier of the coordinates.
@id
- is optional
- type:
string
- defined in Geo Coordinates
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986)
A description of what the coordinates identify.
schema:description
- is optional
- type:
string
- defined in Geo Coordinates
string
The specific elevation of the defined coordinate. The value conforms to the WGS84 datum and is measured in meters.
schema:elevation
- is optional
- type:
number
- defined in Geo Coordinates
number
The signed vertical coordinate of a geographic point.
schema:latitude
- is optional
- type:
number
- defined in Geo Coordinates
number
- minimum value:
-90
- maximum value:
90
The signed horizontal coordinate of a geographic point.
schema:longitude
- is optional
- type:
number
- defined in Geo Coordinates
number
- minimum value:
-180
- maximum value:
180
The name of the city.
xdm:city
- is optional
- type:
string
- defined in this schema
string
The two-character ISO 3166-1 alpha-2 code for the country.
xdm:countryCode
- is optional
- type:
string
- defined in this schema
string
All instances must conform to this regular expression (test examples here):
^[A-Z]{2}$
The Nielsen Media Research designated market area.
xdm:dmaID
- is optional
- type:
integer
- defined in this schema
integer
The Metropolitan Statistical Area in the USA where the observation occurred.
xdm:msaID
- is optional
- type:
integer
- defined in this schema
integer
The postal code of the location. Postal codes are not available for all countries. In some countries, this will only contain part of the postal code.
xdm:postalCode
- is optional
- type:
string
- defined in this schema
string
The state, or province portion of the observation. The format follows the [ISO 3166-2 (country and subdivision)][http://www.unece.org/cefact/locode/subdivisions.html] standard.
xdm:stateProvince
- is optional
- type:
string
- defined in this schema
string
All instances must conform to this regular expression
([A-Z]{2}-[A-Z0-9]{1,3}|)
"US-CA"
"DE-BB"
"JP-13"