https://ns.adobe.com/xdm/common/address
A postal address. Address could relate to a person's home, work, or preferred store location.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | common/address.schema.json |
- Postal address
https://ns.adobe.com/xdm/common/address
- Geo Coordinates
http://schema.org/GeoCoordinates
- Geo
https://ns.adobe.com/xdm/common/geo
- Audit trail
https://ns.adobe.com/xdm/common/auditable
- Geo Coordinates
{
"@id": "https://data.adobe.io/entities/address/123",
"xdm:primary": false,
"xdm:street1": "345 Park Ave",
"xdm:city": "San Jose",
"xdm:stateProvince": "US-CA",
"xdm:postalCode": "95110",
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
}
Property | Type | Required | Default | Defined by |
---|---|---|---|---|
@id | string |
Optional | Geo Coordinates | |
repo:createDate | string |
Optional | Audit trail | |
repo:modifyDate | string |
Optional | Audit trail | |
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 | |
xdm:country | string |
Optional | Postal address (this schema) | |
xdm:countryCode | string |
Optional | Geo | |
xdm:createdByBatchID | string |
Optional | Audit trail | |
xdm:dmaID | integer |
Optional | Geo | |
xdm:label | string |
Optional | Postal address (this schema) | |
xdm:lastVerifiedDate | string |
Optional | Postal address (this schema) | |
xdm:modifiedByBatchID | string |
Optional | Audit trail | |
xdm:msaID | integer |
Optional | Geo | |
xdm:postOfficeBox | string |
Optional | Postal address (this schema) | |
xdm:postalCode | string |
Optional | Geo | |
xdm:primary | boolean |
Optional | Postal address (this schema) | |
xdm:region | string |
Optional | Postal address (this schema) | |
xdm:repositoryCreatedBy | string |
Optional | Audit trail | |
xdm:repositoryLastModifiedBy | string |
Optional | Audit trail | |
xdm:stateProvince | string |
Optional | Geo | |
xdm:status | string |
Optional | "active" |
Postal address (this schema) |
xdm:statusReason | string |
Optional | Postal address (this schema) | |
xdm:street1 | string |
Optional | Postal address (this schema) | |
xdm:street2 | string |
Optional | Postal address (this schema) | |
xdm:street3 | string |
Optional | Postal address (this schema) | |
xdm:street4 | string |
Optional | Postal address (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-reference
– URI Reference (according to RFC3986)
The server date and time when the resource was created in the repository, such as when an asset file is first uploaded or a directory is created by the server as the parent of a new asset. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:createDate
- is optional
- type:
string
- defined in Audit trail
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"
The server date and time when the resource was last modified in the repository, such as when a new version of an asset is uploaded or a directory's child resource is added or removed. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:modifyDate
- is optional
- type:
string
- defined in Audit trail
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"
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 Geo
string
The name of the government-administered territory. Other than xdm:countryCode
, this is a free-form field that can have the country name in any language.
xdm:country
- 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 Geo
string
All instances must conform to this regular expression (test examples here):
^[A-Z]{2}$
The dataset files in Catalog which has been originating the creation of the record.
xdm:createdByBatchID
- is optional
- type:
string
- defined in Audit trail
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The Nielsen media research designated market area.
xdm:dmaID
- is optional
- type:
integer
- defined in Geo
integer
Free form name of the address.
xdm:label
- is optional
- type:
string
- defined in this schema
string
The date that the address was last verified as still associated to the person.
xdm:lastVerifiedDate
- is optional
- type:
string
- defined in this schema
string
- format:
date
– date, without time (according to RFC 3339, section 5.6)
The last dataset files in Catalog which has modified the record. At creation time, modifiedByBatchID
is set as createdByBatchID
.
xdm:modifiedByBatchID
- is optional
- type:
string
- defined in Audit trail
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The metropolitan statistical area in the United States where the observation occurred.
xdm:msaID
- is optional
- type:
integer
- defined in Geo
integer
Post office box of the address.
xdm:postOfficeBox
- is optional
- type:
string
- defined in this schema
string
- maximum length: 20 characters
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 Geo
string
Primary address indicator. A profile can have only one primary
address at a given point of time.
xdm:primary
- is optional
- type:
boolean
- defined in this schema
boolean
The region, county, or district portion of the address.
xdm:region
- is optional
- type:
string
- defined in this schema
string
User ID of who created the record.
xdm:repositoryCreatedBy
- is optional
- type:
string
- defined in Audit trail
string
User ID of who last modified the record. At creation time, modifiedByUser
is set as createdByUser
.
xdm:repositoryLastModifiedBy
- is optional
- type:
string
- defined in Audit trail
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 Geo
string
All instances must conform to this regular expression
([A-Z]{2}-[A-Z0-9]{1,3}|)
"US-CA"
"DE-BB"
"JP-13"
An indication as to the ability to use the address.
xdm:status
- is optional
- type:
string
- default:
"active"
- defined in this schema
string
Value | Description |
---|---|
active |
Active |
incomplete |
Incomplete |
pending_verification |
Pending verification |
blacklisted |
Blacklisted |
blocked |
Blocked |
A description of the current status.
xdm:statusReason
- is optional
- type:
string
- defined in this schema
string
Primary street level information, apartment number, street number, and street name.
xdm:street1
- is optional
- type:
string
- defined in this schema
string
Optional street information second line.
xdm:street2
- is optional
- type:
string
- defined in this schema
string
Optional street information third line.
xdm:street3
- is optional
- type:
string
- defined in this schema
string
Optional street information fourth line.
xdm:street4
- is optional
- type:
string
- defined in this schema
string