{ "@context": { "@vocab": "https://raw.githubusercontent.com/api-evangelist/estated/refs/heads/main/json-ld/estated-context.jsonld#", "schema": "https://schema.org/", "geo": "https://www.w3.org/2003/01/geo/wgs84_pos#", "Property": "schema:RealEstateListing", "Address": "schema:PostalAddress", "street_number": "schema:streetAddress", "street_name": "schema:streetAddress", "city": "schema:addressLocality", "state": "schema:addressRegion", "zip_code": "schema:postalCode", "latitude": "geo:lat", "longitude": "geo:long", "Parcel": "schema:Place", "fips_code": "schema:identifier", "apn_original": "schema:identifier", "area_sq_ft": "schema:floorSize", "area_acres": "schema:floorSize", "county_name": "schema:addressRegion", "zoning": "schema:zoning", "subdivision": "schema:hasPart", "Structure": "schema:Residence", "year_built": "schema:yearBuilt", "beds_count": "schema:numberOfRooms", "baths": "schema:numberOfBathroomsTotal", "units_count": "schema:numberOfUnits", "total_area_sq_ft": "schema:floorSize", "Tax": "schema:MonetaryAmount", "amount": "schema:value", "year": "schema:validFrom", "Assessment": "schema:MonetaryAmount", "land_value": "schema:value", "improvement_value": "schema:value", "total_value": "schema:value", "Valuation": "schema:PriceSpecification", "value": "schema:price", "high": "schema:maxPrice", "low": "schema:minPrice", "Owner": "schema:Person", "name": "schema:name", "owner_occupied": "schema:Occupancy", "Deed": "schema:OwnershipInfo", "document_type": "schema:additionalType", "recording_date": "schema:dateCreated", "sale_price": "schema:price", "buyer_first_name": "schema:givenName", "buyer_last_name": "schema:familyName", "seller_first_name": "schema:givenName", "seller_last_name": "schema:familyName", "Boundary": "schema:GeoShape", "wkt": "schema:polygon", "geojson": "schema:polygon" } }