addedInput schema / properties / propertyId
Added value: +{
+ "description": "Evlek listing UUID or listing number (e.g. \"EVL-123456\", \"123456\")",
+ "type": "string"
+}
removedInput schema / properties / property_id
Removed value: -{
- "description": "Evlek listing UUID",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "property_id"
-]New value: +[
+ "propertyId"
+]
addedOutput schema / properties / dataSource
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / factType
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / fxRates
Added value: +{
+ "properties": {
+ "base": {
+ "enum": [
+ "GBP"
+ ],
+ "type": "string"
+ },
+ "isFallback": {
+ "type": "boolean"
+ },
+ "rates": {
+ "properties": {
+ "EUR": {
+ "type": "number"
+ },
+ "TRY": {
+ "type": "number"
+ },
+ "USD": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "EUR",
+ "USD",
+ "TRY"
+ ],
+ "type": "object"
+ },
+ "source": {
+ "enum": [
+ "database",
+ "fallback"
+ ],
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "base",
+ "rates",
+ "source",
+ "updatedAt",
+ "isFallback"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / isEstimate
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / locationPrecision
Added value: +{
+ "enum": [
+ "exact",
+ "district",
+ "city"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / monthlyRentGbp
Added value: +{
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / photosShown
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / photosTruncated
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / titleDeedBand
Removed value: -{
- "type": [
- "string",
- "null"
- ]
-}
removedOutput schema / properties / titleDeedLabel
Removed value: -{
- "type": [
- "string",
- "null"
- ]
-}
removedOutput schema / properties / titleDeedType
Removed value: -{
- "type": [
- "string",
- "null"
- ]
-}
addedOutput schema / properties / virtualStaging
Added value: +{
+ "properties": {
+ "available": {
+ "type": "boolean"
+ },
+ "disclosure": {
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "afterUrl": {
+ "type": "string"
+ },
+ "beforeUrl": {
+ "type": "string"
+ },
+ "provenance": {
+ "properties": {
+ "digitalSourceType": {
+ "type": "string"
+ },
+ "generatedAt": {
+ "type": "string"
+ },
+ "humanReview": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "model": {
+ "type": "string"
+ },
+ "modelVersion": {
+ "type": "string"
+ },
+ "originalRetained": {
+ "type": "boolean"
+ },
+ "outputId": {
+ "type": "string"
+ },
+ "outputSha256": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "version": {
+ "type": "number"
+ },
+ "visibleDisclosureApplied": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "roomType": {
+ "type": "string"
+ },
+ "style": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / required
Added value: +[
+ "found"
+]