removedInput schema / properties / basement[]
Removed value: -{
- "description": "An array of basement options.",
- "items": {
- "enum": [
- "finished",
- "unfinished"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / basement__
Added value: +{
+ "description": "An array of basement options.",
+ "items": {
+ "enum": [
+ "finished",
+ "unfinished"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / baths[max]
Removed value: -{
- "description": "The maximum number of bathrooms.",
- "type": "number"
-}
removedInput schema / properties / baths[min]
Removed value: -{
- "description": "The minimum number of bathrooms.",
- "type": "number"
-}
addedInput schema / properties / baths_max_
Added value: +{
+ "description": "The maximum number of bathrooms.",
+ "type": "number"
+}
addedInput schema / properties / baths_min_
Added value: +{
+ "description": "The minimum number of bathrooms.",
+ "type": "number"
+}
removedInput schema / properties / beds[max]
Removed value: -{
- "description": "The maximum number of bedrooms.",
- "type": "number"
-}
removedInput schema / properties / beds[min]
Removed value: -{
- "description": "The minimum number of bedrooms.",
- "type": "number"
-}
addedInput schema / properties / beds_max_
Added value: +{
+ "description": "The maximum number of bedrooms.",
+ "type": "number"
+}
addedInput schema / properties / beds_min_
Added value: +{
+ "description": "The minimum number of bedrooms.",
+ "type": "number"
+}
removedInput schema / properties / homeTypes[]
Removed value: -{
- "description": "An array of home types to filter the listings.",
- "items": {
- "enum": [
- "house",
- "townhome",
- "multiFamily",
- "condo",
- "lot",
- "apartment",
- "manufactured"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / homeTypes__
Added value: +{
+ "description": "An array of home types to filter the listings.",
+ "items": {
+ "enum": [
+ "house",
+ "townhome",
+ "multiFamily",
+ "condo",
+ "lot",
+ "apartment",
+ "manufactured"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / listingPublishOptions[]
Removed value: -{
- "description": "An array of listing publish options.",
- "items": {
- "enum": [
- "ownerPosted",
- "agentListed",
- "newConstruction",
- "foreclosures",
- "auctions",
- "foreclosed",
- "preForeclosures"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / listingPublishOptions__
Added value: +{
+ "description": "An array of listing publish options.",
+ "items": {
+ "enum": [
+ "ownerPosted",
+ "agentListed",
+ "newConstruction",
+ "foreclosures",
+ "auctions",
+ "foreclosed",
+ "preForeclosures"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / lotSize[max]
Removed value: -{
- "description": "The maximum lot size.",
- "type": "number"
-}
removedInput schema / properties / lotSize[min]
Removed value: -{
- "description": "The minimum lot size.",
- "type": "number"
-}
addedInput schema / properties / lotSize_max_
Added value: +{
+ "description": "The maximum lot size.",
+ "type": "number"
+}
addedInput schema / properties / lotSize_min_
Added value: +{
+ "description": "The minimum lot size.",
+ "type": "number"
+}
changedInput schema / properties / moveInDate / description
Previous value: -"The desired move-in date."New value: +"The desired move-in date in `YYYY-MM-DD` format."
removedInput schema / properties / otherAmenities[]
Removed value: -{
- "description": "An array of other amenities.",
- "items": {
- "enum": [
- "ac",
- "pool",
- "waterfront",
- "onsiteParking",
- "inUnitLaundry",
- "acceptZillowApplications",
- "incomeRestricted",
- "apartmentCommunity"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / otherAmenities__
Added value: +{
+ "description": "An array of other amenities.",
+ "items": {
+ "enum": [
+ "ac",
+ "pool",
+ "waterfront",
+ "onsiteParking",
+ "inUnitLaundry",
+ "acceptZillowApplications",
+ "incomeRestricted",
+ "apartmentCommunity"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / pets[]
Removed value: -{
- "description": "An array of pet options.",
- "items": {
- "enum": [
- "allowsLargeDogs",
- "allowsSmallDogs",
- "allowsCats"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / pets__
Added value: +{
+ "description": "An array of pet options.",
+ "items": {
+ "enum": [
+ "allowsLargeDogs",
+ "allowsSmallDogs",
+ "allowsCats"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / price[max]
Removed value: -{
- "description": "The maximum price of the listing.",
- "type": "number"
-}
removedInput schema / properties / price[min]
Removed value: -{
- "description": "The minimum price of the listing.",
- "type": "number"
-}
addedInput schema / properties / price_max_
Added value: +{
+ "description": "The maximum price of the listing.",
+ "type": "number"
+}
addedInput schema / properties / price_min_
Added value: +{
+ "description": "The minimum price of the listing.",
+ "type": "number"
+}
removedInput schema / properties / propertyStatus[]
Removed value: -{
- "description": "An array of property statuses.",
- "items": {
- "enum": [
- "comingSoon",
- "acceptingBackupOffers",
- "pendingAndUnderContract"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / propertyStatus__
Added value: +{
+ "description": "An array of property statuses.",
+ "items": {
+ "enum": [
+ "comingSoon",
+ "acceptingBackupOffers",
+ "pendingAndUnderContract"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / squareFeet[max]
Removed value: -{
- "description": "The maximum square footage.",
- "type": "number"
-}
removedInput schema / properties / squareFeet[min]
Removed value: -{
- "description": "The minimum square footage.",
- "type": "number"
-}
addedInput schema / properties / squareFeet_max_
Added value: +{
+ "description": "The maximum square footage.",
+ "type": "number"
+}
addedInput schema / properties / squareFeet_min_
Added value: +{
+ "description": "The minimum square footage.",
+ "type": "number"
+}
removedInput schema / properties / tours[]
Removed value: -{
- "description": "An array of tour options.",
- "items": {
- "enum": [
- "open",
- "3d"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / tours__
Added value: +{
+ "description": "An array of tour options.",
+ "items": {
+ "enum": [
+ "open",
+ "3d"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / views[]
Removed value: -{
- "description": "An array of views.",
- "items": {
- "enum": [
- "city",
- "mountain",
- "park",
- "water"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / views__
Added value: +{
+ "description": "An array of views.",
+ "items": {
+ "enum": [
+ "city",
+ "mountain",
+ "park",
+ "water"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / yearBuilt[max]
Removed value: -{
- "description": "The maximum year the property was built.",
- "type": "number"
-}
removedInput schema / properties / yearBuilt[min]
Removed value: -{
- "description": "The minimum year the property was built.",
- "type": "number"
-}
addedInput schema / properties / yearBuilt_max_
Added value: +{
+ "description": "The maximum year the property was built.",
+ "type": "number"
+}
addedInput schema / properties / yearBuilt_min_
Added value: +{
+ "description": "The minimum year the property was built.",
+ "type": "number"
+}