Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PropertyListings",
"type": "object",
"properties": {
"listings": {
"type": "array",
"description": "Array of property listing records",
"items": {
"type": "object",