"property" Data

property: {
    associationFee: [float],
    bathroomsText: [string],
    bathroomsHalf: [int],
    bathroomsTotal: [int],
    bedroomsTotal: [int],
    garageSpaces: [int],
    hasBasement: [boolean],
    hasPool: [boolean],
    isCityView: [boolean],
    isMountainView: [boolean],
    isParkView: [boolean],
    isWaterfront: [boolean],
    isWaterview: [boolean],
    latitude: [float],
    livingArea: [int],
    location: [ [float], [float] ],
    longitude: [float],
    lotSizeSquareFeet: [float],
    neighborhood: null,
    propertySubType: [string],
    propertyType: [string],
    stories: [int],
    subdivisionName: [string],
    yearBuilt: [int]
}