docs: readme
parent
0bdf56568e
commit
cdc6f2a2a8
|
@ -128,14 +128,17 @@ Property
|
||||||
│ ├── sold_price
|
│ ├── sold_price
|
||||||
│ ├── last_sold_date
|
│ ├── last_sold_date
|
||||||
│ ├── price_per_sqft
|
│ ├── price_per_sqft
|
||||||
|
│ ├── parking_garage
|
||||||
│ └── hoa_fee
|
│ └── hoa_fee
|
||||||
|
|
||||||
├── Location Details:
|
├── Location Details:
|
||||||
│ ├── latitude
|
│ ├── latitude
|
||||||
│ ├── longitude
|
│ ├── longitude
|
||||||
|
|
||||||
└── Parking Details:
|
├── Agent Info:
|
||||||
└── parking_garage
|
│ ├── agent
|
||||||
|
│ ├── broker
|
||||||
|
│ └── broker_phone
|
||||||
```
|
```
|
||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
|
|
Loading…
Reference in New Issue