@pdtf/schemas 2.0.0-8 → 2.0.0

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