Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/api-explorer/v4-0/HotelService.swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
"GREAT_GREEN_DEAL",
"SEYCHELLES_SUSTAINABLE_TOURISM",
"GREEN_STAY",
"GREENER_STAY",
"OTHER"
],
"example": "EARTH_CHECK",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ Award or certification related to sustainability awarded to the hotel. If certif

|Name|Type|Format|Description|
|---|---|---|---|
`label`|[`SustainabilityProvider`](#schemasustainabilityprovider)|-|**Required** Name or label of the award/certification. Supported values: `GSTC`,`EARTH_CHECK`,`GREEN_GLOBE`,`GREEN_KEY`,`TRAVELIFE`,`GREEN_LEAF`,`LEED`,`GREEN_GROWTH_2050`,`GREEN_SEAL`,`HILTON_LIGHTSTAY`,`IHG_GREEN_ENGAGE`,`NORDIC_SWAN`,`ACTIVITY_GREEN`,`ADVENTURE_GREEN_ALASKA`,`ECO_CERTIFICATION_MALTA`,`GLOBAL_ECOSPHERE_RETREATS`,`GREAT_GREEN_DEAL`,`SEYCHELLES_SUSTAINABLE_TOURISM`,`GREEN_STAY`,`OTHER`|
`label`|[`SustainabilityProvider`](#schemasustainabilityprovider)|-|**Required** Name or label of the award/certification. Supported values: `GSTC`,`EARTH_CHECK`,`GREEN_GLOBE`,`GREEN_KEY`,`TRAVELIFE`,`GREEN_LEAF`,`LEED`,`GREEN_GROWTH_2050`,`GREEN_SEAL`,`HILTON_LIGHTSTAY`,`IHG_GREEN_ENGAGE`,`NORDIC_SWAN`,`ACTIVITY_GREEN`,`ADVENTURE_GREEN_ALASKA`,`ECO_CERTIFICATION_MALTA`,`GLOBAL_ECOSPHERE_RETREATS`,`GREAT_GREEN_DEAL`,`SEYCHELLES_SUSTAINABLE_TOURISM`,`GREEN_STAY`,`GREENER_STAY`,`OTHER`|
`level`|`string`|-|Optional level of certification.|
`name` |`string`|-|Name of certification in case when not possible to map to currently supported labels (`OTHER` is used).|
`displaySustainabilityProgram`|`boolean`|`true` \ `false`| Indicates if the sustainability award is shown as the property's sustainability program.|
Expand Down