Houscore

Untitled

MongoDB

[{
  "_id": ObejctId,
  "score": Double,
  "location": {
    "type": "Point",
    "coordinates": [
      Double,
      Double
    ]
  },
  "platPlc": String,
  "newPlatPlc": String,
  "batchYn": String,
  "information": {
    "buildingInfo": {
      "platArea": Double,
      "archArea": Double,
      "totArea": Double,
      "bcRat": Double,
      "vlRat": Double,
      "mainPurpsCdNm": Stirng,
      "regstrKindCd": Integer,
      "regstrKindCdNm": String,
      "hhldCnt": Integer,
      "mainBldCnt": Integer,
      "totPkngCnt": Integer,
      "sigunguCd": String,
      "bjdongCd": String,
      "bldNm": String,
      "pnuCode": String
    },
    "infraInfo": {
      "medicalFacilities": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "parks": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "schools": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "supermarkets": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "laundry": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "libraries": [
        {
          "distance": Double,
          "name": String
        }
      ]
    },
    "securityInfo": {
      "safetyGrade": Integer
    },
    "trafficInfo": {
      "bus": [
        {
          "distance": Double,
          "name": String
        }
      ],
      "subway": [
        {
          "distance": Double,
          "name": String
        }
      ]
    },
    "priceInfo": {
      "leaseAvg": Long,
      "rentAvg": String,
      "saleAvg": Long,
      "individualPubliclyAnnouncedPrice": [Double]
    }
  }
}
]