addedOutput schema / properties / coverImageUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / metadata / properties
Added value: +{
+ "areaSqm": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bedrooms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "district": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "listedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "locationPrecision": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "monthlyRentGbp": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "priceGBP": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pricePerSqmGBP": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedOutput schema / properties / metadata / required
Added value: +[
+ "city",
+ "district",
+ "type",
+ "bedrooms",
+ "areaSqm",
+ "priceGBP",
+ "pricePerSqmGBP",
+ "monthlyRentGbp",
+ "currency",
+ "listedAt",
+ "locationPrecision"
+]
addedOutput schema / properties / photos
Added value: +{
+ "items": {
+ "properties": {
+ "caption": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / required
Added value: +[
+ "id",
+ "title",
+ "text",
+ "url"
+]