airbnb · JSON Structure

Airbnb Schedule Create Structure

Type: Properties: 0

ScheduleCreate is a JSON Structure definition published by airbnb.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ScheduleCreate",
  "fields": [
    {
      "name": "date",
      "type": "date",
      "description": "The date of the scheduled session."
    },
    {
      "name": "start_time",
      "type": "string",
      "description": "The start time in HH:MM format."
    },
    {
      "name": "max_guests",
      "type": "int32",
      "description": "Override the maximum number of guests for this specific session."
    }
  ]
}