Location information for the hoteling host.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HotelingHostLocation", "title": "HotelingHostLocation", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU0MDQ5NzQzLTIwM2MtNDM5OS1iN2NjLTU4ZmNkYzIwNjA3Zg", "description": "Unique identifier of the hoteling host location." }, "name": { "type": "string", "example": "San Jose", "description": "Name of the hoteling host location." } }, "description": "Location information for the hoteling host." }