https://ns.adobe.com/xdm/classes/lodging-product
For hotel product information such as ID, rooms, ownership, and type.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | classes/lodging-product.schema.json |
- Lodging Product
https://ns.adobe.com/xdm/classes/lodging-product
- Record Schema
https://ns.adobe.com/xdm/data/record
- Postal address
https://ns.adobe.com/xdm/common/address
- Record Schema
{
"xdm:ownership": "Select Properties",
"xdm:serviceLevel": "Premium",
"xdm:starRating": 5,
"xdm:totalRooms": 180,
"xdm:type": "hotel"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Record Schema |
xdm:location | Postal address | Optional | Lodging Product (this schema) |
xdm:ownership | string |
Optional | Lodging Product (this schema) |
xdm:propertyID | string |
Optional | Lodging Product (this schema) |
xdm:serviceLevel | string |
Optional | Lodging Product (this schema) |
xdm:starRating | integer |
Optional | Lodging Product (this schema) |
xdm:totalRooms | integer |
Optional | Lodging Product (this schema) |
xdm:type | string |
Optional | Lodging Product (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the record.
@id
- is optional
- type:
string
- defined in Record Schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Lodging property location.
xdm:location
- is optional
- type: Postal address
- defined in this schema
- Postal address –
https://ns.adobe.com/xdm/common/address
Parent company of the lodging property.
xdm:ownership
- is optional
- type:
string
- defined in this schema
string
Identifier for the lodging property.
xdm:propertyID
- is optional
- type:
string
- defined in this schema
string
Service level associated with the lodging property such as luxury, budget, mid-range, etc.
xdm:serviceLevel
- is optional
- type:
string
- defined in this schema
string
Star rating associated with the lodging property.
xdm:starRating
- is optional
- type:
integer
- defined in this schema
integer
Total rooms in the lodging property.
xdm:totalRooms
- is optional
- type:
integer
- defined in this schema
integer
Type of lodging property such as homestay, resort, capsule, lodge, service apartment, boathouse, etc.
xdm:type
- is optional
- type:
string
- defined in this schema
string