airbnb · JSON Structure

Airbnb Experience Host Structure

Type: Properties: 0

ExperienceHost is a JSON Structure definition published by airbnb.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ExperienceHost",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "description": "The unique identifier of the experience host."
    },
    {
      "name": "name",
      "type": "string",
      "description": "The display name of the host."
    },
    {
      "name": "bio",
      "type": "string",
      "description": "A short biography of the host."
    },
    {
      "name": "profile_picture_url",
      "type": "uri",
      "description": "The URL of the host profile picture."
    },
    {
      "name": "superhost",
      "type": "boolean",
      "description": "Whether the host has Superhost status."
    }
  ]
}