changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "date": {
+ "description": "Friday date (YYYY-MM-DD) for snapshot",
+ "type": "string"
+ },
+ "quartile": {
+ "description": "Price quartile filter applied",
+ "type": "string"
+ },
+ "region": {
+ "description": "Region code queried",
+ "type": "string"
+ },
+ "res_type": {
+ "description": "Residential type filter applied",
+ "type": "string"
+ },
+ "stats": {
+ "description": "Market statistics rows",
+ "items": {
+ "properties": {
+ "date": {
+ "description": "Snapshot date",
+ "type": "string"
+ },
+ "days_on_market_median": {
+ "description": "Median days on market",
+ "type": "string"
+ },
+ "estimated_sales_total": {
+ "description": "Estimated sales count",
+ "type": "string"
+ },
+ "inventory_total": {
+ "description": "Total inventory count",
+ "type": "string"
+ },
+ "listings_absorbed_total": {
+ "description": "Listings absorbed",
+ "type": "string"
+ },
+ "market_action_median": {
+ "description": "Market action index",
+ "type": "string"
+ },
+ "months_of_inventory_median": {
+ "description": "Months of inventory supply",
+ "type": "string"
+ },
+ "new_listings_total": {
+ "description": "New listings added",
+ "type": "string"
+ },
+ "percent_price_decreased_median": {
+ "description": "Median percent price decrease",
+ "type": "string"
+ },
+ "price_median": {
+ "description": "Median listing price",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "region",
+ "date",
+ "res_type",
+ "quartile",
+ "stats"
+ ],
+ "type": "object"
+}