changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "fields": {
+ "description": "items에 담긴 축 목록",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "hasMore": {
+ "type": "boolean"
+ },
+ "items": {
+ "description": "단지 목록. 담기는 축은 fields를 따른다. status 축이 기본으로 포함된다 — upcoming이면 아직 안 지어진 단지이고 price는 분양가다",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "nextOffset": {
+ "description": "다음 쪽을 받을 때 offset에 넣을 값",
+ "type": "number"
+ },
+ "normalized": {
+ "description": "고쳐 쓴 인자(예: '광주' → '전남광주'). 있으면 다음엔 고쳐 부를 것",
+ "type": "object"
+ },
+ "notice": {
+ "description": "참고용 통계라는 고지. 투자 자문·중개가 아니다",
+ "type": "string"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "returned": {
+ "description": "이번에 실제로 담긴 건수",
+ "type": "number"
+ },
+ "source": {
+ "description": "데이터 출처와 갱신일",
+ "type": "string"
+ },
+ "total": {
+ "description": "조건에 맞는 **전체** 건수(반환 건수가 아니다)",
+ "type": "number"
+ },
+ "units": {
+ "description": "축 이름 → 단위·뜻 설명. 숫자를 옮길 때 이 값을 그대로 읽는다",
+ "type": "object"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "items",
+ "units",
+ "source"
+ ],
+ "type": "object"
+}