airbnb · Example Payload

Airbnb Photo Example

Airbnb Photo Example is an example object payload from airbnb, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlcaptionsort_orderwidthheight

Example Payload

Raw ↑
{
  "id": "example-id",
  "url": "example-url",
  "caption": "example-caption",
  "sort_order": 1,
  "width": 1,
  "height": 1
}