changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "AI예측": {
+ "description": "리블 AI 6·12·24개월 예측",
+ "type": "object"
+ },
+ "cid": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notice": {
+ "description": "참고용 통계라는 고지. 투자 자문·중개가 아니다",
+ "type": "string"
+ },
+ "source": {
+ "description": "데이터 출처와 갱신일",
+ "type": "string"
+ },
+ "units": {
+ "description": "축 이름 → 단위·뜻 설명. 숫자를 옮길 때 이 값을 그대로 읽는다",
+ "type": "object"
+ },
+ "web": {
+ "description": "이 단지의 리블 웹페이지 주소",
+ "type": "string"
+ },
+ "가격": {
+ "description": "매매 대표가·평단가·공시가격·시세 등",
+ "type": "object"
+ },
+ "거래": {
+ "description": "거래량·수요 지표",
+ "type": "object"
+ },
+ "건물": {
+ "description": "용적률·건폐율·대지지분·주차·관리비",
+ "type": "object"
+ },
+ "기본": {
+ "description": "식별·위치·세대수·준공 등",
+ "type": "object"
+ },
+ "등락": {
+ "description": "6·12·36개월 변동률",
+ "type": "object"
+ },
+ "입지": {
+ "description": "지하철·환승·학군·공원·거주 점수",
+ "type": "object"
+ },
+ "전세월세": {
+ "description": "전세가율·전세총액·갭·월세 등",
+ "type": "object"
+ },
+ "주변": {
+ "description": "초등·대학·유치원",
+ "type": "object"
+ }
+ },
+ "required": [
+ "cid",
+ "name",
+ "units",
+ "source"
+ ],
+ "type": "object"
+}