https://ns.adobe.com/xdm/mixins/sports-entertainment-event-venue
For Sports and Entertaiment Event Venue information, such as a concert hall or sports arena.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/location/sports-entertainment-event-venue.schema.json |
{
"xdm:eventVenue": {
"xdm:designatedMarketAreas": [
"123",
"456"
],
"xdm:currency": {
"xdm:amount": -200757575,
"xdm:currencyCode": "USD",
"xdm:conversionDate": "2022-01-01T15:52:25+00:00"
},
"xdm:markets": [
"463",
"123"
],
"xdm:physicalAddress": {
"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"
},
"xdm:seatingCapacity": 250,
"xdm:timeZone": "America/Chicago",
"xdm:url": "https://adobe.com"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:eventVenue | object |
Optional | Sports Entertainment Event Venue (this schema) |
* |
any | Additional | this schema allows additional properties |
Details of a live event venue physical location.
xdm:eventVenue
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:currency |
Optional | |
xdm:designatedMarketAreas |
array | Optional |
xdm:markets |
array | Optional |
xdm:physicalAddress |
Optional | |
xdm:seatingCapacity |
integer | Optional |
xdm:timeZone |
string | Optional |
xdm:url |
string | Optional |
Local currency accepted by the venue.
xdm:currency
- is optional
- type: reference
The list of associated DMAs (Designated Market Areas) of the venue
xdm:designatedMarketAreas
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Markets of the venue
xdm:markets
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Physical Address of the event venue.
xdm:physicalAddress
- is optional
- type: reference
Seating capacity of the venue.
xdm:seatingCapacity
- is optional
- type:
integer
integer
Time zone in which the venue resides.
xdm:timeZone
- is optional
- type:
string
string
URL for the Venue web presence.
xdm:url
- is optional
- type:
string
string