changedOutput schema / properties / area_fair_market_rent / oneOf
Previous value: -[
- {
- "properties": {
- "areas": {
- "items": {
- "properties": {
- "1br": {
- "type": [
- "number",
- "null"
- ]
- },
- "2br": {
- "type": [
- "number",
- "null"
- ]
- },
- "3br": {
- "type": [
- "number",
- "null"
- ]
- },
- "4br": {
- "type": [
- "number",
- "null"
- ]
- },
- "area_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "efficiency": {
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "state": {
- "type": "string"
- },
- "total_areas": {
- "type": "number"
- },
- "year": {
- "type": [
- "number",
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "1br": {
- "type": [
- "number",
- "null"
- ]
- },
- "2br": {
- "type": [
- "number",
- "null"
- ]
- },
- "3br": {
- "type": [
- "number",
- "null"
- ]
- },
- "4br": {
- "type": [
- "number",
- "null"
- ]
- },
- "area_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "efficiency": {
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "error": {
- "type": "string"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "areas": {
+ "description": "List of metro/county FMR data (up to 10)",
+ "items": {
+ "properties": {
+ "1br": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "2br": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "3br": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "4br": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "area_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "efficiency": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "state": {
+ "description": "State code",
+ "type": "string"
+ },
+ "total_areas": {
+ "description": "Total number of areas in the state",
+ "type": "number"
+ },
+ "year": {
+ "description": "FMR year",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ {
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]
changedOutput schema / properties / rent_cpi_trend / oneOf
Previous value: -[
- {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- {
- "properties": {
- "error": {
- "type": "string"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "items": {
+ "properties": {
+ "date": {
+ "description": "ISO date",
+ "type": "string"
+ },
+ "value": {
+ "description": "Rent CPI value",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]