addedInput schema / properties / listingIds
Added value: +{
+ "description": "Evlek listing UUIDs or listing numbers (2-4)",
+ "items": {
+ "description": "Evlek listing UUID or listing number (e.g. \"EVL-123456\", \"123456\")",
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / listing_ids
Removed value: -{
- "description": "Evlek listing UUIDs (2-4)",
- "items": {
- "description": "Evlek listing UUID",
- "type": "string"
- },
- "type": "array"
-}
changedInput schema / required
Previous value: -[
- "listing_ids"
-]New value: +[
+ "listingIds"
+]
addedOutput schema / properties / dataSource
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / isEstimate
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / listings / items
Added value: +{
+ "properties": {
+ "area": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bathrooms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bedrooms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "city": {
+ "type": "string"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "district": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "monthlyRentGbp": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "number": {
+ "type": "string"
+ },
+ "price": {
+ "type": "number"
+ },
+ "priceGbp": {
+ "type": "number"
+ },
+ "pricePerSqm": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "price",
+ "priceGbp",
+ "type",
+ "url"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / metricType
Added value: +{
+ "type": "string"
+}
addedOutput schema / required
Added value: +[
+ "count",
+ "listings"
+]