changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "dataset": {
+ "type": "string"
+ },
+ "endpoints": {
+ "type": "object"
+ },
+ "field": {
+ "description": "field 인자를 준 경우 그 축 이름",
+ "type": "string"
+ },
+ "filters": {
+ "description": "쓸 수 있는 인자 목록(문자·수치·검색·페이징·정렬)",
+ "type": "object"
+ },
+ "notice": {
+ "description": "참고용 통계라는 고지. 투자 자문·중개가 아니다",
+ "type": "string"
+ },
+ "numeric_stats": {
+ "description": "수치 축의 최소·중위·최대. 범위를 정하기 전에 본다",
+ "type": "object"
+ },
+ "sido": {
+ "description": "인자 없이 부르면 시도별 단지 수 배열, field를 주면 좁힌 시도 문자열"
+ },
+ "sido_aliases": {
+ "description": "정식 명칭 → 사용할 값(예: '서울특별시' → '서울')",
+ "type": "object"
+ },
+ "sido_note": {
+ "type": "string"
+ },
+ "source": {
+ "description": "데이터 출처와 갱신일",
+ "type": "string"
+ },
+ "stats_note": {
+ "type": "string"
+ },
+ "total": {
+ "description": "전체 단지 수",
+ "type": "number"
+ },
+ "units": {
+ "description": "축 이름 → 단위·뜻 설명. 숫자를 옮길 때 이 값을 그대로 읽는다",
+ "type": "object"
+ },
+ "values": {
+ "description": "field 인자를 준 경우 그 축의 실제 값 목록",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "units",
+ "source"
+ ],
+ "type": "object"
+}