· 6 years ago · Dec 04, 2019, 11:20 PM
1---
2definitions: {}
3"$schema": http://json-schema.org/draft-07/schema#
4"$id": kw_listing_json_schema-import-v1.0.1
5type: object
6title: The KWLS Schema
7required:
8- list_type
9- source_system_name
10- kw_agent
11- kw_mc
12- kw_listing
13- version
14- list_uuid
15- list_key
16- kwls_status
17- manual_entry
18- current_list_price
19- list_status
20- list_status_id
21- prop_type
22- prop_type_id
23- prop_subtype
24- prop_subtype_id
25properties:
26 list_type:
27 "$id": "#/properties/list_type"
28 type: string
29 title: The List_type Schema
30 description: Listing type is used to label the listing for usage purposes and
31 identify how the listing should be handled.
32 default: default
33 examples:
34 - MLS Listing
35 pattern: "^(.*)$"
36 mls_id:
37 "$id": "#/properties/mls_id"
38 type:
39 - string
40 - 'null'
41 title: The Mls_id Schema
42 description: Unique identifier of the Originating record provider. Most commonly
43 the UID of the MLS.
44 default:
45 examples:
46 - SABORTX
47 pattern: "^(.*)$"
48 mls_source_id:
49 "$id": "#/properties/mls_source_id"
50 type:
51 - integer
52 - 'null'
53 title: The Mls_source_id Schema
54 description: Internal use. The numerical value associated with the source MLS
55 default:
56 examples:
57 - 201
58 mls_name:
59 "$id": "#/properties/mls_name"
60 type:
61 - string
62 - 'null'
63 title: The Mls_name Schema
64 description: Name of the Originating record provider. Most commonly the name of
65 the MLS.
66 default:
67 examples:
68 - San Antonio Board of Realtors
69 pattern: "^(.*)$"
70 source_system_name:
71 "$id": "#/properties/source_system_name"
72 type: string
73 title: The Source_system_name Schema
74 description: System name for the source of the data. *This should only be used
75 for KWRI purposes.
76 default:
77 examples:
78 - SA
79 pattern: "^(.*)$"
80 list_kw_uid:
81 "$id": "#/properties/list_kw_uid"
82 type:
83 - integer
84 - 'null'
85 title: The List_kw_uid Schema
86 description: UniqueId for the KW agent who is the listing agent.
87 default:
88 examples:
89 - 556397
90 kw_agent:
91 "$id": "#/properties/kw_agent"
92 type: boolean
93 title: The Kw_agent Schema
94 description: Flag used by KW to indicate the listing is owned by a KW agent
95 default: false
96 examples:
97 - true
98 kw_mc:
99 "$id": "#/properties/kw_mc"
100 type: boolean
101 title: The Kw_mc Schema
102 description: Flag used by KW to indicate the listing is owned by a KW Market Center
103 / Office
104 default: false
105 examples:
106 - true
107 kw_listing:
108 "$id": "#/properties/kw_listing"
109 type: boolean
110 title: The Kw_listing Schema
111 description: Flag used by KW to indicate the listing is a KW listing
112 default: false
113 examples:
114 - true
115 co_list_kw_uid:
116 "$id": "#/properties/co_list_kw_uid"
117 type:
118 - integer
119 - 'null'
120 title: The Co_list_kw_uid Schema
121 description: UniqueId for the CoListing agent associated with the listing.
122 default:
123 examples:
124 - 789452
125 sell_kw_uid:
126 "$id": "#/properties/sell_kw_uid"
127 type:
128 - integer
129 - 'null'
130 title: The Sell_kw_uid Schema
131 description: UniqueId for the Selling agent associated with the listing.
132 default:
133 examples:
134 - 125869
135 is_deleted:
136 "$id": "#/properties/is_deleted"
137 type:
138 - boolean
139 - 'null'
140 title: The Is_deleted Schema
141 description: 'Flag for soft delete of listing. '
142 default: false
143 examples:
144 - false
145 version:
146 "$id": "#/properties/version"
147 type: string
148 title: The Version Schema
149 description: API version for application usage and API version management
150 default: 0.0.0
151 examples:
152 - 1.0.0
153 pattern: "^(.*)$"
154 list_uuid:
155 "$id": "#/properties/list_uuid"
156 type: string
157 title: The List_uuid Schema
158 description: The unique identifier for the listing provided by the KWLS system.
159 default: default
160 examples:
161 - 1cb6d561-4c1e-11e9-908f-123d131a7cb8
162 pattern: "^(.*)$"
163 list_key:
164 "$id": "#/properties/list_key"
165 type: string
166 title: The List_key Schema
167 description: 'A unique identifier for this record from the immediate source. This
168 is the local key of the system. KW will import or generate this number. Any
169 values passed will be ignored. '
170 default: default
171 examples:
172 - SABORTX-1220171
173 pattern: "^(.*)$"
174 prop_id:
175 "$id": "#/properties/prop_id"
176 type:
177 - integer
178 - 'null'
179 title: The prop_id Schema
180 description: ties the listing to the Property element
181 default:
182 examples:
183 - 4578920
184 neighborhood_id:
185 "$id": "#/properties/neighborhood_id"
186 type:
187 - integer
188 - 'null'
189 title: The neighborhood_id Schema
190 description: ties the listing to the neighborhood element
191 default:
192 examples:
193 - 2342123
194 kwls_status:
195 "$id": "#/properties/kwls_status"
196 type: string
197 title: The Kwls_status Schema
198 description: 'Status for the MC approval process to accept or return manually
199 entered listings in KWLS. *This should only be used for KWRI purposes. '
200 default: default
201 examples:
202 - Initiated
203 pattern: "^(.*)$"
204 manual_entry:
205 "$id": "#/properties/manual_entry"
206 type: boolean
207 title: The Manual_entry Schema
208 description: 'Flag used by KW to indicate a manually entered listing. *This should
209 only be used for listing creation requests. Used only for KWRI tracking purposes. '
210 default: false
211 examples:
212 - false
213 mls_number:
214 "$id": "#/properties/mls_number"
215 type:
216 - string
217 - 'null'
218 title: The Mls_number Schema
219 description: The unique identifier for the listing provided by the MLS or other
220 record provider.
221 default:
222 examples:
223 - TCH1220171
224 pattern: "^(.*)$"
225 market_center:
226 "$id": "#/properties/market_center"
227 type:
228 - integer
229 - 'null'
230 title: The Market_center Schema
231 description: 'ID of the Market Center tied to the listing. *This should only be
232 used for KWRI purposes. '
233 default:
234 examples:
235 - 101
236 syndicate:
237 "$id": "#/properties/syndicate"
238 type:
239 - array
240 - 'null'
241 title: The Syndicate Schema
242 description: List of groups or portals for which the listing owner(s) intend to
243 market the listing. Syndication controls are on a per listing basis.
244 default:
245 items:
246 "$id": "#/properties/syndicate/items"
247 type:
248 - string
249 - 'null'
250 title: The Items Schema
251 description: List of groups or portals for which the listing owner(s) intend
252 to market the listing. Syndication controls are on a per listing basis.
253 default: default
254 examples:
255 - Zillow
256 - Listhub
257 - All KW
258 pattern: "^(.*)$"
259 list_address:
260 "$id": "#/properties/list_address"
261 type:
262 - object
263 - 'null'
264 title: The List_address Schema
265 description: Compound object for Listing's Address. Address unchanged from source.
266 default:
267 properties:
268 street_number:
269 "$id": "#/properties/list_address/properties/street_number"
270 type:
271 - string
272 - 'null'
273 title: The street_number Schema
274 description: 'The address number for listing address. '
275 default:
276 examples:
277 - '5850'
278 pattern: "^(.*)$"
279 street_direction:
280 "$id": "#/properties/list_address/properties/street_direction"
281 type:
282 - string
283 - 'null'
284 title: The street_direction Schema
285 description: Direction the property is facing for the street
286 default:
287 examples:
288 - N
289 pattern: "^(.*)$"
290 street_name:
291 "$id": "#/properties/list_address/properties/street_name"
292 type:
293 - string
294 - 'null'
295 title: The street_name Schema
296 description: Name of the street from the address.
297 default:
298 examples:
299 - Dripping Rock Ln
300 pattern: "^(.*)$"
301 street_suffix:
302 "$id": "#/properties/list_address/properties/street_suffix"
303 type:
304 - string
305 - 'null'
306 title: The street_suffix Schema
307 description: The street suffix for listing address.
308 default:
309 examples:
310 - Ln
311 pattern: "^(.*)$"
312 street_post_dir:
313 "$id": "#/properties/list_address/properties/street_post_dir"
314 type:
315 - string
316 - 'null'
317 title: The street_post_dir Schema
318 description: post direction from the listing address
319 default:
320 examples:
321 - E
322 pattern: "^(.*)$"
323 full_street_address:
324 "$id": "#/properties/list_address/properties/full_street_address"
325 type:
326 - string
327 - 'null'
328 title: The Full_street_address Schema
329 description: The Listing Address is a text representation of the address with
330 the full civic location as a single entity (Number and Street). Unchanged
331 from the source (MLS or other listing source).
332 default:
333 examples:
334 - '5850 Dripping Rock Ln Unit: 201'
335 pattern: "^(.*)$"
336 unit_number:
337 "$id": "#/properties/list_address/properties/unit_number"
338 type:
339 - string
340 - 'null'
341 title: The Unit_number Schema
342 description: Text field containing the number or portion of a larger building
343 or complex. Unit Number should appear following the street suffix or, if
344 it exists, the street suffix direction, in the street address.
345 default:
346 examples:
347 - '201'
348 pattern: "^(.*)$"
349 city:
350 "$id": "#/properties/list_address/properties/city"
351 type:
352 - string
353 - 'null'
354 title: The City Schema
355 description: The city or town of listing address.
356 default:
357 examples:
358 - Fort Collins
359 pattern: "^(.*)$"
360 state_prov:
361 "$id": "#/properties/list_address/properties/state_prov"
362 type:
363 - string
364 - 'null'
365 title: The State_prov Schema
366 description: Text field containing the accepted postal abbreviation for the
367 state or province.
368 default:
369 examples:
370 - CO
371 pattern: "^(.*)$"
372 country:
373 "$id": "#/properties/list_address/properties/country"
374 type:
375 - string
376 - 'null'
377 title: The Country Schema
378 description: The country of the listing address.
379 default:
380 examples:
381 - US
382 pattern: "^(.*)$"
383 postal_code:
384 "$id": "#/properties/list_address/properties/postal_code"
385 type:
386 - string
387 - 'null'
388 title: The Postal_code Schema
389 description: The postal code portion of the listing address.
390 default:
391 examples:
392 - '80528'
393 pattern: "^(.*)$"
394 zip_4:
395 "$id": "#/properties/list_address/properties/zip_4"
396 type:
397 - string
398 - 'null'
399 title: The Zip_4 Schema
400 description: The +4 postal code portion of the listing address.
401 default:
402 examples:
403 - '8561'
404 pattern: "^(.*)$"
405 address:
406 "$id": "#/properties/list_address/properties/address"
407 type:
408 - string
409 - 'null'
410 title: The Address Schema
411 description: The Address is a text representation of the complete address
412 with any location identifiers such as City and Province. This is generated
413 by the backend system.
414 default:
415 examples:
416 - "<AUTOMATIC SYSTEM GENERATED> Full_Street_Address Unit_Number City State_Prov
417 Country Postal_Code Zip_4"
418 pattern: "^(.*)$"
419 coordinates_gp:
420 "$id": "#/properties/list_address/properties/coordinates_gp"
421 type:
422 - object
423 - 'null'
424 title: The Coordinates_gp Schema
425 description: Geolocation point of the listing supplied by user or source.
426 default:
427 properties:
428 lat:
429 "$id": "#/properties/list_address/properties/coordinates_gp/properties/lat"
430 type:
431 - number
432 - 'null'
433 title: The Lat Schema
434 description: GeoGP Latitude
435 default: 0
436 examples:
437 - 39.231
438 lon:
439 "$id": "#/properties/list_address/properties/coordinates_gp/properties/lon"
440 type:
441 - number
442 - 'null'
443 title: The Lon Schema
444 description: GeoGP Longitude
445 default: 0
446 examples:
447 - -89.9383
448 coordinates_gs:
449 "$id": "#/properties/list_address/properties/coordinates_gs"
450 type:
451 - object
452 - 'null'
453 title: The Coordinates_gs Schema
454 description: Geo space of the listing supplied by user or source
455 default:
456 properties:
457 coordinates:
458 "$id": "#/properties/list_address/properties/coordinates_gs/properties/coordinates"
459 type:
460 - array
461 - 'null'
462 title: The Coordinates Schema
463 default:
464 items:
465 "$id": "#/properties/list_address/properties/coordinates_gs/properties/coordinates/items"
466 type:
467 - number
468 - 'null'
469 title: The Items Schema
470 default:
471 examples:
472 - -89.9383
473 - 39.231
474 type:
475 "$id": "#/properties/list_address/properties/coordinates_gs/properties/type"
476 type:
477 - string
478 - 'null'
479 title: The Type Schema
480 default:
481 examples:
482 - point
483 pattern: "^(.*)$"
484 property_address:
485 "$id": "#/properties/property_address"
486 type:
487 - object
488 - 'null'
489 title: The Property_address Schema
490 description: Compound object for Property's Address. Address optimized for accuracy.
491 default:
492 properties:
493 full_street_address:
494 "$id": "#/properties/property_address/properties/full_street_address"
495 type:
496 - string
497 - 'null'
498 title: The Full_street_address Schema
499 description: The normalized Property Address is a text representation of the
500 address with the full civic location as a single entity. *KW will manage
501 this value. Any values passed will be ignored.
502 default:
503 examples:
504 - 5850 Dripping Rock
505 pattern: "^(.*)$"
506 street_number:
507 "$id": "#/properties/property_address/properties/street_number"
508 type:
509 - string
510 - 'null'
511 title: The street_number Schema
512 description: 'The standardized address number for listing address. '
513 default:
514 examples:
515 - '5850'
516 pattern: "^(.*)$"
517 street_number_low:
518 "$id": "#/properties/property_address/properties/street_number_low"
519 type:
520 - string
521 - 'null'
522 title: The street_number_low Schema
523 description: The standardized low end of the address number for listing address.
524 Used for addresses that have a number range.
525 default:
526 examples:
527 - '1700'
528 pattern: "^(.*)$"
529 street_number_high:
530 "$id": "#/properties/property_address/properties/street_number_high"
531 type:
532 - string
533 - 'null'
534 title: The street_number_high Schema
535 description: The standardized high end of the address number for listing address.
536 Used for addresses that have a number range.
537 default:
538 examples:
539 - '1800'
540 pattern: "^(.*)$"
541 street_long:
542 "$id": "#/properties/property_address/properties/street_long"
543 type:
544 - string
545 - 'null'
546 title: The street_long Schema
547 description: The standardized street name for listing address. Long version
548 for when abreviations are used.
549 default:
550 examples:
551 - 5850 Dripping Rock Lane
552 pattern: "^(.*)$"
553 street_short:
554 "$id": "#/properties/property_address/properties/street_short"
555 type:
556 - string
557 - 'null'
558 title: The street_short Schema
559 description: The standardized street name for listing address. Short version
560 for when abreviations are used.
561 default:
562 examples:
563 - 5850 Dripping Rock Ln.
564 pattern: "^(.*)$"
565 street_suffix_long:
566 "$id": "#/properties/property_address/properties/street_suffix_long"
567 type:
568 - string
569 - 'null'
570 title: The street_suffix_long Schema
571 description: The standardized street suffix for listing address. Long version
572 for when abreviations are used.
573 default:
574 examples:
575 - Lane
576 pattern: "^(.*)$"
577 street_suffix_short:
578 "$id": "#/properties/property_address/properties/street_suffix_short"
579 type:
580 - string
581 - 'null'
582 title: The street_suffix_short Schema
583 description: The standardized street suffix for listing address. Short version
584 for when abreviations are used.
585 default:
586 examples:
587 - Ln.
588 pattern: "^(.*)$"
589 street_unit:
590 "$id": "#/properties/property_address/properties/street_unit"
591 type:
592 - string
593 - 'null'
594 title: The street_unit Schema
595 description: The standardized street unit number for listing address (if applicable).
596 This is not the unit number which identifies the unit of the property.
597 default:
598 examples:
599 - 32D
600 pattern: "^(.*)$"
601 unit_number:
602 "$id": "#/properties/property_address/properties/unit_number"
603 type:
604 - string
605 - 'null'
606 title: The Unit_number Schema
607 description: Text field containing the normalized number or portion of a larger
608 building or complex. Unit Number should appear following the street suffix
609 default:
610 examples:
611 - '201'
612 pattern: "^(.*)$"
613 unit_type:
614 "$id": "#/properties/property_address/properties/unit_type"
615 type:
616 - string
617 - 'null'
618 title: The unit_type Schema
619 description: The standardized Unit Type for listing address. (Apt, Flat, Suite...)
620 default:
621 examples:
622 - Flat
623 pattern: "^(.*)$"
624 city_long:
625 "$id": "#/properties/property_address/properties/city_long"
626 type:
627 - string
628 - 'null'
629 title: The city_long Schema
630 description: The standardized city for listing address. Long version for when
631 abreviations are used.
632 default:
633 examples:
634 - Fort Collins
635 pattern: "^(.*)$"
636 city_short:
637 "$id": "#/properties/property_address/properties/city_short"
638 type:
639 - string
640 - 'null'
641 title: The city_short Schema
642 description: The standardized city for listing address. Short version for
643 when abreviations are used.
644 default:
645 examples:
646 - Ft. Collins
647 pattern: "^(.*)$"
648 state_prov_long:
649 "$id": "#/properties/property_address/properties/state_prov_long"
650 type:
651 - string
652 - 'null'
653 title: The state_prov_long Schema
654 description: The standardized State/Province for listing address. Long version
655 for when abreviations are used.
656 default:
657 examples:
658 - Colorado
659 pattern: "^(.*)$"
660 state_prov_short:
661 "$id": "#/properties/property_address/properties/state_prov_short"
662 type:
663 - string
664 - 'null'
665 title: The state_prov_short Schema
666 description: The standardized State/Province for listing address. Short version
667 for when abreviations are used.
668 default:
669 examples:
670 - CO
671 pattern: "^(.*)$"
672 country_long:
673 "$id": "#/properties/property_address/properties/country_long"
674 type:
675 - string
676 - 'null'
677 title: The country_long Schema
678 description: The standardized Country for listing address. Long version for
679 when abreviations are used.
680 default:
681 examples:
682 - US
683 pattern: "^(.*)$"
684 country_short:
685 "$id": "#/properties/property_address/properties/country_short"
686 type:
687 - string
688 - 'null'
689 title: The country_short Schema
690 description: The standardized Country for listing address. Short version for
691 when abreviations are used.
692 default:
693 examples:
694 - US
695 pattern: "^(.*)$"
696 postal_code_long:
697 "$id": "#/properties/property_address/properties/postal_code_long"
698 type:
699 - string
700 - 'null'
701 title: The postal_code_long Schema
702 description: The standardized Postal Code for listing address. Long version
703 for when abreviations are used.
704 default:
705 examples:
706 - '80528'
707 pattern: "^(.*)$"
708 postal_code_short:
709 "$id": "#/properties/property_address/properties/postal_code_short"
710 type:
711 - string
712 - 'null'
713 title: The postal_code_short Schema
714 description: The standardized Postal Code for listing address. Short version
715 for when abreviations are used.
716 default:
717 examples:
718 - '80528'
719 pattern: "^(.*)$"
720 zip_4:
721 "$id": "#/properties/property_address/properties/zip_4"
722 type:
723 - string
724 - 'null'
725 title: The Zip_4 Schema
726 description: The standardized Zip 4 for listing address (if applicable)
727 default:
728 examples:
729 - '8561'
730 pattern: "^(.*)$"
731 address:
732 "$id": "#/properties/property_address/properties/address"
733 type:
734 - string
735 - 'null'
736 title: The Address Schema
737 description: The Address is a text representation of the complete address
738 with any location identifiers such as City and Province
739 default:
740 examples:
741 - "<AUTOMATIC SYSTEM GENERATED> Full_Street_Address Unit_Number City State_Prov
742 Country Postal_Code Zip_4"
743 pattern: "^(.*)$"
744 habitation_name:
745 "$id": "#/properties/property_address/properties/habitation_name"
746 type:
747 - string
748 - 'null'
749 title: The habitation_name Schema
750 description: Name of the Property. For use when standard address is not applicable.
751 default:
752 examples:
753 - Caversheim House
754 pattern: "^(.*)$"
755 level_number:
756 "$id": "#/properties/property_address/properties/level_number"
757 type:
758 - string
759 - 'null'
760 title: The level_number Schema
761 description: Level of the property in the building. For example, Unit 403B
762 is on Level 4.
763 default:
764 examples:
765 - '12'
766 pattern: "^(.*)$"
767 street_direction:
768 "$id": "#/properties/property_address/properties/street_direction"
769 type:
770 - string
771 - 'null'
772 title: The street_direction Schema
773 description: Direction the property is facing for the street.
774 default:
775 examples:
776 - East
777 pattern: "^(.*)$"
778 rural_address:
779 "$id": "#/properties/property_address/properties/rural_address"
780 type:
781 - string
782 - 'null'
783 title: The rural_address Schema
784 description: Rural address of property where standard address is not applicable.
785 default:
786 examples:
787 - "^RD [0-9]{1,2}$"
788 pattern: "^(.*)$"
789 coordinates_gp:
790 "$id": "#/properties/property_address/properties/coordinates_gp"
791 type:
792 - object
793 - 'null'
794 title: The Coordinates_gp Schema
795 description: Normalized geolocation of the listing. *KW populates this with
796 a normalize value when available or utilize data from Location_Latitude
797 Location_Longitude
798 default:
799 properties:
800 lat:
801 "$id": "#/properties/property_address/properties/coordinates_gp/properties/lat"
802 type:
803 - number
804 - 'null'
805 title: The Lat Schema
806 description: Normalized geolocation of the listing. *KW populates this
807 with a normalize value when available or utilize data from Location_Latitude
808 Location_Longitude
809 default: 0
810 examples:
811 - 39.231
812 lon:
813 "$id": "#/properties/property_address/properties/coordinates_gp/properties/lon"
814 type:
815 - number
816 - 'null'
817 title: The Lon Schema
818 description: Normalized geolocation of the listing. *KW populates this
819 with a normalize value when available or utilize data from Location_Latitude
820 Location_Longitude
821 default: 0
822 examples:
823 - -89.9383
824 coordinates_gs:
825 "$id": "#/properties/property_address/properties/coordinates_gs"
826 type:
827 - object
828 - 'null'
829 title: The Coordinates_gs Schema
830 description: Normalized geolocation of the listing. *KW populates this with
831 a normalize value when available or utilize data from Location_Latitude
832 Location_Longitude
833 default:
834 properties:
835 coordinates:
836 "$id": "#/properties/property_address/properties/coordinates_gs/properties/coordinates"
837 type:
838 - array
839 - 'null'
840 title: The Coordinates Schema
841 default:
842 items:
843 "$id": "#/properties/property_address/properties/coordinates_gs/properties/coordinates/items"
844 type:
845 - number
846 - 'null'
847 title: The Items Schema
848 default: 0
849 examples:
850 - -89.9383
851 - 39.231
852 type:
853 "$id": "#/properties/property_address/properties/coordinates_gs/properties/type"
854 type:
855 - string
856 - 'null'
857 title: The Type Schema
858 default:
859 examples:
860 - point
861 pattern: "^(.*)$"
862 currency_code:
863 "$id": "#/properties/currency_code"
864 type:
865 - string
866 - 'null'
867 title: The Currency_code Schema
868 description: Currency code used for all monetary values associated with the listing.
869 default:
870 examples:
871 - USD
872 pattern: "^(.*)$"
873 current_list_price:
874 "$id": "#/properties/current_list_price"
875 type: number
876 title: The Current_list_price Schema
877 description: The current price of the property as determined by the seller and
878 the seller's broker. For auctions this is the minimum or reserve price. For
879 Coming Soon this is Estimated Price.
880 default: 0
881 examples:
882 - 490000
883 lease_price:
884 "$id": "#/properties/lease_price"
885 type:
886 - number
887 - 'null'
888 title: The Lease_price Schema
889 description: The rent or lease amount.
890 default:
891 examples:
892 - 1500
893 close_price:
894 "$id": "#/properties/close_price"
895 type:
896 - number
897 - 'null'
898 title: The Close_price Schema
899 description: The amount of money paid by the purchaser to the seller for the property
900 under the agreement.
901 default:
902 examples:
903 - 485000
904 original_list_price:
905 "$id": "#/properties/original_list_price"
906 type:
907 - number
908 - 'null'
909 title: The Original_list_price Schema
910 description: 'The original price of the property on the initial agreement between
911 the seller and the seller''s broker. '
912 default:
913 examples:
914 - 500000
915 price_tax_suffix:
916 "$id": "#/properties/price_tax_suffix"
917 type:
918 - boolean
919 - 'null'
920 title: The Price_tax_suffix Schema
921 description: Boolean to indicate if "+Taxes" should be displayed after price (Canada
922 only)
923 default: false
924 examples:
925 - false
926 price_history:
927 "$id": "#/properties/price_history"
928 type:
929 - array
930 - 'null'
931 title: The Price_history Schema
932 description: Compound object for listing's historical pricing information. Each
933 item contain instance of price data for a price change event. Internal use only.
934 Available in API, but not syndicated.
935 default:
936 items:
937 "$id": "#/properties/price_history/items"
938 type:
939 - object
940 - 'null'
941 title: The Items Schema
942 description: Price history snapshot
943 default:
944 properties:
945 current_list_price:
946 "$id": "#/properties/price_history/items/properties/current_list_price"
947 type:
948 - number
949 - 'null'
950 title: The Current_list_price Schema
951 description: The current ListPrice for the price snapshot. *KW will manage
952 this value. Any values passed will be ignored.
953 default:
954 examples:
955 - 490000
956 previous_list_price:
957 "$id": "#/properties/price_history/items/properties/previous_list_price"
958 type:
959 - number
960 - 'null'
961 title: The Previous_list_price Schema
962 description: The previous ListPrice for the price snapshot. *KW will manage
963 this value. Any values passed will be ignored.
964 default:
965 examples:
966 - 495000
967 price_updated_at:
968 "$id": "#/properties/price_history/items/properties/price_updated_at"
969 type:
970 - string
971 - 'null'
972 title: The Price_updated_at Schema
973 description: The timestamp for the snapshot. *KW will manage this value.
974 Any values passed will be ignored.
975 default:
976 examples:
977 - '2017-08-21T15:26:24.000Z'
978 pattern: "^(.*)$"
979 in_use:
980 "$id": "#/properties/price_history/items/properties/in_use"
981 type:
982 - boolean
983 - 'null'
984 title: The In_use Schema
985 description: Indicates if this price snapshot is in use. *KW will manage
986 this value. Any values passed will be ignored.
987 default: false
988 examples:
989 - true
990 percent_change:
991 "$id": "#/properties/price_history/items/properties/percent_change"
992 type:
993 - number
994 - 'null'
995 title: The Percent_change Schema
996 description: The percent change between Current and Previous ListPrice for
997 the price snapshot. *KW will manage this value. Any values passed will
998 be ignored.
999 default:
1000 examples:
1001 - 17.8
1002 list_dt:
1003 "$id": "#/properties/list_dt"
1004 type:
1005 - string
1006 - 'null'
1007 title: The List_dt Schema
1008 description: Date the property was listed. For Coming Soon listings, enter the
1009 expected date of when listing will be Active on market.
1010 default:
1011 examples:
1012 - '2017-01-17'
1013 pattern: "^(.*)$"
1014 kw_expiry_dt:
1015 "$id": "#/properties/kw_expiry_dt"
1016 type:
1017 - string
1018 - 'null'
1019 title: The Kw_expiry_dt Schema
1020 description: This date determines the time period for which a listing will be
1021 syndicated (externally and to other KW agents). Limit is 180 days in the future.
1022 Date in UTC.
1023 default:
1024 examples:
1025 - '2018-02-02'
1026 pattern: "^(.*)$"
1027 kw_expiry_dt_lock:
1028 "$id": "#/properties/kw_expiry_dt_lock"
1029 type:
1030 - boolean
1031 - 'null'
1032 title: The Kw_expiry_dt_lock Schema
1033 description: "*This lock not being used at this time. Locks the KWLS Expiry Date
1034 for the syndication expiration of the listing to not override this field. User
1035 should have option to apply lock. *This should only be"
1036 default: false
1037 examples:
1038 - false
1039 contract_expiry_dt:
1040 "$id": "#/properties/contract_expiry_dt"
1041 type:
1042 - string
1043 - 'null'
1044 title: The Contract_expiry_dt Schema
1045 description: This is the date at which the listing contract ends. Date in UTC.
1046 default:
1047 examples:
1048 - '2019-10-02'
1049 pattern: "^(.*)$"
1050 contract_expiry_dt_lock:
1051 "$id": "#/properties/contract_expiry_dt_lock"
1052 type:
1053 - boolean
1054 - 'null'
1055 title: The Contract_expiry_dt_lock Schema
1056 description: 'Locks the Expiry Date for the contract to not override this field
1057 upon import. This should automatically be applied when the user selects a contract
1058 date. *This should only be used for KWRI purposes. '
1059 default: false
1060 examples:
1061 - true
1062 close_dt:
1063 "$id": "#/properties/close_dt"
1064 type:
1065 - string
1066 - 'null'
1067 title: The Close_dt Schema
1068 description: Close date for sold/rented listing.
1069 default:
1070 examples:
1071 - '2017-12-01'
1072 pattern: "^(.*)$"
1073 list_status:
1074 "$id": "#/properties/list_status"
1075 type: string
1076 title: The List_status Schema
1077 description: Local or regional status that are well known by business users, indicating
1078 the state that the listing is currently in.
1079 default: default
1080 examples:
1081 - Active
1082 pattern: "^(.*)$"
1083 list_status_id:
1084 "$id": "#/properties/list_status_id"
1085 type: integer
1086 title: The List_status_id Schema
1087 description: Number value representing the Listing Status
1088 default: 0
1089 examples:
1090 - 1
1091 list_status_lock:
1092 "$id": "#/properties/list_status_lock"
1093 type:
1094 - boolean
1095 - 'null'
1096 title: The List_status_lock Schema
1097 description: Enabling this lock will disregard any import updates for Listing
1098 Status (from MLS or other provider). All other data in the listing will be updated.
1099 User should have option to apply lock.
1100 default: false
1101 examples:
1102 - false
1103 list_category:
1104 "$id": "#/properties/list_category"
1105 type:
1106 - string
1107 - 'null'
1108 title: The List_category Schema
1109 description: 'Identifies the category of the listing: "Sale" or "Rental"'
1110 default:
1111 examples:
1112 - Sale
1113 pattern: "^(.*)$"
1114 list_category_id:
1115 "$id": "#/properties/list_category_id"
1116 type:
1117 - integer
1118 - 'null'
1119 title: The List_category_id Schema
1120 description: 'ID that identifies the category of the listing: "Sale" or "Rental"'
1121 default:
1122 examples:
1123 - 1
1124 luxury_home:
1125 "$id": "#/properties/luxury_home"
1126 type:
1127 - boolean
1128 - 'null'
1129 title: The Luxury_home Schema
1130 description: Flag used by KW to indicate a luxury listing.
1131 default: false
1132 examples:
1133 - true
1134 prop_type:
1135 "$id": "#/properties/prop_type"
1136 type: string
1137 title: The Prop_type Schema
1138 description: Main cetegory for the type of listing. Includes categories such as
1139 Residential, Lease, Income, Land, Mobile, Commercial Sale, etc...
1140 default: default
1141 examples:
1142 - Residential
1143 pattern: "^(.*)$"
1144 prop_type_id:
1145 "$id": "#/properties/prop_type_id"
1146 type: integer
1147 title: The Prop_type_id Schema
1148 description: Number value representing the Property Type
1149 default: 0
1150 examples:
1151 - 1
1152 prop_type_lock:
1153 "$id": "#/properties/prop_type_lock"
1154 type:
1155 - boolean
1156 - 'null'
1157 title: The Prop_type_lock Schema
1158 description: Enabling this lock will disregard any import updates for Property
1159 Type (from MLS or other provider). All other data in the listing will be updated.
1160 User should have option to apply lock.
1161 default: false
1162 examples:
1163 - false
1164 prop_subtype:
1165 "$id": "#/properties/prop_subtype"
1166 type: string
1167 title: The Prop_subtype Schema
1168 description: 'Sub category for the type of listing. Includes sub categories such
1169 as Apartment, Single Family Detached, Condo, etc. '
1170 default: default
1171 examples:
1172 - Single Family Residence
1173 pattern: "^(.*)$"
1174 prop_subtype_id:
1175 "$id": "#/properties/prop_subtype_id"
1176 type: integer
1177 title: The Prop_subtype_id Schema
1178 description: 'ID for the sub category for the type of listing. Includes sub categories
1179 such as Apartment, Single Family Detached, Condo, etc. '
1180 default: 0
1181 examples:
1182 - 2
1183 prop_subtype_lock:
1184 "$id": "#/properties/prop_subtype_lock"
1185 type:
1186 - boolean
1187 - 'null'
1188 title: The Prop_subtype_lock Schema
1189 description: Enabling this lock will disregard any import updates for Property
1190 Sub Type (from MLS or other provider). All other data in the listing will be
1191 updated. User should have option to apply lock.
1192 default: false
1193 examples:
1194 - false
1195 special_list_condition:
1196 "$id": "#/properties/special_list_condition"
1197 type:
1198 - string
1199 - 'null'
1200 title: The Special_list_condition Schema
1201 description: A list of options that describe the type of sale. i.e. Standard,
1202 REO, Short Sale, Probate, Auction, NOD, etc., at the time of listing.
1203 default:
1204 examples:
1205 - REO - Bank owned
1206 pattern: "^(.*)$"
1207 year_built:
1208 "$id": "#/properties/year_built"
1209 type:
1210 - number
1211 - 'null'
1212 title: The Year_built Schema
1213 description: 'The year that an occupancy permit is first granted for the house
1214 or other local measure of initial habitability of the build. '
1215 default:
1216 examples:
1217 - 2015
1218 living_area:
1219 "$id": "#/properties/living_area"
1220 type:
1221 - number
1222 - 'null'
1223 title: The Living_area Schema
1224 description: The total livable area within the structure.
1225 default:
1226 examples:
1227 - 2300
1228 living_area_units:
1229 "$id": "#/properties/living_area_units"
1230 type:
1231 - string
1232 - 'null'
1233 title: The Living_area_units Schema
1234 description: A pick list of the unit of measurement for the area. i.e. Square
1235 Feet, Square Meters, Acres, etc.
1236 default:
1237 examples:
1238 - Square Feet
1239 pattern: "^(.*)$"
1240 lot_size_area:
1241 "$id": "#/properties/lot_size_area"
1242 type:
1243 - number
1244 - 'null'
1245 title: The Lot_size_area Schema
1246 description: The total area of the lot. See Lot Size Units for the units of measurement
1247 (Square Feet, Square Meters, Acres, etc.).
1248 default:
1249 examples:
1250 - 0.21
1251 lot_size_units:
1252 "$id": "#/properties/lot_size_units"
1253 type:
1254 - string
1255 - 'null'
1256 title: The Lot_size_units Schema
1257 description: A pick list of the unit of measurement for the area. i.e. Square
1258 Feet, Square Meters, Acres, etc.
1259 default:
1260 examples:
1261 - Acres
1262 pattern: "^(.*)$"
1263 lot_front_area:
1264 "$id": "#/properties/lot_front_area"
1265 type:
1266 - string
1267 - 'null'
1268 title: The lot_front_area Schema
1269 description: The linear measurement across the front of the lot - facing the street.
1270 default:
1271 examples:
1272 - '102'
1273 lot_front_units:
1274 "$id": "#/properties/lot_front_units"
1275 type:
1276 - string
1277 - 'null'
1278 title: The lot_front_units Schema
1279 description: A pick list of the unit of measurement for the area. i.e. Feet, Meters,
1280 etc.
1281 default:
1282 examples:
1283 - Feet
1284 pattern: "^(.*)$"
1285 lot_depth_area:
1286 "$id": "#/properties/lot_depth_area"
1287 type:
1288 - string
1289 - 'null'
1290 title: The lot_depth_area Schema
1291 description: The linear measurement between the front and back of the lot.
1292 default:
1293 examples:
1294 - '210'
1295 lot_depth_units:
1296 "$id": "#/properties/lot_depth_units"
1297 type:
1298 - string
1299 - 'null'
1300 title: The lot_depth_units Schema
1301 description: A pick list of the unit of measurement for the area. i.e. Feet, Meters,
1302 etc.
1303 default:
1304 examples:
1305 - Feet
1306 pattern: "^(.*)$"
1307 office_size:
1308 "$id": "#/properties/office_size"
1309 type:
1310 - string
1311 - 'null'
1312 title: The Office_size Schema
1313 description: The total area of office space.
1314 default:
1315 examples:
1316 - '2300'
1317 office_size_units:
1318 "$id": "#/properties/office_size_units"
1319 type:
1320 - string
1321 - 'null'
1322 title: The Office_size_units Schema
1323 description: Units of measurement for the total area of office space.
1324 default:
1325 examples:
1326 - Square Feet
1327 pattern: "^(.*)$"
1328 warehouse_size:
1329 "$id": "#/properties/warehouse_size"
1330 type:
1331 - string
1332 - 'null'
1333 title: The Warehouse_size Schema
1334 description: The total area of warehouse space.
1335 default:
1336 examples:
1337 - '2300'
1338 warehouse_size_units:
1339 "$id": "#/properties/warehouse_size_units"
1340 type:
1341 - string
1342 - 'null'
1343 title: The Warehouse_size_units Schema
1344 description: Units of measurement for the total area of warehouse space.
1345 default:
1346 examples:
1347 - Square Feet
1348 pattern: "^(.*)$"
1349 retail_size:
1350 "$id": "#/properties/retail_size"
1351 type:
1352 - string
1353 - 'null'
1354 title: The Retail_size Schema
1355 description: The total area of retail space.
1356 default:
1357 examples:
1358 - '2300'
1359 retail_size_units:
1360 "$id": "#/properties/retail_size_units"
1361 type:
1362 - string
1363 - 'null'
1364 title: The Retail_size_units Schema
1365 description: Units of measurement for the total area of retail space.
1366 default:
1367 examples:
1368 - Square Feet
1369 pattern: "^(.*)$"
1370 other_area_size:
1371 "$id": "#/properties/other_area_size"
1372 type:
1373 - string
1374 - 'null'
1375 title: The Other_area_size Schema
1376 description: The total area of other space.
1377 default:
1378 examples:
1379 - '2300'
1380 other_areasize_units:
1381 "$id": "#/properties/other_areasize_units"
1382 type:
1383 - string
1384 - 'null'
1385 title: The Other_areasize_units Schema
1386 description: Units of measurement for the total area of other space.
1387 default:
1388 examples:
1389 - Square Feet
1390 pattern: "^(.*)$"
1391 total_bed:
1392 "$id": "#/properties/total_bed"
1393 type:
1394 - number
1395 - 'null'
1396 title: The Total_bed Schema
1397 description: The total number of bedrooms in the dwelling.
1398 default:
1399 examples:
1400 - 3
1401 total_bath:
1402 "$id": "#/properties/total_bath"
1403 type:
1404 - number
1405 - 'null'
1406 title: The Total_bath Schema
1407 description: The total number of bathrooms in the dwelling. Number is open to
1408 interpretation and does not follow an exact formula for partial/half baths.
1409 default:
1410 examples:
1411 - 3
1412 full_bath:
1413 "$id": "#/properties/full_bath"
1414 type:
1415 - number
1416 - 'null'
1417 title: The Full_bath Schema
1418 description: A room containing all 4 of the 4 elements constituting a bath, which
1419 are; Toilet, Sink, Bathtub or Shower Head. A Full Bath will typically contain
1420 four elements; Sink, Toilet, Tub and Shower Head
1421 default:
1422 examples:
1423 - 2
1424 half_bath:
1425 "$id": "#/properties/half_bath"
1426 type:
1427 - number
1428 - 'null'
1429 title: The Half_bath Schema
1430 description: A room containing 2 of the 4 elements constituting a bath, which
1431 are; Toilet, Sink, Bathtub or Shower Head. A Half Bath will typically contain
1432 a Sink and Toilet.
1433 default:
1434 examples:
1435 - 1
1436 one_quarter_bath:
1437 "$id": "#/properties/one_quarter_bath"
1438 type:
1439 - number
1440 - 'null'
1441 title: The One_quarter_bath Schema
1442 description: A room containing 1 of the 4 elements constituting a bath which are;
1443 Toilet, Sink, Bathtub or Shower Head. Examples are a vanity with a sink or a
1444 WC (Water Closet, which is a room with only a toilet).
1445 default:
1446 examples:
1447 - 0
1448 three_quarter_bath:
1449 "$id": "#/properties/three_quarter_bath"
1450 type:
1451 - number
1452 - 'null'
1453 title: The Three_quarter_bath Schema
1454 description: 'A room containing 3 of the 4 elements constituting a bath, which
1455 are; Toilet, Sink, Bathtub or Shower Head. A typical Three Quarter Bath will
1456 contain Sink, Toilet and Shower. '
1457 default:
1458 examples:
1459 - 0
1460 partial_bath:
1461 "$id": "#/properties/partial_bath"
1462 type:
1463 - number
1464 - 'null'
1465 title: The Partial_bath Schema
1466 description: 'The number of partial bathrooms in the property being sold/leased.
1467 When used in combination with the BathroomsFull field, this replaces (or is
1468 the sum of) all Half and One Quarter bathrooms; '
1469 default:
1470 examples:
1471 - 1
1472 list_desc:
1473 "$id": "#/properties/list_desc"
1474 type:
1475 - string
1476 - 'null'
1477 title: The List_desc Schema
1478 description: Text remarks intended for public display. In an MLS, it is the field
1479 where info is entered for the public. This information is intended to be visible
1480 on-line and should be public info only.
1481 default:
1482 examples:
1483 - Location Location Location!! Minutes from schools, shopping, the Air Force
1484 base, SA and New Braunfels. You will fall in love with this 3/2.5/2 home! This
1485 property boasts 2 living and eating areas, beautiful paint colors throughout,
1486 crown molding, large baseboards and gorgeous kitchen. You will also like the
1487 abundance of storage, water softener and storage building.
1488 pattern: "^(.*)$"
1489 list_desc_en:
1490 "$id": "#/properties/list_desc_en"
1491 type:
1492 - string
1493 - 'null'
1494 title: The List_desc_en Schema
1495 description: Text remarks intended for public display. In an MLS, it is the field
1496 where info is entered for the public. This information is intended to be visible
1497 on-line and should be public info only.
1498 default:
1499 examples:
1500 - Abe what was this again?
1501 pattern: "^(.*)$"
1502 list_desc_lock:
1503 "$id": "#/properties/list_desc_lock"
1504 type:
1505 - boolean
1506 - 'null'
1507 title: The List_desc_lock Schema
1508 description: Enabling this lock will disregard any import updates for Listing
1509 Description (from MLS or other provider). All other data in the listing will
1510 be updated. User should have option to apply lock.
1511 default: false
1512 examples:
1513 - false
1514 brokerage:
1515 "$id": "#/properties/brokerage"
1516 type:
1517 - object
1518 - 'null'
1519 title: The Brokerage Schema
1520 description: Compound object for the brokerage representing the seller of the
1521 listing.
1522 default:
1523 properties:
1524 name:
1525 "$id": "#/properties/brokerage/properties/name"
1526 type:
1527 - string
1528 - 'null'
1529 title: The Name Schema
1530 description: The legal name of the brokerage representing the seller of the
1531 listing.
1532 default:
1533 examples:
1534 - Keller Williams Heritage
1535 pattern: "^(.*)$"
1536 email:
1537 "$id": "#/properties/brokerage/properties/email"
1538 type:
1539 - string
1540 - 'null'
1541 title: The Email Schema
1542 description: The email for the brokerage representing the seller of the listing.
1543 default:
1544 examples:
1545 - klrw2@kw.com
1546 pattern: "^(.*)$"
1547 phone:
1548 "$id": "#/properties/brokerage/properties/phone"
1549 type:
1550 - string
1551 - 'null'
1552 title: The Phone Schema
1553 description: The phone for the brokerage representing the seller of the listing.
1554 default:
1555 examples:
1556 - "(210) 493-3030"
1557 pattern: "^(.*)$"
1558 list_agent_office:
1559 "$id": "#/properties/list_agent_office"
1560 type:
1561 - object
1562 - 'null'
1563 title: The List_agent_office Schema
1564 description: Compound object for the Listing Agent and Office representing the
1565 seller of the listing. Office may be different from brokerage.
1566 default:
1567 properties:
1568 list_agent_mls_id:
1569 "$id": "#/properties/list_agent_office/properties/list_agent_mls_id"
1570 type:
1571 - string
1572 - 'null'
1573 title: The List_agent_mls_id Schema
1574 description: The local, well-known identifier for the member. This value may
1575 not be unique, specifically in the case of aggregation systems, this value
1576 should be the identifier from the original system.
1577 default:
1578 examples:
1579 - '523504'
1580 pattern: "^(.*)$"
1581 list_agent_key:
1582 "$id": "#/properties/list_agent_office/properties/list_agent_key"
1583 type:
1584 - string
1585 - 'null'
1586 title: The List_agent_key Schema
1587 description: A system unique identifier. Specifically, in aggregation systems,
1588 the ListAgentKey is the system unique identifier from the system that the
1589 record was retrieved. This may be identical to their MLSID
1590 default:
1591 examples:
1592 - SABORTX-523504
1593 pattern: "^(.*)$"
1594 list_agent_mls_id_2:
1595 "$id": "#/properties/list_agent_office/properties/list_agent_mls_id_2"
1596 type:
1597 - string
1598 - 'null'
1599 title: The List_agent_mls_id_2 Schema
1600 default:
1601 examples:
1602 - '523504'
1603 pattern: "^(.*)$"
1604 list_agent_key_2:
1605 "$id": "#/properties/list_agent_office/properties/list_agent_key_2"
1606 type:
1607 - string
1608 - 'null'
1609 title: The List_agent_key_2 Schema
1610 default:
1611 examples:
1612 - SABORTX-523504
1613 pattern: "^(.*)$"
1614 list_agent_first_name:
1615 "$id": "#/properties/list_agent_office/properties/list_agent_first_name"
1616 type:
1617 - string
1618 - 'null'
1619 title: The List_agent_first_name Schema
1620 description: The first name of the listing agent.
1621 default:
1622 examples:
1623 - Tina
1624 pattern: "^(.*)$"
1625 list_agent_last_name:
1626 "$id": "#/properties/list_agent_office/properties/list_agent_last_name"
1627 type:
1628 - string
1629 - 'null'
1630 title: The List_agent_last_name Schema
1631 description: The last name of the listing agent.
1632 default:
1633 examples:
1634 - Morris
1635 pattern: "^(.*)$"
1636 list_agent_full_name:
1637 "$id": "#/properties/list_agent_office/properties/list_agent_full_name"
1638 type:
1639 - string
1640 - 'null'
1641 title: The List_agent_full_name Schema
1642 description: The full name of the listing agent. Could be calculated by concatenation
1643 of agent_fname and agent_lname
1644 default:
1645 examples:
1646 - Tina Morris
1647 pattern: "^(.*)$"
1648 list_agent_preferred_phone:
1649 "$id": "#/properties/list_agent_office/properties/list_agent_preferred_phone"
1650 type:
1651 - string
1652 - 'null'
1653 title: The List_agent_preferred_phone Schema
1654 description: Preferred or direct phone number of the listing agent.
1655 default:
1656 examples:
1657 - '2102626485'
1658 pattern: "^(.*)$"
1659 list_agent_office_phone:
1660 "$id": "#/properties/list_agent_office/properties/list_agent_office_phone"
1661 type:
1662 - string
1663 - 'null'
1664 title: The List_agent_office_phone Schema
1665 description: Office phone number of the listing agent.
1666 default:
1667 examples:
1668 - '2104933030'
1669 pattern: "^(.*)$"
1670 list_agent_fax:
1671 "$id": "#/properties/list_agent_office/properties/list_agent_fax"
1672 type:
1673 - string
1674 - 'null'
1675 title: The List_agent_fax Schema
1676 description: Fax number of the listing agent.
1677 default:
1678 examples:
1679 - '2103256856'
1680 pattern: "^(.*)$"
1681 list_agent_email:
1682 "$id": "#/properties/list_agent_office/properties/list_agent_email"
1683 type:
1684 - string
1685 - 'null'
1686 title: The List_agent_email Schema
1687 description: Email address of the listing agent.
1688 default:
1689 examples:
1690 - tmorris@gvtc.com
1691 pattern: "^(.*)$"
1692 list_agent_url:
1693 "$id": "#/properties/list_agent_office/properties/list_agent_url"
1694 type:
1695 - string
1696 - 'null'
1697 title: The List_agent_url Schema
1698 description: Website of the listing agent.
1699 default:
1700 examples:
1701 - http://www.mykwsa.com
1702 pattern: "^(.*)$"
1703 list_agent_license:
1704 "$id": "#/properties/list_agent_office/properties/list_agent_license"
1705 type:
1706 - array
1707 - 'null'
1708 title: The List_agent_license Schema
1709 description: Compound object for the Listing Agent's licenses (agent representing
1710 the seller of the listing).
1711 default:
1712 items:
1713 "$id": "#/properties/list_agent_office/properties/list_agent_license/items"
1714 type:
1715 - object
1716 - 'null'
1717 title: The Items Schema
1718 properties:
1719 lal_jurisdiction:
1720 "$id": "#/properties/list_agent_office/properties/list_agent_license/items/properties/lal_jurisdiction"
1721 type:
1722 - string
1723 - 'null'
1724 title: The Lal_jurisdiction Schema
1725 description: 'A string representing the location for the jurisdiction
1726 of the listing agent''s license. '
1727 default:
1728 examples:
1729 - WI
1730 pattern: "^(.*)$"
1731 lal_license_number:
1732 "$id": "#/properties/list_agent_office/properties/list_agent_license/items/properties/lal_license_number"
1733 type:
1734 - string
1735 - 'null'
1736 title: The Lal_license_number Schema
1737 description: The listing agent license number.
1738 default:
1739 examples:
1740 - 82441-94
1741 pattern: "^(.*)$"
1742 lal_license_category:
1743 "$id": "#/properties/list_agent_office/properties/list_agent_license/items/properties/lal_license_category"
1744 type:
1745 - string
1746 - 'null'
1747 title: The Lal_license_category Schema
1748 description: The type of professional license the listing agent holds.
1749 This will vary based on the local types and jurisdictions.
1750 default:
1751 examples:
1752 - Unknown
1753 pattern: "^(.*)$"
1754 lal_state_prov:
1755 "$id": "#/properties/list_agent_office/properties/list_agent_license/items/properties/lal_state_prov"
1756 type:
1757 - string
1758 - 'null'
1759 title: The Lal_state_prov Schema
1760 description: 'The state or province for the jurisdiction of the listing
1761 agent''s license. '
1762 default:
1763 examples:
1764 - WI
1765 pattern: "^(.*)$"
1766 list_office_mls_id:
1767 "$id": "#/properties/list_agent_office/properties/list_office_mls_id"
1768 type:
1769 - string
1770 - 'null'
1771 title: The List_office_mls_id Schema
1772 description: The local, well-known identifier for the listing office. This
1773 value may not be unique, specifically in the case of aggregation systems,
1774 this value should be the identifier from the original system.
1775 default:
1776 examples:
1777 - KLWM00
1778 pattern: "^(.*)$"
1779 list_office_key:
1780 "$id": "#/properties/list_agent_office/properties/list_office_key"
1781 type:
1782 - string
1783 - 'null'
1784 title: The List_office_key Schema
1785 description: The local, unique identifier for the listing office. This value
1786 may not be unique, specifically in the case of aggregation systems, this
1787 value should be the identifier from the original system.
1788 default:
1789 examples:
1790 - SABORTX-KLWM00
1791 pattern: "^(.*)$"
1792 list_office_mls_id_2:
1793 "$id": "#/properties/list_agent_office/properties/list_office_mls_id_2"
1794 type:
1795 - string
1796 - 'null'
1797 title: The List_office_mls_id_2 Schema
1798 default:
1799 examples:
1800 - KLWM00
1801 pattern: "^(.*)$"
1802 list_office_key_2:
1803 "$id": "#/properties/list_agent_office/properties/list_office_key_2"
1804 type:
1805 - string
1806 - 'null'
1807 title: The List_office_key_2 Schema
1808 default:
1809 examples:
1810 - SABORTX-KLWM00
1811 pattern: "^(.*)$"
1812 list_office_name:
1813 "$id": "#/properties/list_agent_office/properties/list_office_name"
1814 type:
1815 - string
1816 - 'null'
1817 title: The List_office_name Schema
1818 description: The legal name of the office representing the seller of the listing.
1819 default:
1820 examples:
1821 - Keller Williams Heritage
1822 pattern: "^(.*)$"
1823 list_office_address:
1824 "$id": "#/properties/list_agent_office/properties/list_office_address"
1825 type:
1826 - object
1827 - 'null'
1828 title: The List_office_address Schema
1829 description: Compound object for the address of the Listing Office representing
1830 the seller of the listing.
1831 default:
1832 properties:
1833 full_street_address:
1834 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/full_street_address"
1835 type:
1836 - string
1837 - 'null'
1838 title: The full_street_address Schema
1839 description: Address of the listing office.
1840 default:
1841 examples:
1842 - 2338 N Loop 1604 W Ste 120
1843 pattern: "^(.*)$"
1844 unit_number:
1845 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/unit_number"
1846 type:
1847 - string
1848 - 'null'
1849 title: The Unit_number Schema
1850 description: Address line 2 or Unit number of the listing office.
1851 default:
1852 examples:
1853 - '201'
1854 pattern: "^(.*)$"
1855 city:
1856 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/city"
1857 type:
1858 - string
1859 - 'null'
1860 title: The City Schema
1861 description: City of the listing office.
1862 default:
1863 examples:
1864 - San Antonio
1865 pattern: "^(.*)$"
1866 state_prov:
1867 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/state_prov"
1868 type:
1869 - string
1870 - 'null'
1871 title: The state_prov Schema
1872 description: State or Province of the listing office.
1873 default:
1874 examples:
1875 - TX
1876 pattern: "^(.*)$"
1877 postal_code:
1878 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/postal_code"
1879 type:
1880 - string
1881 - 'null'
1882 title: The postal_code Schema
1883 description: Postal Code of the listing office.
1884 default:
1885 examples:
1886 - '78248'
1887 pattern: "^(.*)$"
1888 country:
1889 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/country"
1890 type:
1891 - string
1892 - 'null'
1893 title: The Country Schema
1894 description: Country of the listing office.
1895 default:
1896 examples:
1897 - US
1898 pattern: "^(.*)$"
1899 address:
1900 "$id": "#/properties/list_agent_office/properties/list_office_address/properties/address"
1901 type:
1902 - string
1903 - 'null'
1904 title: The Address Schema
1905 description: Complete address for the listing office.
1906 default:
1907 examples:
1908 - "<AUTOMATIC SYSTEM GENERATED> FullStreetAddress UnitNumber City StateOrProvince
1909 Country PostalCode"
1910 pattern: "^(.*)$"
1911 list_office_phone:
1912 "$id": "#/properties/list_agent_office/properties/list_office_phone"
1913 type:
1914 - string
1915 - 'null'
1916 title: The List_office_phone Schema
1917 description: Phone number of the listing office.
1918 default:
1919 examples:
1920 - "(210) 493-3030"
1921 pattern: "^(.*)$"
1922 list_office_fax:
1923 "$id": "#/properties/list_agent_office/properties/list_office_fax"
1924 type:
1925 - string
1926 - 'null'
1927 title: The List_office_fax Schema
1928 description: Fax number of the listing office.
1929 default:
1930 examples:
1931 - '2103256856'
1932 pattern: "^(.*)$"
1933 list_office_email:
1934 "$id": "#/properties/list_agent_office/properties/list_office_email"
1935 type:
1936 - string
1937 - 'null'
1938 title: The List_office_email Schema
1939 description: Email address of the listing office.
1940 default:
1941 examples:
1942 - klrw2@kw.com
1943 pattern: "^(.*)$"
1944 list_office_url:
1945 "$id": "#/properties/list_agent_office/properties/list_office_url"
1946 type:
1947 - string
1948 - 'null'
1949 title: The List_office_url Schema
1950 description: Website of the listing office.
1951 default:
1952 examples:
1953 - http://www.mykwsa.com
1954 pattern: "^(.*)$"
1955 co_list_agent_office:
1956 "$id": "#/properties/co_list_agent_office"
1957 type:
1958 - object
1959 - 'null'
1960 title: The Co_list_agent_office Schema
1961 description: Compound object for the Co-Listing Agent and Office representing
1962 the seller of the listing.
1963 default:
1964 properties:
1965 co_list_agent_mls_id:
1966 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_mls_id"
1967 type:
1968 - string
1969 - 'null'
1970 title: The Co_list_agent_mls_id Schema
1971 description: The local, well-known identifier for the CoListing member. This
1972 value may not be unique, specifically in the case of aggregation systems,
1973 this value should be the identifier from the original system.
1974 default:
1975 examples:
1976 - '4585263'
1977 pattern: "^(.*)$"
1978 co_list_agent_key:
1979 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_key"
1980 type:
1981 - string
1982 - 'null'
1983 title: The Co_list_agent_key Schema
1984 description: A system unique identifier. Specifically, in aggregation systems,
1985 the CoListAgentKey is the system unique identifier from the system that
1986 the record was retrieved. This may be identical to their MLSID
1987 default:
1988 examples:
1989 - SABORTX-4585263
1990 pattern: "^(.*)$"
1991 co_list_agent_mls_id_2:
1992 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_mls_id_2"
1993 type:
1994 - string
1995 - 'null'
1996 title: The Co_list_agent_mls_id_2 Schema
1997 default:
1998 examples:
1999 - '4585263'
2000 pattern: "^(.*)$"
2001 co_list_agent_key_2:
2002 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_key_2"
2003 type:
2004 - string
2005 - 'null'
2006 title: The Co_list_agent_key_2 Schema
2007 default:
2008 examples:
2009 - SABORTX-4585263
2010 pattern: "^(.*)$"
2011 co_list_agent_first_name:
2012 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_first_name"
2013 type:
2014 - string
2015 - 'null'
2016 title: The Co_list_agent_first_name Schema
2017 description: The first name of the CoListing agent.
2018 default:
2019 examples:
2020 - Some
2021 pattern: "^(.*)$"
2022 co_list_agent_last_name:
2023 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_last_name"
2024 type:
2025 - string
2026 - 'null'
2027 title: The Co_list_agent_last_name Schema
2028 description: The last name of the CoListing agent.
2029 default:
2030 examples:
2031 - One
2032 pattern: "^(.*)$"
2033 co_list_agent_full_name:
2034 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_full_name"
2035 type:
2036 - string
2037 - 'null'
2038 title: The Co_list_agent_full_name Schema
2039 description: The full name of the CoListing agent. Could be calculated by
2040 concatenation of agent_fname and agent_lname
2041 default:
2042 examples:
2043 - Some One
2044 pattern: "^(.*)$"
2045 co_list_agent_preferred_phone:
2046 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_preferred_phone"
2047 type:
2048 - string
2049 - 'null'
2050 title: The Co_list_agent_preferred_phone Schema
2051 description: Preferred or direct phone number of the CoListing agent.
2052 default:
2053 examples:
2054 - '2102626485'
2055 pattern: "^(.*)$"
2056 co_list_agent_office_phone:
2057 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_office_phone"
2058 type:
2059 - string
2060 - 'null'
2061 title: The Co_list_agent_office_phone Schema
2062 description: Office phone number of the CoListing agent.
2063 default:
2064 examples:
2065 - '2104933030'
2066 pattern: "^(.*)$"
2067 co_list_agent_fax:
2068 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_fax"
2069 type:
2070 - string
2071 - 'null'
2072 title: The Co_list_agent_fax Schema
2073 description: Fax number of the CoListing agent.
2074 default:
2075 examples:
2076 - '2103256856'
2077 pattern: "^(.*)$"
2078 co_list_agent_email:
2079 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_email"
2080 type:
2081 - string
2082 - 'null'
2083 title: The Co_list_agent_email Schema
2084 description: Email address of the CoListing agent.
2085 default:
2086 examples:
2087 - sone@gvtc.com
2088 pattern: "^(.*)$"
2089 co_list_agent_url:
2090 "$id": "#/properties/co_list_agent_office/properties/co_list_agent_url"
2091 type:
2092 - string
2093 - 'null'
2094 title: The Co_list_agent_url Schema
2095 description: Website of the CoListing agent.
2096 default:
2097 examples:
2098 - http://www.mykwsa.com
2099 pattern: "^(.*)$"
2100 co_list_office_mls_id:
2101 "$id": "#/properties/co_list_agent_office/properties/co_list_office_mls_id"
2102 type:
2103 - string
2104 - 'null'
2105 title: The Co_list_office_mls_id Schema
2106 description: The local, well-known identifier for the CoListing office. This
2107 value may not be unique, specifically in the case of aggregation systems,
2108 this value should be the identifier from the original system.
2109 default:
2110 examples:
2111 - KLWM01
2112 pattern: "^(.*)$"
2113 co_list_office_key:
2114 "$id": "#/properties/co_list_agent_office/properties/co_list_office_key"
2115 type:
2116 - string
2117 - 'null'
2118 title: The Co_list_office_key Schema
2119 description: The local, unique identifier for the CoListing office. This value
2120 may not be unique, specifically in the case of aggregation systems, this
2121 value should be the identifier from the original system.
2122 default:
2123 examples:
2124 - SABORTX-KLWM01
2125 pattern: "^(.*)$"
2126 co_list_office_name:
2127 "$id": "#/properties/co_list_agent_office/properties/co_list_office_name"
2128 type:
2129 - string
2130 - 'null'
2131 title: The Co_list_office_name Schema
2132 description: The legal name of the CoListing office representing the seller.
2133 default:
2134 examples:
2135 - Keller Williams Ames
2136 pattern: "^(.*)$"
2137 co_list_office_phone:
2138 "$id": "#/properties/co_list_agent_office/properties/co_list_office_phone"
2139 type:
2140 - string
2141 - 'null'
2142 title: The Co_list_office_phone Schema
2143 description: Phone number of the CoListing office representing the seller.
2144 default:
2145 examples:
2146 - "(210) 493-3030"
2147 pattern: "^(.*)$"
2148 sell_agent_office:
2149 "$id": "#/properties/sell_agent_office"
2150 type:
2151 - object
2152 - 'null'
2153 title: The Sell_agent_office Schema
2154 description: Compound object for the Selling Agent and Office under which the
2155 property was sold. Office may be different from brokerage and listing agent/office.
2156 default:
2157 properties:
2158 sell_agent_mls_id:
2159 "$id": "#/properties/sell_agent_office/properties/sell_agent_mls_id"
2160 type:
2161 - string
2162 - 'null'
2163 title: The Sell_agent_mls_id Schema
2164 description: 'The local, well-known identifier for the selling agent. '
2165 default:
2166 examples:
2167 - '4585263'
2168 pattern: "^(.*)$"
2169 sell_agent_key:
2170 "$id": "#/properties/sell_agent_office/properties/sell_agent_key"
2171 type:
2172 - string
2173 - 'null'
2174 title: The Sell_agent_key Schema
2175 description: The local, unique identifier for the Selling agent. This value
2176 may not be unique, specifically in the case of aggregation systems, this
2177 value should be the identifier from the original system.
2178 default:
2179 examples:
2180 - SABORTX-4585263
2181 pattern: "^(.*)$"
2182 sell_agent_mls_id_2:
2183 "$id": "#/properties/sell_agent_office/properties/sell_agent_mls_id_2"
2184 type:
2185 - string
2186 - 'null'
2187 title: The Sell_agent_mls_id_2 Schema
2188 default:
2189 examples:
2190 - '4585263'
2191 pattern: "^(.*)$"
2192 sell_agent_key_2:
2193 "$id": "#/properties/sell_agent_office/properties/sell_agent_key_2"
2194 type:
2195 - string
2196 - 'null'
2197 title: The Sell_agent_key_2 Schema
2198 default:
2199 examples:
2200 - SABORTX-4585263
2201 pattern: "^(.*)$"
2202 sell_agent_full_name:
2203 "$id": "#/properties/sell_agent_office/properties/sell_agent_full_name"
2204 type:
2205 - string
2206 - 'null'
2207 title: The Sell_agent_full_name Schema
2208 description: Name of the selling agent.
2209 default:
2210 examples:
2211 - Some One
2212 pattern: "^(.*)$"
2213 sell_office_mls_id:
2214 "$id": "#/properties/sell_agent_office/properties/sell_office_mls_id"
2215 type:
2216 - string
2217 - 'null'
2218 title: The Sell_office_mls_id Schema
2219 description: 'The local, well-known identifier for the selling office. '
2220 default:
2221 examples:
2222 - KLWM01
2223 pattern: "^(.*)$"
2224 sell_office_key:
2225 "$id": "#/properties/sell_agent_office/properties/sell_office_key"
2226 type:
2227 - string
2228 - 'null'
2229 title: The Sell_office_key Schema
2230 description: The local, unique identifier for the Selling agent's office.
2231 This value may not be unique, specifically in the case of aggregation systems,
2232 this value should be the identifier from the original system
2233 default:
2234 examples:
2235 - SABORTX-KLWM01
2236 pattern: "^(.*)$"
2237 sell_office_name:
2238 "$id": "#/properties/sell_agent_office/properties/sell_office_name"
2239 type:
2240 - string
2241 - 'null'
2242 title: The Sell_office_name Schema
2243 description: Name of the selling office.
2244 default:
2245 examples:
2246 - Keller Williams Ames
2247 pattern: "^(.*)$"
2248 co_sell_agent_office:
2249 "$id": "#/properties/co_sell_agent_office"
2250 type:
2251 - object
2252 - 'null'
2253 title: The Co_sell_agent_office Schema
2254 description: Compound object for the Selling Agent and Office under which the
2255 property was sold. Office may be different from brokerage and listing agent/office.
2256 default:
2257 properties:
2258 co_sell_agent_mls_id:
2259 "$id": "#/properties/co_sell_agent_office/properties/co_sell_agent_mls_id"
2260 type:
2261 - string
2262 - 'null'
2263 title: The Co_sell_agent_mls_id Schema
2264 description: 'The local, well-known identifier for the co-selling agent. '
2265 default:
2266 examples:
2267 - '4585263'
2268 pattern: "^(.*)$"
2269 co_sell_agent_key:
2270 "$id": "#/properties/co_sell_agent_office/properties/co_sell_agent_key"
2271 type:
2272 - string
2273 - 'null'
2274 title: The Co_sell_agent_key Schema
2275 description: The local, unique identifier for the Selling agent. This value
2276 may not be unique, specifically in the case of aggregation systems, this
2277 value should be the identifier from the original system.
2278 default:
2279 examples:
2280 - SABORTX-4585263
2281 pattern: "^(.*)$"
2282 co_sell_agent_mls_id_2:
2283 "$id": "#/properties/co_sell_agent_office/properties/co_sell_agent_mls_id_2"
2284 type:
2285 - string
2286 - 'null'
2287 title: The Co_sell_agent_mls_id_2 Schema
2288 default:
2289 examples:
2290 - '4585263'
2291 pattern: "^(.*)$"
2292 co_sell_agent_key_2:
2293 "$id": "#/properties/co_sell_agent_office/properties/co_sell_agent_key_2"
2294 type:
2295 - string
2296 - 'null'
2297 title: The Co_sell_agent_key_2 Schema
2298 default:
2299 examples:
2300 - SABORTX-4585263
2301 pattern: "^(.*)$"
2302 co_sell_agent_full_name:
2303 "$id": "#/properties/co_sell_agent_office/properties/co_sell_agent_full_name"
2304 type:
2305 - string
2306 - 'null'
2307 title: The Co_sell_agent_full_name Schema
2308 description: Name of the selling agent.
2309 default:
2310 examples:
2311 - Some One
2312 pattern: "^(.*)$"
2313 co_sell_office_mls_id:
2314 "$id": "#/properties/co_sell_agent_office/properties/co_sell_office_mls_id"
2315 type:
2316 - string
2317 - 'null'
2318 title: The Co_sell_office_mls_id Schema
2319 description: 'The local, well-known identifier for the co-selling office. '
2320 default:
2321 examples:
2322 - KLWM01
2323 pattern: "^(.*)$"
2324 co_sell_office_key:
2325 "$id": "#/properties/co_sell_agent_office/properties/co_sell_office_key"
2326 type:
2327 - string
2328 - 'null'
2329 title: The Co_sell_office_key Schema
2330 description: The local, unique identifier for the Selling agent's office.
2331 This value may not be unique, specifically in the case of aggregation systems,
2332 this value should be the identifier from the original system
2333 default:
2334 examples:
2335 - SABORTX-KLWM01
2336 pattern: "^(.*)$"
2337 co_sell_office_name:
2338 "$id": "#/properties/co_sell_agent_office/properties/co_sell_office_name"
2339 type:
2340 - string
2341 - 'null'
2342 title: The Co_sell_office_name Schema
2343 description: 'The local, well-known identifier for the co-selling agent. '
2344 default:
2345 examples:
2346 - Keller Williams Ames
2347 pattern: "^(.*)$"
2348 location:
2349 "$id": "#/properties/location"
2350 type:
2351 - object
2352 - 'null'
2353 title: The Location Schema
2354 description: Compound object for location information of the listing.
2355 default:
2356 properties:
2357 county:
2358 "$id": "#/properties/location/properties/county"
2359 type:
2360 - string
2361 - 'null'
2362 title: The County Schema
2363 description: The County, Parish or other regional authority
2364 default:
2365 examples:
2366 - Monongalia
2367 pattern: "^(.*)$"
2368 township:
2369 "$id": "#/properties/location/properties/township"
2370 type:
2371 - string
2372 - 'null'
2373 title: The Township Schema
2374 description: A subdivision of the county.
2375 default:
2376 examples:
2377 - Chicago-Portage Park
2378 pattern: "^(.*)$"
2379 region:
2380 "$id": "#/properties/location/properties/region"
2381 type:
2382 - string
2383 - 'null'
2384 title: The Region Schema
2385 description: A sub-section or area of a defined state or province. Examples
2386 would be the Keys in FL or Hudson Valley in NY.
2387 default:
2388 examples:
2389 - Zilker Park
2390 pattern: "^(.*)$"
2391 subdivision:
2392 "$id": "#/properties/location/properties/subdivision"
2393 type:
2394 - string
2395 - 'null'
2396 title: The Subdivision Schema
2397 description: A neighborhood, community, complex or builder tract.
2398 default:
2399 examples:
2400 - Cheat Crossings
2401 pattern: "^(.*)$"
2402 elevation:
2403 "$id": "#/properties/location/properties/elevation"
2404 type:
2405 - string
2406 - 'null'
2407 title: The Elevation Schema
2408 description: The geographic latitude of some reference point on the property,
2409 specified in degrees and decimal parts. Positive numbers must not include
2410 the plus symbol.
2411 default:
2412 examples:
2413 - Sea Level 1,000 Ft
2414 pattern: "^(.*)$"
2415 zoning:
2416 "$id": "#/properties/location/properties/zoning"
2417 type:
2418 - string
2419 - 'null'
2420 title: The Zoning Schema
2421 description: A division of the city or county into areas of different permissible
2422 land uses. This Zone field should be used for the short code that is commonly
2423 used.
2424 default:
2425 examples:
2426 - SINGL
2427 pattern: "^(.*)$"
2428 schools:
2429 "$id": "#/properties/location/properties/schools"
2430 type:
2431 - array
2432 - 'null'
2433 title: The Schools Schema
2434 description: Compound object for the school information pertaining to the
2435 listing.
2436 default:
2437 items:
2438 "$id": "#/properties/location/properties/schools/items"
2439 type:
2440 - object
2441 - 'null'
2442 title: The Items Schema
2443 properties:
2444 school_name:
2445 "$id": "#/properties/location/properties/schools/items/properties/school_name"
2446 type:
2447 - string
2448 - 'null'
2449 title: The School_name Schema
2450 description: Name of the school.
2451 default:
2452 examples:
2453 - Valley View
2454 pattern: "^(.*)$"
2455 school_district:
2456 "$id": "#/properties/location/properties/schools/items/properties/school_district"
2457 type:
2458 - string
2459 - 'null'
2460 title: The School_district Schema
2461 description: Name of the school district (if applicable).
2462 default:
2463 examples:
2464 - Monongalia
2465 pattern: "^(.*)$"
2466 school_category:
2467 "$id": "#/properties/location/properties/schools/items/properties/school_category"
2468 type:
2469 - string
2470 - 'null'
2471 title: The School_category Schema
2472 description: Category for the school (High, Junior High, Middle, Elementary,
2473 etc.)
2474 default:
2475 examples:
2476 - Elementary
2477 pattern: "^(.*)$"
2478 neighborhoods:
2479 "$id": "#/properties/location/properties/neighborhoods"
2480 type:
2481 - array
2482 - 'null'
2483 title: The Neighborhoods Schema
2484 description: Compound object for the neighborhood pertaining to the listing.
2485 default:
2486 items:
2487 "$id": "#/properties/location/properties/neighborhoods/items"
2488 type:
2489 - object
2490 - 'null'
2491 title: The Items Schema
2492 properties:
2493 neigh_name:
2494 "$id": "#/properties/location/properties/neighborhoods/items/properties/neigh_name"
2495 type:
2496 - string
2497 - 'null'
2498 title: The Neigh_name Schema
2499 description: Name of the area in which the property is located.
2500 default:
2501 examples:
2502 - Downtown
2503 pattern: "^(.*)$"
2504 neigh_desc:
2505 "$id": "#/properties/location/properties/neighborhoods/items/properties/neigh_desc"
2506 type:
2507 - string
2508 - 'null'
2509 title: The Neigh_desc Schema
2510 description: Description of the area in which the property is located.
2511 default:
2512 examples:
2513 - Fabulous Downtown Morgantown
2514 pattern: "^(.*)$"
2515 prop_directions:
2516 "$id": "#/properties/location/properties/prop_directions"
2517 type:
2518 - string
2519 - 'null'
2520 title: The Prop_directions Schema
2521 description: Directions to the location of the listing.
2522 default:
2523 examples:
2524 - Down the road, take a left, ford the stream, left at roundabout
2525 pattern: "^(.*)$"
2526 structure:
2527 "$id": "#/properties/structure"
2528 type:
2529 - object
2530 - 'null'
2531 title: The Structure Schema
2532 description: Compound object for the structure details of the listing.
2533 default:
2534 properties:
2535 builder_name:
2536 "$id": "#/properties/structure/properties/builder_name"
2537 type:
2538 - string
2539 - 'null'
2540 title: The Builder_name Schema
2541 description: Name of the builder of the property or builder's tract.
2542 default:
2543 examples:
2544 - Standard Pacific
2545 pattern: "^(.*)$"
2546 stories:
2547 "$id": "#/properties/structure/properties/stories"
2548 type:
2549 - number
2550 - 'null'
2551 title: The Stories Schema
2552 description: The number of floors in the property being sold.
2553 default:
2554 examples:
2555 - 2
2556 total_units:
2557 "$id": "#/properties/structure/properties/total_units"
2558 type:
2559 - number
2560 - 'null'
2561 title: The Total_units Schema
2562 description: Total number of units for a property/building
2563 default:
2564 examples:
2565 - 1
2566 total_buildings:
2567 "$id": "#/properties/structure/properties/total_buildings"
2568 type:
2569 - number
2570 - 'null'
2571 title: The Total_buildings Schema
2572 description: Total number of buildings on property
2573 default:
2574 examples:
2575 - 1
2576 unit_level:
2577 "$id": "#/properties/structure/properties/unit_level"
2578 type:
2579 - string
2580 - 'null'
2581 title: The Unit_level Schema
2582 description: Level/Story where the unit resides in the building
2583 default:
2584 examples:
2585 - one
2586 pattern: "^(.*)$"
2587 building_name:
2588 "$id": "#/properties/structure/properties/building_name"
2589 type:
2590 - string
2591 - 'null'
2592 title: The Building_name Schema
2593 description: Name of the building on the property
2594 default:
2595 examples:
2596 - Some Name
2597 pattern: "^(.*)$"
2598 has_garage:
2599 "$id": "#/properties/structure/properties/has_garage"
2600 type:
2601 - boolean
2602 - 'null'
2603 title: The Has_garage Schema
2604 description: A flag indicating that the listing has a garage. As with all
2605 flags, the field may be null.
2606 default: false
2607 examples:
2608 - true
2609 has_parking:
2610 "$id": "#/properties/structure/properties/has_parking"
2611 type:
2612 - boolean
2613 - 'null'
2614 title: The has_parking Schema
2615 description: A flag indicating that the listing has parking.
2616 default: false
2617 examples:
2618 - true
2619 parking_total:
2620 "$id": "#/properties/structure/properties/parking_total"
2621 type:
2622 - number
2623 - 'null'
2624 title: The Parking_total Schema
2625 description: The total number of parking spaces included in the sale.
2626 default:
2627 examples:
2628 - 4
2629 parking_features:
2630 "$id": "#/properties/structure/properties/parking_features"
2631 type:
2632 - array
2633 - 'null'
2634 title: The Parking_features Schema
2635 description: A list of features or description of the parking included in
2636 the sale/lease. Items separated by commas. Indicate instructions as needed
2637 for user entry.
2638 default:
2639 items:
2640 "$id": "#/properties/structure/properties/parking_features/items"
2641 type:
2642 - string
2643 - 'null'
2644 title: The Items Schema
2645 default:
2646 examples:
2647 - Garage
2648 - On Street
2649 pattern: "^(.*)$"
2650 appliances:
2651 "$id": "#/properties/structure/properties/appliances"
2652 type:
2653 - array
2654 - 'null'
2655 title: The Appliances Schema
2656 description: A list of the appliances that will be included in the sale/lease
2657 of the property. Items separated by commas. Indicate instructions as needed
2658 for user entry.
2659 default:
2660 items:
2661 "$id": "#/properties/structure/properties/appliances/items"
2662 type:
2663 - string
2664 - 'null'
2665 title: The Items Schema
2666 default:
2667 examples:
2668 - Dishwasher
2669 - Dryer
2670 - Oven
2671 pattern: "^(.*)$"
2672 architectural_styles:
2673 "$id": "#/properties/structure/properties/architectural_styles"
2674 type:
2675 - array
2676 - 'null'
2677 title: The Architectural_styles Schema
2678 description: A list describing the style of the structure. Items separated
2679 by commas. For example, Victorian, Ranch, Craftsman, etc.
2680 default:
2681 items:
2682 "$id": "#/properties/structure/properties/architectural_styles/items"
2683 type:
2684 - string
2685 - 'null'
2686 title: The Items Schema
2687 default:
2688 examples:
2689 - Cape Cod
2690 pattern: "^(.*)$"
2691 architectural_design:
2692 "$id": "#/properties/structure/properties/architectural_design"
2693 type:
2694 - string
2695 - 'null'
2696 title: The Architectural_design Schema
2697 description: Description of the architectural design of the property listed
2698 default:
2699 examples:
2700 - Ranch
2701 pattern: "^(.*)$"
2702 interior_features:
2703 "$id": "#/properties/structure/properties/interior_features"
2704 type:
2705 - object
2706 - 'null'
2707 title: The Interior_features Schema
2708 description: Compound object for interior features of the listing.
2709 default:
2710 properties:
2711 has_fireplace:
2712 "$id": "#/properties/structure/properties/interior_features/properties/has_fireplace"
2713 type:
2714 - boolean
2715 - 'null'
2716 title: The Has_fireplace Schema
2717 description: A flag indicating that the listing has a fireplace.
2718 default: false
2719 examples:
2720 - true
2721 has_ceiling_fan:
2722 "$id": "#/properties/structure/properties/interior_features/properties/has_ceiling_fan"
2723 type:
2724 - boolean
2725 - 'null'
2726 title: The Has_ceiling_fan Schema
2727 description: A flag indicating that the listing has a ceiling fan.
2728 default: false
2729 examples:
2730 - true
2731 has_jetted_bath_tub:
2732 "$id": "#/properties/structure/properties/interior_features/properties/has_jetted_bath_tub"
2733 type:
2734 - boolean
2735 - 'null'
2736 title: The Has_jetted_bath_tub Schema
2737 description: A flag indicating that the listing has a jetted bathtub.
2738 default: false
2739 examples:
2740 - false
2741 has_mother_in_law:
2742 "$id": "#/properties/structure/properties/interior_features/properties/has_mother_in_law"
2743 type:
2744 - boolean
2745 - 'null'
2746 title: The Has_mother_in_law Schema
2747 description: A flag indicating that the listing has a mother in law suite/room.
2748 default: false
2749 examples:
2750 - true
2751 has_sauna:
2752 "$id": "#/properties/structure/properties/interior_features/properties/has_sauna"
2753 type:
2754 - boolean
2755 - 'null'
2756 title: The Has_sauna Schema
2757 description: A flag indicating that the listing has a sauna.
2758 default: false
2759 examples:
2760 - true
2761 has_security_system:
2762 "$id": "#/properties/structure/properties/interior_features/properties/has_security_system"
2763 type:
2764 - boolean
2765 - 'null'
2766 title: The Has_security_system Schema
2767 description: A flag indicating that the listing has a security system.
2768 default: false
2769 examples:
2770 - false
2771 has_skylight:
2772 "$id": "#/properties/structure/properties/interior_features/properties/has_skylight"
2773 type:
2774 - boolean
2775 - 'null'
2776 title: The Has_skylight Schema
2777 description: A flag indicating that the listing has a skylight.
2778 default: false
2779 examples:
2780 - false
2781 has_vaulted_ceiling:
2782 "$id": "#/properties/structure/properties/interior_features/properties/has_vaulted_ceiling"
2783 type:
2784 - boolean
2785 - 'null'
2786 title: The Has_vaulted_ceiling Schema
2787 description: A flag indicating that the listing has a vaulted ceiling.
2788 default: false
2789 examples:
2790 - true
2791 has_wet_bar:
2792 "$id": "#/properties/structure/properties/interior_features/properties/has_wet_bar"
2793 type:
2794 - boolean
2795 - 'null'
2796 title: The Has_wet_bar Schema
2797 description: A flag indicating that the listing has a wet bar.
2798 default: false
2799 examples:
2800 - false
2801 is_cable_ready:
2802 "$id": "#/properties/structure/properties/interior_features/properties/is_cable_ready"
2803 type:
2804 - boolean
2805 - 'null'
2806 title: The Is_cable_ready Schema
2807 description: A flag indicating that the listing is cable ready.
2808 default: false
2809 examples:
2810 - true
2811 is_wired:
2812 "$id": "#/properties/structure/properties/interior_features/properties/is_wired"
2813 type:
2814 - boolean
2815 - 'null'
2816 title: The Is_wired Schema
2817 description: A flag indicating that the listing is wired for phone, cable,
2818 internet or other system.
2819 default: false
2820 examples:
2821 - false
2822 exterior_features:
2823 "$id": "#/properties/structure/properties/exterior_features"
2824 type:
2825 - object
2826 - 'null'
2827 title: The Exterior_features Schema
2828 description: Compound object for exterior features of the listing.
2829 default:
2830 properties:
2831 has_hot_tub_spa:
2832 "$id": "#/properties/structure/properties/exterior_features/properties/has_hot_tub_spa"
2833 type:
2834 - boolean
2835 - 'null'
2836 title: The Has_hot_tub_spa Schema
2837 description: A flag indicating that the listing has a hot tub or spa.
2838 default: false
2839 examples:
2840 - true
2841 has_barbecue_area:
2842 "$id": "#/properties/structure/properties/exterior_features/properties/has_barbecue_area"
2843 type:
2844 - boolean
2845 - 'null'
2846 title: The Has_barbecue_area Schema
2847 description: A flag indicating that the listing has a barbecue area.
2848 default: false
2849 examples:
2850 - true
2851 has_deck:
2852 "$id": "#/properties/structure/properties/exterior_features/properties/has_deck"
2853 type:
2854 - boolean
2855 - 'null'
2856 title: The Has_deck Schema
2857 description: A flag indicating that the listing has a deck.
2858 default: false
2859 examples:
2860 - false
2861 has_disabled_access:
2862 "$id": "#/properties/structure/properties/exterior_features/properties/has_disabled_access"
2863 type:
2864 - boolean
2865 - 'null'
2866 title: The Has_disabled_access Schema
2867 description: A flag indicating that the listing has disabled access.
2868 default: false
2869 examples:
2870 - true
2871 has_dock:
2872 "$id": "#/properties/structure/properties/exterior_features/properties/has_dock"
2873 type:
2874 - boolean
2875 - 'null'
2876 title: The Has_dock Schema
2877 description: A flag indicating that the listing has a dock.
2878 default: false
2879 examples:
2880 - false
2881 has_garden:
2882 "$id": "#/properties/structure/properties/exterior_features/properties/has_garden"
2883 type:
2884 - boolean
2885 - 'null'
2886 title: The Has_garden Schema
2887 description: A flag indicating that the listing has a garden.
2888 default: false
2889 examples:
2890 - false
2891 has_gated_entry:
2892 "$id": "#/properties/structure/properties/exterior_features/properties/has_gated_entry"
2893 type:
2894 - boolean
2895 - 'null'
2896 title: The Has_gated_entry Schema
2897 description: A flag indicating that the listing has gated entry.
2898 default: false
2899 examples:
2900 - true
2901 has_green_house:
2902 "$id": "#/properties/structure/properties/exterior_features/properties/has_green_house"
2903 type:
2904 - boolean
2905 - 'null'
2906 title: The Has_green_house Schema
2907 description: A flag indicating that the listing has a greenhouse.
2908 default: false
2909 examples:
2910 - true
2911 has_patio:
2912 "$id": "#/properties/structure/properties/exterior_features/properties/has_patio"
2913 type:
2914 - boolean
2915 - 'null'
2916 title: The Has_patio Schema
2917 description: A flag indicating that the listing has a patio.
2918 default: false
2919 examples:
2920 - true
2921 has_pond:
2922 "$id": "#/properties/structure/properties/exterior_features/properties/has_pond"
2923 type:
2924 - boolean
2925 - 'null'
2926 title: The Has_pond Schema
2927 description: A flag indicating that the listing has a pond.
2928 default: false
2929 examples:
2930 - false
2931 has_pool:
2932 "$id": "#/properties/structure/properties/exterior_features/properties/has_pool"
2933 type:
2934 - boolean
2935 - 'null'
2936 title: The Has_pool Schema
2937 description: A flag indicating that the listing has a pool.
2938 default: false
2939 examples:
2940 - false
2941 has_porch:
2942 "$id": "#/properties/structure/properties/exterior_features/properties/has_porch"
2943 type:
2944 - boolean
2945 - 'null'
2946 title: The Has_porch Schema
2947 description: A flag indicating that the listing has a porch.
2948 default: false
2949 examples:
2950 - true
2951 has_rv_parking:
2952 "$id": "#/properties/structure/properties/exterior_features/properties/has_rv_parking"
2953 type:
2954 - boolean
2955 - 'null'
2956 title: The Has_rv_parking Schema
2957 description: A flag indicating that the listing has RV parking.
2958 default: false
2959 examples:
2960 - true
2961 has_sports_court:
2962 "$id": "#/properties/structure/properties/exterior_features/properties/has_sports_court"
2963 type:
2964 - boolean
2965 - 'null'
2966 title: The Has_sports_court Schema
2967 description: A flag indicating that the listing has a sports court.
2968 default: false
2969 examples:
2970 - false
2971 has_sprinkler_system:
2972 "$id": "#/properties/structure/properties/exterior_features/properties/has_sprinkler_system"
2973 type:
2974 - boolean
2975 - 'null'
2976 title: The Has_sprinkler_system Schema
2977 description: A flag indicating that the listing has a sprinkler system.
2978 default: false
2979 examples:
2980 - true
2981 is_water_front:
2982 "$id": "#/properties/structure/properties/exterior_features/properties/is_water_front"
2983 type:
2984 - boolean
2985 - 'null'
2986 title: The Is_water_front Schema
2987 description: A flag indicating that the listing is a waterfront property.
2988 default: false
2989 examples:
2990 - false
2991 views:
2992 "$id": "#/properties/structure/properties/views"
2993 type:
2994 - array
2995 - 'null'
2996 title: The Views Schema
2997 description: 'A list of view(s) as seen from the listed property. '
2998 default:
2999 items:
3000 "$id": "#/properties/structure/properties/views/items"
3001 type:
3002 - string
3003 - 'null'
3004 title: The Items Schema
3005 default:
3006 examples:
3007 - Airport
3008 - Hills
3009 pattern: "^(.*)$"
3010 roof_types:
3011 "$id": "#/properties/structure/properties/roof_types"
3012 type:
3013 - array
3014 - 'null'
3015 title: The Roof_types Schema
3016 description: 'A list describing the type or style of roof. For example Spanish
3017 Tile, Composite, Shake, etc. '
3018 default:
3019 items:
3020 "$id": "#/properties/structure/properties/roof_types/items"
3021 type:
3022 - string
3023 - 'null'
3024 title: The Items Schema
3025 default:
3026 examples:
3027 - Composition Single
3028 pattern: "^(.*)$"
3029 foundation_details:
3030 "$id": "#/properties/structure/properties/foundation_details"
3031 type:
3032 - array
3033 - 'null'
3034 title: The Foundation_details Schema
3035 description: 'A list of the type(s) of foundation on which the property sits. '
3036 default:
3037 items:
3038 "$id": "#/properties/structure/properties/foundation_details/items"
3039 type:
3040 - string
3041 - 'null'
3042 title: The Items Schema
3043 default:
3044 examples:
3045 - Pier & Beam
3046 - Slab
3047 pattern: "^(.*)$"
3048 construction_materials:
3049 "$id": "#/properties/structure/properties/construction_materials"
3050 type:
3051 - array
3052 - 'null'
3053 title: The Construction_materials Schema
3054 description: 'A list of the materials that were used in the construction of
3055 the property. '
3056 default:
3057 items:
3058 "$id": "#/properties/structure/properties/construction_materials/items"
3059 type:
3060 - string
3061 - 'null'
3062 title: The Items Schema
3063 default:
3064 examples:
3065 - Brick
3066 - Vinyl Siding
3067 pattern: "^(.*)$"
3068 heating_cooling:
3069 "$id": "#/properties/structure/properties/heating_cooling"
3070 type:
3071 - array
3072 - 'null'
3073 title: The Heating_cooling Schema
3074 description: 'A list describing the heating features of the property. '
3075 default:
3076 items:
3077 "$id": "#/properties/structure/properties/heating_cooling/items"
3078 type:
3079 - string
3080 - 'null'
3081 title: The Items Schema
3082 default:
3083 examples:
3084 - Central A/C
3085 - Forced Air
3086 pattern: "^(.*)$"
3087 floorings:
3088 "$id": "#/properties/structure/properties/floorings"
3089 type:
3090 - array
3091 - 'null'
3092 title: The Floorings Schema
3093 description: A list of the type(s) of flooring found within the property.
3094 default:
3095 items:
3096 "$id": "#/properties/structure/properties/floorings/items"
3097 type:
3098 - string
3099 - 'null'
3100 title: The Items Schema
3101 default:
3102 examples:
3103 - Carpet
3104 - Wood
3105 pattern: "^(.*)$"
3106 basement_desc:
3107 "$id": "#/properties/structure/properties/basement_desc"
3108 type:
3109 - string
3110 - 'null'
3111 title: The Basement_desc Schema
3112 description: Description of information and features about the master bedroom.
3113 i.e. None/Slab, Finished, Partially Finished, Crawl Space, Dirt, Outside
3114 Entrance, Radon Mitigation
3115 default:
3116 examples:
3117 - A list of information and features about the basement. i.e. None/Slab, Finished,
3118 Partially Finished, Crawl Space, Dirt, Outside Entrance, Radon Mitigation
3119 pattern: "^(.*)$"
3120 master_bedroom_desc:
3121 "$id": "#/properties/structure/properties/master_bedroom_desc"
3122 type:
3123 - string
3124 - 'null'
3125 title: The Master_bedroom_desc Schema
3126 description: Description of information and features about the master bedroom.
3127 default:
3128 examples:
3129 - A list of information and features about the Master Bedroom.
3130 pattern: "^(.*)$"
3131 family_room_desc:
3132 "$id": "#/properties/structure/properties/family_room_desc"
3133 type:
3134 - string
3135 - 'null'
3136 title: The Family_room_desc Schema
3137 description: Description of information and features about the family room.
3138 default:
3139 examples:
3140 - A list of information and features about the Family Room.
3141 pattern: "^(.*)$"
3142 dining_room_desc:
3143 "$id": "#/properties/structure/properties/dining_room_desc"
3144 type:
3145 - string
3146 - 'null'
3147 title: The Dining_room_desc Schema
3148 description: Description of information and features about the dining room.
3149 default:
3150 examples:
3151 - A list of information and features about the Dining Room.
3152 pattern: "^(.*)$"
3153 living_room_desc:
3154 "$id": "#/properties/structure/properties/living_room_desc"
3155 type:
3156 - string
3157 - 'null'
3158 title: The Living_room_desc Schema
3159 description: Description of information and features about the living room.
3160 default:
3161 examples:
3162 - A list of information and features about the Living Room
3163 pattern: "^(.*)$"
3164 fireplace_desc:
3165 "$id": "#/properties/structure/properties/fireplace_desc"
3166 type:
3167 - string
3168 - 'null'
3169 title: The Fireplace_desc Schema
3170 description: Description or list of information and features about the fireplace(s).
3171 default:
3172 examples:
3173 - A list of features or description of the fireplace(s) included in the sale/lease.
3174 pattern: "^(.*)$"
3175 utilities:
3176 "$id": "#/properties/structure/properties/utilities"
3177 type:
3178 - array
3179 - 'null'
3180 title: The Utilities Schema
3181 description: A list of the utilities for the property being sold/leased.
3182 default:
3183 items:
3184 "$id": "#/properties/structure/properties/utilities/items"
3185 type:
3186 - string
3187 - 'null'
3188 title: The Items Schema
3189 default:
3190 examples:
3191 - Electricity Available
3192 - Propane
3193 - Water Available
3194 pattern: "^(.*)$"
3195 water_source:
3196 "$id": "#/properties/structure/properties/water_source"
3197 type:
3198 - array
3199 - 'null'
3200 title: The Water_source Schema
3201 description: A list of the source(s) of water for the property. Items separated
3202 by commas.
3203 default:
3204 items:
3205 "$id": "#/properties/structure/properties/water_source/items"
3206 type:
3207 - string
3208 - 'null'
3209 title: The Items Schema
3210 default:
3211 examples:
3212 - Private - Well
3213 - Public - Colorado River
3214 pattern: "^(.*)$"
3215 rooms_total:
3216 "$id": "#/properties/structure/properties/rooms_total"
3217 type:
3218 - number
3219 - 'null'
3220 title: The Rooms_total Schema
3221 description: The number of rooms in the dwelling.
3222 default:
3223 examples:
3224 - 8
3225 fireplaces_total:
3226 "$id": "#/properties/structure/properties/fireplaces_total"
3227 type:
3228 - number
3229 - 'null'
3230 title: The Fireplaces_total Schema
3231 description: The number of fireplaces in the dwelling.
3232 default:
3233 examples:
3234 - 2
3235 is_new_construction:
3236 "$id": "#/properties/structure/properties/is_new_construction"
3237 type:
3238 - boolean
3239 - 'null'
3240 title: The Is_new_construction Schema
3241 description: A flag indicating that the property is newly constructed and
3242 has not been previously occupied.
3243 default: false
3244 examples:
3245 - false
3246 green_home:
3247 "$id": "#/properties/green_home"
3248 type:
3249 - object
3250 - 'null'
3251 title: The Green_home Schema
3252 description: Compound object for green home features of the listing.
3253 default:
3254 properties:
3255 indoor_air_quality:
3256 "$id": "#/properties/green_home/properties/indoor_air_quality"
3257 type:
3258 - array
3259 - 'null'
3260 title: The Indoor_air_quality Schema
3261 description: Part of the Green Home Object. Description or list of indoor
3262 air quality measures without naming specific elements with ratings that
3263 may wane over time.
3264 default:
3265 items:
3266 "$id": "#/properties/green_home/properties/indoor_air_quality/items"
3267 type:
3268 - string
3269 - 'null'
3270 title: The Items Schema
3271 default:
3272 examples:
3273 - Moisture Control
3274 - Ventilation
3275 pattern: "^(.*)$"
3276 water_conservation:
3277 "$id": "#/properties/green_home/properties/water_conservation"
3278 type:
3279 - array
3280 - 'null'
3281 title: The Water_conservation Schema
3282 description: Part of the Green Home Object. Description or list of general
3283 water conserving attributes of the property such as landscaping or reclamation
3284 without naming specific elements with ratings that may wane
3285 default:
3286 items:
3287 "$id": "#/properties/green_home/properties/water_conservation/items"
3288 type:
3289 - string
3290 - 'null'
3291 title: The Items Schema
3292 default:
3293 examples:
3294 - Gray Water System
3295 - Green Infrastructure
3296 pattern: "^(.*)$"
3297 energy_efficient:
3298 "$id": "#/properties/green_home/properties/energy_efficient"
3299 type:
3300 - array
3301 - 'null'
3302 title: The Energy_efficient Schema
3303 description: Part of the Green Home Object. Description or list of general
3304 green attributes such as energy efficient doors, or appliances without naming
3305 specific elements with ratings that may wane over time.
3306 default:
3307 items:
3308 "$id": "#/properties/green_home/properties/energy_efficient/items"
3309 type:
3310 - string
3311 - 'null'
3312 title: The Items Schema
3313 default:
3314 examples:
3315 - Insulation
3316 - Roof
3317 - Thermostat
3318 pattern: "^(.*)$"
3319 energy_generation:
3320 "$id": "#/properties/green_home/properties/energy_generation"
3321 type:
3322 - array
3323 - 'null'
3324 title: The Energy_generation Schema
3325 description: Part of the Green Home Object. Description or list for methods
3326 of generating power that are included in the sale or lease.
3327 default:
3328 items:
3329 "$id": "#/properties/green_home/properties/energy_generation/items"
3330 type:
3331 - string
3332 - 'null'
3333 title: The Items Schema
3334 default:
3335 examples:
3336 - Solar
3337 - Wind
3338 pattern: "^(.*)$"
3339 building_verification_type:
3340 "$id": "#/properties/green_home/properties/building_verification_type"
3341 type:
3342 - array
3343 - 'null'
3344 title: The Building_verification_type Schema
3345 description: The name of the verification or certification awarded to a new
3346 or pre-existing residential or commercial structure. If more than one certification
3347 have been awarded, list separated by a comma. For exa
3348 default:
3349 items:
3350 "$id": "#/properties/green_home/properties/building_verification_type/items"
3351 type:
3352 - string
3353 - 'null'
3354 title: The Items Schema
3355 default:
3356 examples:
3357 - ENERGY STAR Certified Homes
3358 - Indoor airPLUS
3359 pattern: "^(.*)$"
3360 energy_grade_level:
3361 "$id": "#/properties/green_home/structure/properties/energy_grade_level"
3362 type:
3363 - string
3364 - 'null'
3365 title: The energy_grade_level Schema
3366 description: 'green_home_energy_grade_level : Consomation Energetique : Energy
3367 Consumption'
3368 default:
3369 examples:
3370 - C
3371 co2_class:
3372 "$id": "#/properties/green_home/structure/properties/co2_class"
3373 type:
3374 - string
3375 - 'null'
3376 title: The co2_class Schema
3377 description: 'green_home_co2_class: Gaz à effet de serre : Greenhouse gas'
3378 default:
3379 examples:
3380 - A
3381 expenses:
3382 "$id": "#/properties/expenses"
3383 type:
3384 - array
3385 - 'null'
3386 title: The Expenses Schema
3387 description: Compound object for expenses pertaining to the listing.
3388 default:
3389 items:
3390 "$id": "#/properties/expenses/items"
3391 type:
3392 - object
3393 - 'null'
3394 title: The Items Schema
3395 properties:
3396 expense_value:
3397 "$id": "#/properties/expenses/items/properties/expense_value"
3398 type:
3399 - number
3400 - 'null'
3401 title: The Expense_value Schema
3402 description: Money or value of expense with an optional currency period.
3403 default:
3404 examples:
3405 - 200
3406 expense_freq:
3407 "$id": "#/properties/expenses/items/properties/expense_freq"
3408 type:
3409 - string
3410 - 'null'
3411 title: The Expense_freq Schema
3412 description: The frequency the expense is paid. For example, Weekly, Monthly,
3413 Annually, Bi-Monthly, One Time, etc.
3414 default:
3415 examples:
3416 - Quarterly
3417 pattern: "^(.*)$"
3418 expense_category:
3419 "$id": "#/properties/expenses/items/properties/expense_category"
3420 type:
3421 - string
3422 - 'null'
3423 title: The Expense_category Schema
3424 description: A type of monetary expense.
3425 default:
3426 examples:
3427 - Trash Fee
3428 pattern: "^(.*)$"
3429 hoa:
3430 "$id": "#/properties/hoa"
3431 type:
3432 - array
3433 - 'null'
3434 title: The Hoa Schema
3435 description: Compound object for HOA details pertaining to the listing.
3436 default:
3437 items:
3438 "$id": "#/properties/hoa/items"
3439 type:
3440 - object
3441 - 'null'
3442 title: The Items Schema
3443 properties:
3444 has_assoc:
3445 "$id": "#/properties/hoa/items/properties/has_assoc"
3446 type:
3447 - boolean
3448 - 'null'
3449 title: The Has_assoc Schema
3450 description: Flag indicating if property is associated with an HOA
3451 default: false
3452 examples:
3453 - true
3454 assoc_req:
3455 "$id": "#/properties/hoa/items/properties/assoc_req"
3456 type:
3457 - string
3458 - 'null'
3459 title: The Assoc_req Schema
3460 description: Status of the HOA requirements (Ex. Mandatory, Optional, etc.)
3461 default:
3462 examples:
3463 - Mandatory
3464 pattern: "^(.*)$"
3465 assoc_fee:
3466 "$id": "#/properties/hoa/items/properties/assoc_fee"
3467 type:
3468 - number
3469 - 'null'
3470 title: The Assoc_fee Schema
3471 description: A fee paid by the homeowner to the Home Owners Association
3472 which is used for the upkeep of the common area, neighborhood or other
3473 association related benefits.
3474 default: 0
3475 examples:
3476 - 200
3477 assoc_fee_freq:
3478 "$id": "#/properties/hoa/items/properties/assoc_fee_freq"
3479 type:
3480 - string
3481 - 'null'
3482 title: The Assoc_fee_freq Schema
3483 description: The frequency the association fee is paid. For example, Weekly,
3484 Monthly, Annually, Bi-Monthly, One Time, etc.
3485 default:
3486 examples:
3487 - Monthly
3488 pattern: "^(.*)$"
3489 assoc_amenities:
3490 "$id": "#/properties/hoa/items/properties/assoc_amenities"
3491 type:
3492 - array
3493 - 'null'
3494 title: The Assoc_amenities Schema
3495 description: A list of Amenities provided by the Home Owners Association,
3496 Mobile Park or Complex. For example Pool, Clubhouse, etc. Items separated
3497 by commas.
3498 default:
3499 items:
3500 "$id": "#/properties/hoa/items/properties/assoc_amenities/items"
3501 type:
3502 - string
3503 - 'null'
3504 title: The Items Schema
3505 default:
3506 examples:
3507 - PROVIDE DESCRIPTION HERE
3508 pattern: "^(.*)$"
3509 assoc_fee_includes:
3510 "$id": "#/properties/hoa/items/properties/assoc_fee_includes"
3511 type:
3512 - array
3513 - 'null'
3514 title: The Assoc_fee_includes Schema
3515 description: Services included with the association fee. For example Landscaping,
3516 Trash, Water, etc. Items separated by commas.
3517 default:
3518 items:
3519 "$id": "#/properties/hoa/items/properties/assoc_fee_includes/items"
3520 type:
3521 - string
3522 - 'null'
3523 title: The Items Schema
3524 default:
3525 examples:
3526 - Water
3527 - Cable TV
3528 pattern: "^(.*)$"
3529 taxes:
3530 "$id": "#/properties/taxes"
3531 type:
3532 - array
3533 - 'null'
3534 title: The Taxes Schema
3535 description: Compound object for tax details pertaining to the listing.
3536 default:
3537 items:
3538 "$id": "#/properties/taxes/items"
3539 type:
3540 - object
3541 - 'null'
3542 title: The Items Schema
3543 properties:
3544 tax_amt:
3545 "$id": "#/properties/taxes/items/properties/tax_amt"
3546 type:
3547 - number
3548 - 'null'
3549 title: The Tax_amt Schema
3550 description: The annual property tax amount as of the last assessment made
3551 by the taxing authority.
3552 default:
3553 examples:
3554 - 4820
3555 tax_id:
3556 "$id": "#/properties/taxes/items/properties/tax_id"
3557 type:
3558 - string
3559 - 'null'
3560 title: The Tax_id Schema
3561 description: ID of the taxes for the listing.
3562 default:
3563 examples:
3564 - abh-4587526
3565 pattern: "^(.*)$"
3566 tax_year:
3567 "$id": "#/properties/taxes/items/properties/tax_year"
3568 type:
3569 - string
3570 - 'null'
3571 title: The Tax_year Schema
3572 description: The year in with the last assessment of the property value/tax
3573 was made.
3574 default:
3575 examples:
3576 - 16-17
3577 marketing_info:
3578 "$id": "#/properties/marketing_info"
3579 type:
3580 - object
3581 - 'null'
3582 title: The Marketing_info Schema
3583 description: Compound object for marketing details pertaining to the listing.
3584 default:
3585 properties:
3586 display_listing:
3587 "$id": "#/properties/marketing_info/properties/display_listing"
3588 type:
3589 - boolean
3590 - 'null'
3591 title: The Display_listing Schema
3592 default: false
3593 examples:
3594 - true
3595 display_address:
3596 "$id": "#/properties/marketing_info/properties/display_address"
3597 type:
3598 - boolean
3599 - 'null'
3600 title: The Display_address Schema
3601 description: A yes/no field that states the seller has allowed the listing
3602 address to be displayed on Internet sites.
3603 default: false
3604 examples:
3605 - true
3606 display_internet:
3607 "$id": "#/properties/marketing_info/properties/display_internet"
3608 type:
3609 - boolean
3610 - 'null'
3611 title: The Display_internet Schema
3612 description: A yes/no field that states the seller has allowed the listing
3613 address to be displayed on Internet sites.
3614 default: false
3615 examples:
3616 - true
3617 display_list_price:
3618 "$id": "#/properties/marketing_info/properties/display_list_price"
3619 type:
3620 - boolean
3621 - 'null'
3622 title: The Display_list_price Schema
3623 description: Boolean to allow for listing price display. Only display if set
3624 to true
3625 default: false
3626 examples:
3627 - true
3628 display_photo:
3629 "$id": "#/properties/marketing_info/properties/display_photo"
3630 type:
3631 - boolean
3632 - 'null'
3633 title: The Display_photo Schema
3634 description: 'Boolean to allow for photos to be displayed. Only display if
3635 set to true. '
3636 default: false
3637 examples:
3638 - true
3639 courtesy_location:
3640 "$id": "#/properties/marketing_info/properties/courtesy_location"
3641 type:
3642 - string
3643 - 'null'
3644 title: The courtesy_location Schema
3645 description: Location of attribution for listing display purposes. Based on
3646 MLS rules.
3647 default:
3648 examples:
3649 - BOTTOM
3650 courtesy_label:
3651 "$id": "#/properties/marketing_info/properties/courtesy_label"
3652 type:
3653 - string
3654 - 'null'
3655 title: The courtesy_label Schema
3656 description: MLS predetermined label for courtesy.
3657 default:
3658 examples:
3659 - Courtesy of
3660 courtesy_of_list:
3661 "$id": "#/properties/marketing_info/properties/courtesy_of_list"
3662 type:
3663 - string
3664 - 'null'
3665 title: The courtesy_of_list Schema
3666 description: List of individuals or entities to display for courtesy.
3667 default:
3668 examples:
3669 - North West Brokerage, John Smith
3670 courtesy_of_detail:
3671 "$id": "#/properties/marketing_info/properties/courtesy_of_detail"
3672 type:
3673 - string
3674 - 'null'
3675 title: The courtesy_of_detail Schema
3676 description: Details to be displayed for courtesy.
3677 default:
3678 examples:
3679 - North West Brokerage, John Smith
3680 photo_courtesy_required:
3681 "$id": "#/properties/marketing_info/properties/photo_courtesy_required"
3682 type:
3683 - boolean
3684 - 'null'
3685 title: The photo_courtesy_required Schema
3686 description: Indicator if photo courtesy is required for display.
3687 default: false
3688 examples:
3689 - false
3690 vow:
3691 "$id": "#/properties/marketing_info/properties/vow"
3692 type:
3693 - boolean
3694 - 'null'
3695 title: The vow Schema
3696 description: Indicator if listing is a vow listing. Specific display rules
3697 apply for VOW listings.
3698 default:
3699 examples:
3700 - true
3701 virtual_tours:
3702 "$id": "#/properties/virtual_tours"
3703 type:
3704 - array
3705 - 'null'
3706 title: The Virtual_tours Schema
3707 description: Compound object for virtual tours pertaining to the listing. Repeating
3708 object.
3709 default:
3710 items:
3711 "$id": "#/properties/virtual_tours/items"
3712 type:
3713 - object
3714 - 'null'
3715 title: The Items Schema
3716 properties:
3717 vt_url:
3718 "$id": "#/properties/virtual_tours/items/properties/vt_url"
3719 type:
3720 - string
3721 - 'null'
3722 title: The Vt_url Schema
3723 description: URL for virtual tour to market listing.
3724 default:
3725 examples:
3726 - http://videos.listhub.com/listing/vt6564/1
3727 pattern: "^(.*)$"
3728 vt_short_desc:
3729 "$id": "#/properties/virtual_tours/items/properties/vt_short_desc"
3730 type:
3731 - string
3732 - 'null'
3733 title: The Vt_short_desc Schema
3734 description: Short description of virtual tour.
3735 default:
3736 examples:
3737 - Awesome View
3738 pattern: "^(.*)$"
3739 vt_updated_at:
3740 "$id": "#/properties/virtual_tours/items/properties/vt_updated_at"
3741 type:
3742 - string
3743 - 'null'
3744 title: The Vt_updated_at Schema
3745 description: Modification timestamp for virtual tour.
3746 default:
3747 examples:
3748 - '2017-12-14T00:54:00.000Z'
3749 pattern: "^(.*)$"
3750 vt_url_branded:
3751 "$id": "#/properties/virtual_tours/items/properties/vt_url_branded"
3752 type:
3753 - boolean
3754 - 'null'
3755 title: The Vt_url_branded Schema
3756 description: URL for branded virtual tour to market listing.
3757 default: false
3758 examples:
3759 - false
3760 virtual_tours_lock:
3761 "$id": "#/properties/virtual_tours_lock"
3762 type:
3763 - boolean
3764 - 'null'
3765 title: The Virtual_tours_lock Schema
3766 description: Enabling this lock will disregard any import updates for Virtual
3767 Tours (from MLS or other provider). All other data in the listing will be updated.
3768 User should have option to apply lock.
3769 default: false
3770 examples:
3771 - false
3772 open_houses:
3773 "$id": "#/properties/open_houses"
3774 type:
3775 - array
3776 - 'null'
3777 title: The Open_houses Schema
3778 description: Compound object for open houses pertaining to the listing. Repeating
3779 object.
3780 default:
3781 items:
3782 "$id": "#/properties/open_houses/items"
3783 type:
3784 - object
3785 - 'null'
3786 title: The Items Schema
3787 properties:
3788 oh_start_dt:
3789 "$id": "#/properties/open_houses/items/properties/oh_start_dt"
3790 type:
3791 - string
3792 - 'null'
3793 title: The Oh_start_dt Schema
3794 description: The date and time the open house begins.
3795 default:
3796 examples:
3797 - '2017-12-14T00:54:00.000Z'
3798 pattern: "^(.*)$"
3799 oh_end_dt:
3800 "$id": "#/properties/open_houses/items/properties/oh_end_dt"
3801 type:
3802 - string
3803 - 'null'
3804 title: The Oh_end_dt Schema
3805 description: The date and time the open house ends.
3806 default:
3807 examples:
3808 - '2017-12-14T00:54:00.000Z'
3809 pattern: "^(.*)$"
3810 oh_desc:
3811 "$id": "#/properties/open_houses/items/properties/oh_desc"
3812 type:
3813 - string
3814 - 'null'
3815 title: The Oh_desc Schema
3816 description: Description for the open house.
3817 default:
3818 examples:
3819 - Come out and see this lovely property!
3820 pattern: "^(.*)$"
3821 oh_status:
3822 "$id": "#/properties/open_houses/items/properties/oh_status"
3823 type:
3824 - string
3825 - 'null'
3826 title: The Oh_status Schema
3827 description: Status of the open house, i.e. Active, Cancelled, Ended.
3828 default:
3829 examples:
3830 - Active
3831 pattern: "^(.*)$"
3832 oh_appt_req:
3833 "$id": "#/properties/open_houses/items/properties/oh_appt_req"
3834 type:
3835 - boolean
3836 - 'null'
3837 title: The Oh_appt_req Schema
3838 description: Indicates whether or not the OpenHouse requires an appointment.
3839 default: false
3840 examples:
3841 - false
3842 open_houses_lock:
3843 "$id": "#/properties/open_houses_lock"
3844 type:
3845 - boolean
3846 - 'null'
3847 title: The Open_houses_lock Schema
3848 description: Enabling this lock will disregard any import updates for Open Houses
3849 (from MLS or other provider). All other data in the listing will be updated.
3850 User should have option to apply lock.
3851 default: false
3852 examples:
3853 - false
3854 photos:
3855 "$id": "#/properties/photos"
3856 type:
3857 - array
3858 - 'null'
3859 title: The Photos Schema
3860 description: Compound object for photos pertaining to the listing. Repeating object.
3861 default:
3862 items:
3863 "$id": "#/properties/photos/items"
3864 type:
3865 - object
3866 - 'null'
3867 title: The Items Schema
3868 properties:
3869 ph_order:
3870 "$id": "#/properties/photos/items/properties/ph_order"
3871 type:
3872 - integer
3873 - 'null'
3874 title: The Ph_order Schema
3875 description: Integer used to indicate photo's sequence for a list of photos.
3876 Only a positive integer to be used.
3877 default:
3878 examples:
3879 - 1
3880 kw_ph_url:
3881 "$id": "#/properties/photos/items/properties/kw_ph_url"
3882 type:
3883 - string
3884 - 'null'
3885 title: The Kw_ph_url Schema
3886 description: KW URL for listing photo.
3887 default:
3888 examples:
3889 - ourURL
3890 pattern: "^(.*)$"
3891 ph_url:
3892 "$id": "#/properties/photos/items/properties/ph_url"
3893 type:
3894 - string
3895 - 'null'
3896 title: The Ph_url Schema
3897 description: Data provider URL for listing photo.
3898 default:
3899 examples:
3900 - http://photos.listhub.net/SABORTX/1220171/1?lm=20170513T115831
3901 pattern: "^(.*)$"
3902 ph_short_desc:
3903 "$id": "#/properties/photos/items/properties/ph_short_desc"
3904 type:
3905 - string
3906 - 'null'
3907 title: The Ph_short_desc Schema
3908 description: Short description of photo.
3909 default:
3910 examples:
3911 - Awesome View
3912 pattern: "^(.*)$"
3913 ph_updated_at:
3914 "$id": "#/properties/photos/items/properties/ph_updated_at"
3915 type:
3916 - string
3917 - 'null'
3918 title: The Ph_updated_at Schema
3919 description: Modification timestamp for photo.
3920 default:
3921 examples:
3922 - '2017-12-14T00:54:00.000Z'
3923 pattern: "^(.*)$"
3924 ph_tags:
3925 "$id": "#/properties/photos/items/properties/ph_tags"
3926 type:
3927 - array
3928 - 'null'
3929 title: The Ph_tags Schema
3930 description: List of tags identified for a photo
3931 default:
3932 items:
3933 "$id": "#/properties/photos/items/properties/ph_tags/items"
3934 type:
3935 - object
3936 - 'null'
3937 title: The Items Schema
3938 properties:
3939 tag_name:
3940 "$id": "#/properties/photos/items/properties/ph_tags/items/properties/tag_name"
3941 type:
3942 - string
3943 - 'null'
3944 title: The Tag_name Schema
3945 description: Tag name
3946 default:
3947 examples:
3948 - list
3949 pattern: "^(.*)$"
3950 tag_score:
3951 "$id": "#/properties/photos/items/properties/ph_tags/items/properties/tag_score"
3952 type:
3953 - number
3954 - 'null'
3955 title: The Tag_score Schema
3956 description: 'Tag accuracy score. If manually entered, score is 1 '
3957 default:
3958 examples:
3959 - 0.9
3960 ph_label:
3961 "$id": "#/properties/photos/items/properties/ph_label"
3962 type:
3963 - object
3964 - 'null'
3965 title: The Ph_label Schema
3966 description: List of labels identified for a photo
3967 default:
3968 properties:
3969 name:
3970 "$id": "#/properties/photos/items/properties/ph_label/properties/name"
3971 type:
3972 - string
3973 - 'null'
3974 title: The Name Schema
3975 description: Label name
3976 default:
3977 examples:
3978 - Bedroom
3979 pattern: "^(.*)$"
3980 score:
3981 "$id": "#/properties/photos/items/properties/ph_label/properties/score"
3982 type:
3983 - number
3984 - 'null'
3985 title: The Score Schema
3986 description: 'Label accuracy score. If manually entered, score is 1 '
3987 default:
3988 examples:
3989 - 0.9
3990 photos_lock:
3991 "$id": "#/properties/photos_lock"
3992 type:
3993 - boolean
3994 - 'null'
3995 title: The Photos_lock Schema
3996 description: Enabling this lock will disregard any import updates for Photos (from
3997 MLS or other provider). All other data in the listing will be updated. User
3998 should have option to apply lock.
3999 default: false
4000 examples:
4001 - false
4002 links:
4003 "$id": "#/properties/links"
4004 type:
4005 - array
4006 - 'null'
4007 title: The Links Schema
4008 description: Compound object for links (URLs) pertaining to the listing. Repeating
4009 object.
4010 default:
4011 items:
4012 "$id": "#/properties/links/items"
4013 type:
4014 - object
4015 - 'null'
4016 title: The Items Schema
4017 properties:
4018 link_url:
4019 "$id": "#/properties/links/items/properties/link_url"
4020 type:
4021 - string
4022 - 'null'
4023 title: The Link_url Schema
4024 description: URL for video to market listing.
4025 default:
4026 examples:
4027 - http://videos.listhub.com/listing/vt6564/1
4028 pattern: "^(.*)$"
4029 link_short_desc:
4030 "$id": "#/properties/links/items/properties/link_short_desc"
4031 type:
4032 - string
4033 - 'null'
4034 title: The Link_short_desc Schema
4035 description: Short description of link.
4036 default:
4037 examples:
4038 - Awesome View
4039 pattern: "^(.*)$"
4040 link_updated_at:
4041 "$id": "#/properties/links/items/properties/link_updated_at"
4042 type:
4043 - string
4044 - 'null'
4045 title: The Link_updated_at Schema
4046 description: Modification timestamp for link.
4047 default:
4048 examples:
4049 - '2017-12-14T00:54:00.000Z'
4050 pattern: "^(.*)$"
4051 links_lock:
4052 "$id": "#/properties/links_lock"
4053 type:
4054 - boolean
4055 - 'null'
4056 title: The Links_lock Schema
4057 description: Enabling this lock will disregard any import updates for Links (from
4058 MLS or other provider). All other data in the listing will be updated. User
4059 should have option to apply lock.
4060 default: false
4061 examples:
4062 - false
4063 mls_updated_at:
4064 "$id": "#/properties/mls_updated_at"
4065 type:
4066 - string
4067 - 'null'
4068 title: The Mls_updated_at Schema
4069 description: Last modification timestamp for listing as indicated by MLS.
4070 default:
4071 examples:
4072 - '2017-12-14T00:54:00.000Z'
4073 pattern: "^(.*)$"
4074 kw_updated_at:
4075 "$id": "#/properties/kw_updated_at"
4076 type:
4077 - string
4078 - 'null'
4079 title: The Kw_updated_at Schema
4080 description: Last modification timestamp for listing within KWLS.
4081 default:
4082 examples:
4083 - '2017-12-14T00:54:00.000Z'
4084 pattern: "^(.*)$"
4085 kw_updated_by:
4086 "$id": "#/properties/kw_updated_by"
4087 type:
4088 - string
4089 - 'null'
4090 title: The kw_updated_by Schema
4091 description: User that made the last modification for listing within KWLS.
4092 default:
4093 examples:
4094 - Smarter Agent
4095 pattern: "^(.*)$"
4096 raw:
4097 "$id": "#/properties/raw"
4098 type:
4099 - object
4100 - 'null'
4101 title: The Raw Schema
4102 properties:
4103 list_status:
4104 "$id": "#/properties/raw/properties/list_status"
4105 type:
4106 - string
4107 - 'null'
4108 title: The List_status Schema
4109 description: raw List_status
4110 default:
4111 examples:
4112 - Active
4113 pattern: "^(.*)$"
4114 list_status_id:
4115 "$id": "#/properties/raw/properties/list_status_id"
4116 type:
4117 - integer
4118 - 'null'
4119 title: The List_status_id Schema
4120 description: raw List_status_id
4121 default:
4122 examples:
4123 - 10
4124 prop_type:
4125 "$id": "#/properties/raw/properties/prop_type"
4126 type:
4127 - string
4128 - 'null'
4129 title: The Prop_type Schema
4130 description: raw Prop_type
4131 default:
4132 examples:
4133 - Single Family Residence
4134 pattern: "^(.*)$"
4135 prop_type_id:
4136 "$id": "#/properties/raw/properties/prop_type_id"
4137 type:
4138 - integer
4139 - 'null'
4140 title: The Prop_type_id Schema
4141 description: raw Prop_type_id
4142 default:
4143 examples:
4144 - 1
4145 source_list_id:
4146 "$id": "#/properties/raw/properties/source_list_id"
4147 type:
4148 - string
4149 - 'null'
4150 title: The Source_list_id Schema
4151 description: raw Source_list_id
4152 default:
4153 examples:
4154 - '173_2139217490'
4155 pattern: "^(.*)$"
4156 parking_total:
4157 "$id": "#/properties/raw/properties/parking_total"
4158 type:
4159 - string
4160 - 'null'
4161 title: The Parking_total Schema
4162 description: raw Parking_total
4163 default:
4164 examples:
4165 - 4+ Stalls
4166 pattern: "^(.*)$"
4167 history:
4168 "$id": "#/properties/history"
4169 type:
4170 - array
4171 - 'null'
4172 title: The History Schema
4173 items:
4174 "$id": "#/properties/history/items"
4175 type:
4176 - object
4177 - 'null'
4178 title: The Items Schema
4179 properties:
4180 other:
4181 "$id": "#/properties/history/items/properties/other"
4182 type:
4183 - boolean
4184 - 'null'
4185 title: The Other Schema
4186 default: false
4187 examples:
4188 - true
4189 photo:
4190 "$id": "#/properties/history/items/properties/photo"
4191 type:
4192 - boolean
4193 - 'null'
4194 title: The Photo Schema
4195 default: false
4196 examples:
4197 - false
4198 price:
4199 "$id": "#/properties/history/items/properties/price"
4200 type:
4201 - integer
4202 - 'null'
4203 title: The Price Schema
4204 default:
4205 examples:
4206 - 4587612
4207 status:
4208 "$id": "#/properties/history/items/properties/status"
4209 type:
4210 - string
4211 - 'null'
4212 title: The Status Schema
4213 default:
4214 examples:
4215 - For Sale
4216 pattern: "^(.*)$"
4217 timestamp:
4218 "$id": "#/properties/history/items/properties/timestamp"
4219 type:
4220 - string
4221 - 'null'
4222 title: The Timestamp Schema
4223 default:
4224 examples:
4225 - '2019-09-09T11:05:09.949Z'
4226 pattern: "^(.*)$"
4227 open_house:
4228 "$id": "#/properties/history/items/properties/open_house"
4229 type:
4230 - boolean
4231 - 'null'
4232 title: The Open_house Schema
4233 default: false
4234 examples:
4235 - false
4236 new_listing:
4237 "$id": "#/properties/history/items/properties/new_listing"
4238 type:
4239 - boolean
4240 - 'null'
4241 title: The New_listing Schema
4242 default: false
4243 examples:
4244 - true
4245 virtual_tour:
4246 "$id": "#/properties/history/items/properties/virtual_tour"
4247 type:
4248 - boolean
4249 - 'null'
4250 title: The Virtual_tour Schema
4251 default: false
4252 examples:
4253 - false