@pdtf/schemas 2.0.0-2 → 2.0.0-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,847 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://trust.propdata.org.uk/schemas/v2/overlays/ta10.json"
3
+ "$id": "https://trust.propdata.org.uk/schemas/v2/overlays/ta10.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "properties": {
7
+ "materialFacts": {
8
+ "properties": {
9
+ "fixturesAndFittings": {
10
+ "required": [
11
+ "basicFittings",
12
+ "kitchen",
13
+ "bathroom",
14
+ "carpets",
15
+ "curtainsAndCurtainRails",
16
+ "lightFittings",
17
+ "fittedUnits",
18
+ "outdoorArea",
19
+ "televisionAndTelephone",
20
+ "stockOfFuel"
21
+ ],
22
+ "properties": {
23
+ "basicFittings": {
24
+ "ta10Ref": "1",
25
+ "title": "Basic Fittings",
26
+ "properties": {
27
+ "boilerImmersionHeater": {
28
+ "required": [
29
+ "isIncludedExcludedOrNone"
30
+ ]
31
+ },
32
+ "radiatorsWallHeaters": {
33
+ "required": [
34
+ "isIncludedExcludedOrNone"
35
+ ]
36
+ },
37
+ "nightStorageHeaters": {
38
+ "required": [
39
+ "isIncludedExcludedOrNone"
40
+ ]
41
+ },
42
+ "freeStandingHeaters": {
43
+ "required": [
44
+ "isIncludedExcludedOrNone"
45
+ ]
46
+ },
47
+ "gasFiresWithSurround": {
48
+ "required": [
49
+ "isIncludedExcludedOrNone"
50
+ ]
51
+ },
52
+ "electricFiresWithSurround": {
53
+ "required": [
54
+ "isIncludedExcludedOrNone"
55
+ ]
56
+ },
57
+ "lightSwitches": {
58
+ "required": [
59
+ "isIncludedExcludedOrNone"
60
+ ]
61
+ },
62
+ "roofInsulation": {
63
+ "required": [
64
+ "isIncludedExcludedOrNone"
65
+ ]
66
+ },
67
+ "windowFittings": {
68
+ "required": [
69
+ "isIncludedExcludedOrNone"
70
+ ]
71
+ },
72
+ "windowShuttersGrilles": {
73
+ "required": [
74
+ "isIncludedExcludedOrNone"
75
+ ]
76
+ },
77
+ "internalDoorFittings": {
78
+ "required": [
79
+ "isIncludedExcludedOrNone"
80
+ ]
81
+ },
82
+ "externalDoorFittings": {
83
+ "required": [
84
+ "isIncludedExcludedOrNone"
85
+ ]
86
+ },
87
+ "doorbellChime": {
88
+ "required": [
89
+ "isIncludedExcludedOrNone"
90
+ ]
91
+ },
92
+ "electricSockets": {
93
+ "required": [
94
+ "isIncludedExcludedOrNone"
95
+ ]
96
+ },
97
+ "burglarAlarm": {
98
+ "required": [
99
+ "isIncludedExcludedOrNone"
100
+ ]
101
+ },
102
+ "otherItems": {
103
+ "items": {
104
+ "required": [
105
+ "itemName",
106
+ "isIncludedOrExcluded"
107
+ ]
108
+ }
109
+ }
110
+ }
111
+ },
112
+ "kitchen": {
113
+ "ta10Ref": "2",
114
+ "title": "Kitchen",
115
+ "description": "Note: In this section please also indicate whether the item is fitted or freestanding.",
116
+ "properties": {
117
+ "hob": {
118
+ "required": [
119
+ "isIncludedExcludedOrNone"
120
+ ],
121
+ "oneOf": [
122
+ {
123
+ "properties": {
124
+ "fittedOrFreestanding": {
125
+ "required": [
126
+ "isFittedOrFreestanding"
127
+ ]
128
+ }
129
+ }
130
+ },
131
+ {
132
+ "properties": {
133
+ "fittedOrFreestanding": {
134
+ "required": [
135
+ "isFittedOrFreestanding"
136
+ ]
137
+ }
138
+ }
139
+ }
140
+ ]
141
+ },
142
+ "extractorHood": {
143
+ "required": [
144
+ "isIncludedExcludedOrNone"
145
+ ],
146
+ "oneOf": [
147
+ {
148
+ "properties": {
149
+ "fittedOrFreestanding": {
150
+ "required": [
151
+ "isFittedOrFreestanding"
152
+ ]
153
+ }
154
+ }
155
+ },
156
+ {
157
+ "properties": {
158
+ "fittedOrFreestanding": {
159
+ "required": [
160
+ "isFittedOrFreestanding"
161
+ ]
162
+ }
163
+ }
164
+ }
165
+ ]
166
+ },
167
+ "ovenGrill": {
168
+ "required": [
169
+ "isIncludedExcludedOrNone"
170
+ ],
171
+ "oneOf": [
172
+ {
173
+ "properties": {
174
+ "fittedOrFreestanding": {
175
+ "required": [
176
+ "isFittedOrFreestanding"
177
+ ]
178
+ }
179
+ }
180
+ },
181
+ {
182
+ "properties": {
183
+ "fittedOrFreestanding": {
184
+ "required": [
185
+ "isFittedOrFreestanding"
186
+ ]
187
+ }
188
+ }
189
+ }
190
+ ]
191
+ },
192
+ "cooker": {
193
+ "required": [
194
+ "isIncludedExcludedOrNone"
195
+ ],
196
+ "oneOf": [
197
+ {
198
+ "properties": {
199
+ "fittedOrFreestanding": {
200
+ "required": [
201
+ "isFittedOrFreestanding"
202
+ ]
203
+ }
204
+ }
205
+ },
206
+ {
207
+ "properties": {
208
+ "fittedOrFreestanding": {
209
+ "required": [
210
+ "isFittedOrFreestanding"
211
+ ]
212
+ }
213
+ }
214
+ }
215
+ ]
216
+ },
217
+ "microwave": {
218
+ "required": [
219
+ "isIncludedExcludedOrNone"
220
+ ],
221
+ "oneOf": [
222
+ {
223
+ "properties": {
224
+ "fittedOrFreestanding": {
225
+ "required": [
226
+ "isFittedOrFreestanding"
227
+ ]
228
+ }
229
+ }
230
+ },
231
+ {
232
+ "properties": {
233
+ "fittedOrFreestanding": {
234
+ "required": [
235
+ "isFittedOrFreestanding"
236
+ ]
237
+ }
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ "refrigeratorFridgeFreezer": {
243
+ "required": [
244
+ "isIncludedExcludedOrNone"
245
+ ],
246
+ "oneOf": [
247
+ {
248
+ "properties": {
249
+ "fittedOrFreestanding": {
250
+ "required": [
251
+ "isFittedOrFreestanding"
252
+ ]
253
+ }
254
+ }
255
+ },
256
+ {
257
+ "properties": {
258
+ "fittedOrFreestanding": {
259
+ "required": [
260
+ "isFittedOrFreestanding"
261
+ ]
262
+ }
263
+ }
264
+ }
265
+ ]
266
+ },
267
+ "freezer": {
268
+ "required": [
269
+ "isIncludedExcludedOrNone"
270
+ ],
271
+ "oneOf": [
272
+ {
273
+ "properties": {
274
+ "fittedOrFreestanding": {
275
+ "required": [
276
+ "isFittedOrFreestanding"
277
+ ]
278
+ }
279
+ }
280
+ },
281
+ {
282
+ "properties": {
283
+ "fittedOrFreestanding": {
284
+ "required": [
285
+ "isFittedOrFreestanding"
286
+ ]
287
+ }
288
+ }
289
+ }
290
+ ]
291
+ },
292
+ "dishwasher": {
293
+ "required": [
294
+ "isIncludedExcludedOrNone"
295
+ ],
296
+ "oneOf": [
297
+ {
298
+ "properties": {
299
+ "fittedOrFreestanding": {
300
+ "required": [
301
+ "isFittedOrFreestanding"
302
+ ]
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "properties": {
308
+ "fittedOrFreestanding": {
309
+ "required": [
310
+ "isFittedOrFreestanding"
311
+ ]
312
+ }
313
+ }
314
+ }
315
+ ]
316
+ },
317
+ "tumbleDryer": {
318
+ "required": [
319
+ "isIncludedExcludedOrNone"
320
+ ],
321
+ "oneOf": [
322
+ {
323
+ "properties": {
324
+ "fittedOrFreestanding": {
325
+ "required": [
326
+ "isFittedOrFreestanding"
327
+ ]
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "properties": {
333
+ "fittedOrFreestanding": {
334
+ "required": [
335
+ "isFittedOrFreestanding"
336
+ ]
337
+ }
338
+ }
339
+ }
340
+ ]
341
+ },
342
+ "washingMachine": {
343
+ "required": [
344
+ "isIncludedExcludedOrNone"
345
+ ],
346
+ "oneOf": [
347
+ {
348
+ "properties": {
349
+ "fittedOrFreestanding": {
350
+ "required": [
351
+ "isFittedOrFreestanding"
352
+ ]
353
+ }
354
+ }
355
+ },
356
+ {
357
+ "properties": {
358
+ "fittedOrFreestanding": {
359
+ "required": [
360
+ "isFittedOrFreestanding"
361
+ ]
362
+ }
363
+ }
364
+ }
365
+ ]
366
+ },
367
+ "otherItems": {
368
+ "items": {
369
+ "required": [
370
+ "isIncludedOrExcluded"
371
+ ],
372
+ "oneOf": [
373
+ {
374
+ "properties": {
375
+ "fittedOrFreestanding": {
376
+ "required": [
377
+ "isFittedOrFreestanding"
378
+ ]
379
+ }
380
+ }
381
+ },
382
+ {
383
+ "properties": {
384
+ "fittedOrFreestanding": {
385
+ "required": [
386
+ "isFittedOrFreestanding"
387
+ ]
388
+ }
389
+ }
390
+ }
391
+ ]
392
+ }
393
+ }
394
+ }
395
+ },
396
+ "bathroom": {
397
+ "ta10Ref": "3",
398
+ "title": "Bathroom",
399
+ "properties": {
400
+ "bath": {
401
+ "required": [
402
+ "isIncludedExcludedOrNone"
403
+ ]
404
+ },
405
+ "showerFittingForBath": {
406
+ "required": [
407
+ "isIncludedExcludedOrNone"
408
+ ]
409
+ },
410
+ "showerCurtain": {
411
+ "required": [
412
+ "isIncludedExcludedOrNone"
413
+ ]
414
+ },
415
+ "bathroomCabinet": {
416
+ "required": [
417
+ "isIncludedExcludedOrNone"
418
+ ]
419
+ },
420
+ "taps": {
421
+ "required": [
422
+ "isIncludedExcludedOrNone"
423
+ ]
424
+ },
425
+ "separateShowersAndFittings": {
426
+ "required": [
427
+ "isIncludedExcludedOrNone"
428
+ ]
429
+ },
430
+ "towelRail": {
431
+ "required": [
432
+ "isIncludedExcludedOrNone"
433
+ ]
434
+ },
435
+ "soapToothbrushHolders": {
436
+ "required": [
437
+ "isIncludedExcludedOrNone"
438
+ ]
439
+ },
440
+ "toiletRollHolders": {
441
+ "required": [
442
+ "isIncludedExcludedOrNone"
443
+ ]
444
+ },
445
+ "bathroomMirror": {
446
+ "required": [
447
+ "isIncludedExcludedOrNone"
448
+ ]
449
+ }
450
+ }
451
+ },
452
+ "carpets": {
453
+ "ta10Ref": "4",
454
+ "title": "Carpets",
455
+ "properties": {
456
+ "hallStairsLanding": {
457
+ "required": [
458
+ "isIncludedExcludedOrNone"
459
+ ]
460
+ },
461
+ "livingRoom": {
462
+ "required": [
463
+ "isIncludedExcludedOrNone"
464
+ ]
465
+ },
466
+ "diningRoom": {
467
+ "required": [
468
+ "isIncludedExcludedOrNone"
469
+ ]
470
+ },
471
+ "kitchen": {
472
+ "required": [
473
+ "isIncludedExcludedOrNone"
474
+ ]
475
+ },
476
+ "bedroom1": {
477
+ "required": [
478
+ "isIncludedExcludedOrNone"
479
+ ]
480
+ },
481
+ "bedroom2": {
482
+ "required": [
483
+ "isIncludedExcludedOrNone"
484
+ ]
485
+ },
486
+ "bedroom3": {
487
+ "required": [
488
+ "isIncludedExcludedOrNone"
489
+ ]
490
+ },
491
+ "otherRooms": {
492
+ "items": {
493
+ "required": [
494
+ "itemName",
495
+ "isIncludedOrExcluded"
496
+ ]
497
+ }
498
+ }
499
+ }
500
+ },
501
+ "curtainsAndCurtainRails": {
502
+ "ta10Ref": "5",
503
+ "title": "Curtains and curtain rails",
504
+ "required": [
505
+ "curtainRailsPolesPelmets",
506
+ "curtainsBlinds"
507
+ ],
508
+ "properties": {
509
+ "curtainRailsPolesPelmets": {
510
+ "properties": {
511
+ "hallStairsLanding": {
512
+ "required": [
513
+ "isIncludedExcludedOrNone"
514
+ ]
515
+ },
516
+ "livingRoom": {
517
+ "required": [
518
+ "isIncludedExcludedOrNone"
519
+ ]
520
+ },
521
+ "diningRoom": {
522
+ "required": [
523
+ "isIncludedExcludedOrNone"
524
+ ]
525
+ },
526
+ "kitchen": {
527
+ "required": [
528
+ "isIncludedExcludedOrNone"
529
+ ]
530
+ },
531
+ "bedroom1": {
532
+ "required": [
533
+ "isIncludedExcludedOrNone"
534
+ ]
535
+ },
536
+ "bedroom2": {
537
+ "required": [
538
+ "isIncludedExcludedOrNone"
539
+ ]
540
+ },
541
+ "bedroom3": {
542
+ "required": [
543
+ "isIncludedExcludedOrNone"
544
+ ]
545
+ },
546
+ "otherRooms": {
547
+ "items": {
548
+ "required": [
549
+ "itemName",
550
+ "isIncludedOrExcluded"
551
+ ]
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "curtainsBlinds": {
557
+ "properties": {
558
+ "hallStairsLanding": {
559
+ "required": [
560
+ "isIncludedExcludedOrNone"
561
+ ]
562
+ },
563
+ "livingRoom": {
564
+ "required": [
565
+ "isIncludedExcludedOrNone"
566
+ ]
567
+ },
568
+ "diningRoom": {
569
+ "required": [
570
+ "isIncludedExcludedOrNone"
571
+ ]
572
+ },
573
+ "kitchen": {
574
+ "required": [
575
+ "isIncludedExcludedOrNone"
576
+ ]
577
+ },
578
+ "bedroom1": {
579
+ "required": [
580
+ "isIncludedExcludedOrNone"
581
+ ]
582
+ },
583
+ "bedroom2": {
584
+ "required": [
585
+ "isIncludedExcludedOrNone"
586
+ ]
587
+ },
588
+ "bedroom3": {
589
+ "required": [
590
+ "isIncludedExcludedOrNone"
591
+ ]
592
+ },
593
+ "otherRooms": {
594
+ "items": {
595
+ "required": [
596
+ "itemName",
597
+ "isIncludedOrExcluded"
598
+ ]
599
+ }
600
+ }
601
+ }
602
+ }
603
+ }
604
+ },
605
+ "lightFittings": {
606
+ "ta10Ref": "6",
607
+ "title": "Light fittings",
608
+ "description": "Note: If the seller removes a light fitting, it is assumed that the seller will replace the fitting with a ceiling rose, a flex, bulb holder and bulb and that they will be left in a safe condition.",
609
+ "properties": {
610
+ "hallStairsLanding": {
611
+ "required": [
612
+ "isIncludedExcludedOrNone"
613
+ ]
614
+ },
615
+ "livingRoom": {
616
+ "required": [
617
+ "isIncludedExcludedOrNone"
618
+ ]
619
+ },
620
+ "diningRoom": {
621
+ "required": [
622
+ "isIncludedExcludedOrNone"
623
+ ]
624
+ },
625
+ "kitchen": {
626
+ "required": [
627
+ "isIncludedExcludedOrNone"
628
+ ]
629
+ },
630
+ "bedroom1": {
631
+ "required": [
632
+ "isIncludedExcludedOrNone"
633
+ ]
634
+ },
635
+ "bedroom2": {
636
+ "required": [
637
+ "isIncludedExcludedOrNone"
638
+ ]
639
+ },
640
+ "bedroom3": {
641
+ "required": [
642
+ "isIncludedExcludedOrNone"
643
+ ]
644
+ },
645
+ "otherRooms": {
646
+ "items": {
647
+ "required": [
648
+ "itemName",
649
+ "isIncludedOrExcluded"
650
+ ]
651
+ }
652
+ }
653
+ }
654
+ },
655
+ "fittedUnits": {
656
+ "ta10Ref": "7",
657
+ "title": "Fitted units",
658
+ "description": "Note: Fitted units include, for example, fitted cupboards, fitted shelves, and fitted wardrobes",
659
+ "properties": {
660
+ "hallStairsLanding": {
661
+ "required": [
662
+ "isIncludedExcludedOrNone"
663
+ ]
664
+ },
665
+ "livingRoom": {
666
+ "required": [
667
+ "isIncludedExcludedOrNone"
668
+ ]
669
+ },
670
+ "diningRoom": {
671
+ "required": [
672
+ "isIncludedExcludedOrNone"
673
+ ]
674
+ },
675
+ "kitchen": {
676
+ "required": [
677
+ "isIncludedExcludedOrNone"
678
+ ]
679
+ },
680
+ "bedroom1": {
681
+ "required": [
682
+ "isIncludedExcludedOrNone"
683
+ ]
684
+ },
685
+ "bedroom2": {
686
+ "required": [
687
+ "isIncludedExcludedOrNone"
688
+ ]
689
+ },
690
+ "bedroom3": {
691
+ "required": [
692
+ "isIncludedExcludedOrNone"
693
+ ]
694
+ },
695
+ "otherRooms": {
696
+ "items": {
697
+ "required": [
698
+ "itemName",
699
+ "isIncludedOrExcluded"
700
+ ]
701
+ }
702
+ }
703
+ }
704
+ },
705
+ "outdoorArea": {
706
+ "ta10Ref": "8",
707
+ "title": "Fitted units",
708
+ "properties": {
709
+ "gardenFurniture": {
710
+ "required": [
711
+ "isIncludedExcludedOrNone"
712
+ ]
713
+ },
714
+ "gardenOrnaments": {
715
+ "required": [
716
+ "isIncludedExcludedOrNone"
717
+ ]
718
+ },
719
+ "treesPlantsShrubs": {
720
+ "required": [
721
+ "isIncludedExcludedOrNone"
722
+ ]
723
+ },
724
+ "barbecue": {
725
+ "required": [
726
+ "isIncludedExcludedOrNone"
727
+ ]
728
+ },
729
+ "dustbins": {
730
+ "required": [
731
+ "isIncludedExcludedOrNone"
732
+ ]
733
+ },
734
+ "gardenShed": {
735
+ "required": [
736
+ "isIncludedExcludedOrNone"
737
+ ]
738
+ },
739
+ "greenhouse": {
740
+ "required": [
741
+ "isIncludedExcludedOrNone"
742
+ ]
743
+ },
744
+ "outdoorHeater": {
745
+ "required": [
746
+ "isIncludedExcludedOrNone"
747
+ ]
748
+ },
749
+ "outdoorLights": {
750
+ "required": [
751
+ "isIncludedExcludedOrNone"
752
+ ]
753
+ },
754
+ "waterButt": {
755
+ "required": [
756
+ "isIncludedExcludedOrNone"
757
+ ]
758
+ },
759
+ "clothesLine": {
760
+ "required": [
761
+ "isIncludedExcludedOrNone"
762
+ ]
763
+ },
764
+ "rotaryLine": {
765
+ "required": [
766
+ "isIncludedExcludedOrNone"
767
+ ]
768
+ },
769
+ "otherItems": {
770
+ "items": {
771
+ "required": [
772
+ "itemName",
773
+ "isIncludedOrExcluded"
774
+ ]
775
+ }
776
+ }
777
+ }
778
+ },
779
+ "televisionAndTelephone": {
780
+ "ta10Ref": "9",
781
+ "title": "Television and telephone",
782
+ "properties": {
783
+ "telephoneReceivers": {
784
+ "required": [
785
+ "isIncludedExcludedOrNone"
786
+ ]
787
+ },
788
+ "televisionAerial": {
789
+ "required": [
790
+ "isIncludedExcludedOrNone"
791
+ ]
792
+ },
793
+ "radioAerial": {
794
+ "required": [
795
+ "isIncludedExcludedOrNone"
796
+ ]
797
+ },
798
+ "satelliteDish": {
799
+ "required": [
800
+ "isIncludedExcludedOrNone"
801
+ ]
802
+ }
803
+ }
804
+ },
805
+ "stockOfFuel": {
806
+ "ta10Ref": "10",
807
+ "title": "Stock of fuel",
808
+ "properties": {
809
+ "oil": {
810
+ "required": [
811
+ "isIncludedExcludedOrNone"
812
+ ]
813
+ },
814
+ "wood": {
815
+ "required": [
816
+ "isIncludedExcludedOrNone"
817
+ ]
818
+ },
819
+ "lpg": {
820
+ "required": [
821
+ "isIncludedExcludedOrNone"
822
+ ]
823
+ }
824
+ }
825
+ },
826
+ "otherItems": {
827
+ "ta10Ref": "11",
828
+ "title": "Other items",
829
+ "properties": {
830
+ "otherItems": {
831
+ "items": {
832
+ "required": [
833
+ "itemName",
834
+ "isIncludedOrExcluded"
835
+ ]
836
+ }
837
+ }
838
+ }
839
+ }
840
+ }
841
+ }
842
+ }
843
+ }
844
+ }
845
+ }
846
+ }
4
847
  }