airbnb · JSON Structure

Airbnb Schedule Update Structure

Type: Properties: 0

ScheduleUpdate is a JSON Structure definition published by airbnb.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ScheduleUpdate",
  "fields": [
    {
      "name": "start_time",
      "type": "string",
      "description": "The updated start time in HH:MM format."
    },
    {
      "name": "max_guests",
      "type": "int32",
      "description": "The updated maximum number of guests for this session."
    },
    {
      "name": "status",
      "type": "string",
      "description": "The updated status of the schedule entry."
    }
  ]
}