Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 2.08 KB

location.schema.md

File metadata and controls

95 lines (53 loc) · 2.08 KB

Location Schema

https://ns.adobe.com/xdm/classes/location

For Live Event Location 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 classes/location.schema.json

Schema Hierarchy

  • Location https://ns.adobe.com/xdm/classes/location

Location Example

{
  "xdm:locationID": "ABC-123",
  "xdm:locationName": "Colosseum"
}

Location Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:locationID string Optional Location (this schema)
xdm:locationName string Optional Location (this schema)
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

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

xdm:locationID

Location Identifier

Unique identifier for the Location.

xdm:locationID

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

xdm:locationID Type

string

xdm:locationName

Location Name

Name of the location.

xdm:locationName

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

xdm:locationName Type

string