Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

Description

The six prose fields of a listing. `title` is plain; the rest is the editor’s HTML.

Fields

FieldTypeDescription
title string | nullPlain text.
summary string | nullRich text, as HTML from the editor.
space string | nullRich text.
neighborhood string | nullRich text.
access string | nullRich text.
notes string | nullRich text.

Used by

Example

{
  "title": "Canal loft in the Jordaan",
  "summary": "<p>…</p>",
  "space": "<p>…</p>",
  "neighborhood": "<p>…</p>",
  "access": null,
  "notes": null
}