@pdtf/schemas 2.0.0-26 → 2.0.0-28
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.
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +14 -2
- package/src/schemas/v2/combined.json +214 -83
- package/src/schemas/v2/overlays/baspi.json +162 -33
- package/src/schemas/v2/overlays/rds.json +71 -12
- package/src/schemas/v2/overlays/ta6.json +257 -108
- package/src/schemas/v2/pdtf-transaction.json +153 -26
- package/src/schemas/v2/skeleton.json +17 -3
|
@@ -153,7 +153,8 @@
|
|
|
153
153
|
"ta6Ref": "9.2.1",
|
|
154
154
|
"enum": [
|
|
155
155
|
"Yes",
|
|
156
|
-
"No"
|
|
156
|
+
"No",
|
|
157
|
+
"Not known"
|
|
157
158
|
]
|
|
158
159
|
}
|
|
159
160
|
}
|
|
@@ -397,34 +398,18 @@
|
|
|
397
398
|
"ta6Ref": "7.6",
|
|
398
399
|
"title": "Energy Efficiency",
|
|
399
400
|
"required": [
|
|
400
|
-
"
|
|
401
|
+
"certificateIsSupplied",
|
|
401
402
|
"greenDealLoan"
|
|
402
403
|
],
|
|
403
404
|
"properties": {
|
|
404
|
-
"
|
|
405
|
+
"certificateIsSupplied": {
|
|
405
406
|
"ta6Ref": "7.6.1",
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
411
|
-
|
|
412
|
-
"title": "Current energy efficiency rating",
|
|
413
|
-
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
414
|
-
"enum": [
|
|
415
|
-
"A",
|
|
416
|
-
"B",
|
|
417
|
-
"C",
|
|
418
|
-
"D",
|
|
419
|
-
"E",
|
|
420
|
-
"F",
|
|
421
|
-
"G",
|
|
422
|
-
"Exempt Property",
|
|
423
|
-
"Survey Instructed",
|
|
424
|
-
"No Certificate"
|
|
425
|
-
]
|
|
426
|
-
}
|
|
427
|
-
}
|
|
407
|
+
"title": "Please supply a copy of the EPC for the property",
|
|
408
|
+
"enum": [
|
|
409
|
+
"Attached",
|
|
410
|
+
"To follow",
|
|
411
|
+
"Already supplied"
|
|
412
|
+
]
|
|
428
413
|
},
|
|
429
414
|
"greenDealLoan": {
|
|
430
415
|
"ta6Ref": "7.7",
|
|
@@ -434,7 +419,7 @@
|
|
|
434
419
|
],
|
|
435
420
|
"properties": {
|
|
436
421
|
"hasGreenDealLoan": {
|
|
437
|
-
"ta6Ref": "7.7.
|
|
422
|
+
"ta6Ref": "7.7.0",
|
|
438
423
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
439
424
|
"discriminator": {
|
|
440
425
|
"propertyName": "yesNo"
|
|
@@ -457,11 +442,11 @@
|
|
|
457
442
|
]
|
|
458
443
|
},
|
|
459
444
|
"details": {
|
|
460
|
-
"ta6Ref": "7.7.
|
|
445
|
+
"ta6Ref": "7.7.2",
|
|
461
446
|
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
462
447
|
},
|
|
463
448
|
"attachments": {
|
|
464
|
-
"ta6Ref": "7.7.
|
|
449
|
+
"ta6Ref": "7.7.3",
|
|
465
450
|
"title": "Attachments",
|
|
466
451
|
"enum": [
|
|
467
452
|
"Attached",
|
|
@@ -480,7 +465,7 @@
|
|
|
480
465
|
],
|
|
481
466
|
"properties": {
|
|
482
467
|
"yesNo": {
|
|
483
|
-
"ta6Ref": "7.7.1
|
|
468
|
+
"ta6Ref": "7.7.1",
|
|
484
469
|
"enum": [
|
|
485
470
|
"Yes",
|
|
486
471
|
"No"
|
|
@@ -1782,7 +1767,8 @@
|
|
|
1782
1767
|
"properties": {
|
|
1783
1768
|
"yesNo": {
|
|
1784
1769
|
"enum": [
|
|
1785
|
-
"No"
|
|
1770
|
+
"No",
|
|
1771
|
+
"Not known"
|
|
1786
1772
|
]
|
|
1787
1773
|
}
|
|
1788
1774
|
}
|
|
@@ -1794,13 +1780,18 @@
|
|
|
1794
1780
|
"Yes"
|
|
1795
1781
|
]
|
|
1796
1782
|
},
|
|
1797
|
-
"
|
|
1783
|
+
"managementPlanInPlace": {
|
|
1798
1784
|
"ta6Ref": "7.8.2",
|
|
1799
|
-
"title": "
|
|
1785
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
1786
|
+
"enum": [
|
|
1787
|
+
"Yes",
|
|
1788
|
+
"No",
|
|
1789
|
+
"Not known"
|
|
1790
|
+
]
|
|
1800
1791
|
},
|
|
1801
1792
|
"attachments": {
|
|
1802
1793
|
"ta6Ref": "7.8.3",
|
|
1803
|
-
"title": "
|
|
1794
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
1804
1795
|
"enum": [
|
|
1805
1796
|
"Attached",
|
|
1806
1797
|
"To follow"
|
|
@@ -1808,7 +1799,7 @@
|
|
|
1808
1799
|
}
|
|
1809
1800
|
},
|
|
1810
1801
|
"required": [
|
|
1811
|
-
"
|
|
1802
|
+
"managementPlanInPlace",
|
|
1812
1803
|
"attachments"
|
|
1813
1804
|
]
|
|
1814
1805
|
}
|
|
@@ -1821,7 +1812,8 @@
|
|
|
1821
1812
|
"ta6Ref": "7.8.1",
|
|
1822
1813
|
"enum": [
|
|
1823
1814
|
"Yes",
|
|
1824
|
-
"No"
|
|
1815
|
+
"No",
|
|
1816
|
+
"Not known"
|
|
1825
1817
|
]
|
|
1826
1818
|
}
|
|
1827
1819
|
}
|
|
@@ -1863,7 +1855,7 @@
|
|
|
1863
1855
|
]
|
|
1864
1856
|
},
|
|
1865
1857
|
"supplier": {
|
|
1866
|
-
"ta6Ref": "13.2
|
|
1858
|
+
"ta6Ref": "13.1.2",
|
|
1867
1859
|
"title": "Supplier"
|
|
1868
1860
|
}
|
|
1869
1861
|
},
|
|
@@ -1923,7 +1915,7 @@
|
|
|
1923
1915
|
]
|
|
1924
1916
|
},
|
|
1925
1917
|
"supplier": {
|
|
1926
|
-
"ta6Ref": "13.2.
|
|
1918
|
+
"ta6Ref": "13.2.2",
|
|
1927
1919
|
"title": "Supplier"
|
|
1928
1920
|
}
|
|
1929
1921
|
},
|
|
@@ -1937,6 +1929,10 @@
|
|
|
1937
1929
|
"enum": [
|
|
1938
1930
|
"To be connected"
|
|
1939
1931
|
]
|
|
1932
|
+
},
|
|
1933
|
+
"supplier": {
|
|
1934
|
+
"ta6Ref": "13.2.2",
|
|
1935
|
+
"title": "Supplier"
|
|
1940
1936
|
}
|
|
1941
1937
|
}
|
|
1942
1938
|
}
|
|
@@ -1979,7 +1975,7 @@
|
|
|
1979
1975
|
]
|
|
1980
1976
|
},
|
|
1981
1977
|
"supplier": {
|
|
1982
|
-
"ta6Ref": "13.2",
|
|
1978
|
+
"ta6Ref": "13.5.2",
|
|
1983
1979
|
"title": "Supplier"
|
|
1984
1980
|
}
|
|
1985
1981
|
},
|
|
@@ -1993,6 +1989,10 @@
|
|
|
1993
1989
|
"enum": [
|
|
1994
1990
|
"To be connected"
|
|
1995
1991
|
]
|
|
1992
|
+
},
|
|
1993
|
+
"supplier": {
|
|
1994
|
+
"ta6Ref": "13.5.2",
|
|
1995
|
+
"title": "Supplier"
|
|
1996
1996
|
}
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
@@ -2123,6 +2123,10 @@
|
|
|
2123
2123
|
"enum": [
|
|
2124
2124
|
"To be connected"
|
|
2125
2125
|
]
|
|
2126
|
+
},
|
|
2127
|
+
"supplier": {
|
|
2128
|
+
"ta6Ref": "13.3.2",
|
|
2129
|
+
"title": "Supplier"
|
|
2126
2130
|
}
|
|
2127
2131
|
}
|
|
2128
2132
|
}
|
|
@@ -2160,7 +2164,8 @@
|
|
|
2160
2164
|
"properties": {
|
|
2161
2165
|
"yesNo": {
|
|
2162
2166
|
"enum": [
|
|
2163
|
-
"No"
|
|
2167
|
+
"No",
|
|
2168
|
+
"Not known"
|
|
2164
2169
|
]
|
|
2165
2170
|
}
|
|
2166
2171
|
}
|
|
@@ -2193,7 +2198,8 @@
|
|
|
2193
2198
|
"enum": [
|
|
2194
2199
|
"Yes",
|
|
2195
2200
|
"To be connected",
|
|
2196
|
-
"No"
|
|
2201
|
+
"No",
|
|
2202
|
+
"Not known"
|
|
2197
2203
|
]
|
|
2198
2204
|
}
|
|
2199
2205
|
}
|
|
@@ -2211,6 +2217,10 @@
|
|
|
2211
2217
|
"enum": [
|
|
2212
2218
|
"Yes"
|
|
2213
2219
|
]
|
|
2220
|
+
},
|
|
2221
|
+
"supplier": {
|
|
2222
|
+
"ta6Ref": "12.4a2",
|
|
2223
|
+
"title": "Supplier"
|
|
2214
2224
|
}
|
|
2215
2225
|
}
|
|
2216
2226
|
},
|
|
@@ -2220,6 +2230,10 @@
|
|
|
2220
2230
|
"enum": [
|
|
2221
2231
|
"To be connected"
|
|
2222
2232
|
]
|
|
2233
|
+
},
|
|
2234
|
+
"supplier": {
|
|
2235
|
+
"ta6Ref": "12.4a2",
|
|
2236
|
+
"title": "Supplier"
|
|
2223
2237
|
}
|
|
2224
2238
|
}
|
|
2225
2239
|
},
|
|
@@ -2227,7 +2241,8 @@
|
|
|
2227
2241
|
"properties": {
|
|
2228
2242
|
"yesNo": {
|
|
2229
2243
|
"enum": [
|
|
2230
|
-
"No"
|
|
2244
|
+
"No",
|
|
2245
|
+
"Not known"
|
|
2231
2246
|
]
|
|
2232
2247
|
},
|
|
2233
2248
|
"septicTank": {
|
|
@@ -2316,10 +2331,19 @@
|
|
|
2316
2331
|
],
|
|
2317
2332
|
"required": [
|
|
2318
2333
|
"yesNo"
|
|
2319
|
-
]
|
|
2334
|
+
],
|
|
2335
|
+
"properties": {
|
|
2336
|
+
"yesNo": {
|
|
2337
|
+
"ta6Ref": "12.5c1",
|
|
2338
|
+
"enum": [
|
|
2339
|
+
"Yes",
|
|
2340
|
+
"No"
|
|
2341
|
+
]
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2320
2344
|
},
|
|
2321
2345
|
"sewerageTreatmentPlant": {
|
|
2322
|
-
"ta6Ref": "12.
|
|
2346
|
+
"ta6Ref": "12.5b",
|
|
2323
2347
|
"title": "Sewerage treatment plant",
|
|
2324
2348
|
"discriminator": {
|
|
2325
2349
|
"propertyName": "yesNo"
|
|
@@ -2346,7 +2370,7 @@
|
|
|
2346
2370
|
"title": "Date installed"
|
|
2347
2371
|
},
|
|
2348
2372
|
"dateLastServiced": {
|
|
2349
|
-
"ta6Ref": "12.8
|
|
2373
|
+
"ta6Ref": "12.8",
|
|
2350
2374
|
"title": "Date last serviced"
|
|
2351
2375
|
}
|
|
2352
2376
|
},
|
|
@@ -2361,7 +2385,7 @@
|
|
|
2361
2385
|
],
|
|
2362
2386
|
"properties": {
|
|
2363
2387
|
"yesNo": {
|
|
2364
|
-
"ta6Ref": "12.
|
|
2388
|
+
"ta6Ref": "12.5b1",
|
|
2365
2389
|
"enum": [
|
|
2366
2390
|
"Yes",
|
|
2367
2391
|
"No"
|
|
@@ -2477,7 +2501,18 @@
|
|
|
2477
2501
|
],
|
|
2478
2502
|
"required": [
|
|
2479
2503
|
"yesNo"
|
|
2480
|
-
]
|
|
2504
|
+
],
|
|
2505
|
+
"properties": {
|
|
2506
|
+
"yesNo": {
|
|
2507
|
+
"ta6Ref": "12.4a1",
|
|
2508
|
+
"enum": [
|
|
2509
|
+
"Yes",
|
|
2510
|
+
"To be connected",
|
|
2511
|
+
"No",
|
|
2512
|
+
"Not known"
|
|
2513
|
+
]
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2481
2516
|
}
|
|
2482
2517
|
}
|
|
2483
2518
|
}
|
|
@@ -2635,7 +2670,7 @@
|
|
|
2635
2670
|
"enum": [
|
|
2636
2671
|
"Attached",
|
|
2637
2672
|
"To follow",
|
|
2638
|
-
"Not
|
|
2673
|
+
"Not available"
|
|
2639
2674
|
]
|
|
2640
2675
|
},
|
|
2641
2676
|
"heatingInGoodWorkingOrder": {
|
|
@@ -2773,7 +2808,7 @@
|
|
|
2773
2808
|
]
|
|
2774
2809
|
},
|
|
2775
2810
|
"details": {
|
|
2776
|
-
"ta6Ref": "6.4.
|
|
2811
|
+
"ta6Ref": "6.4.2",
|
|
2777
2812
|
"title": "Provide details"
|
|
2778
2813
|
}
|
|
2779
2814
|
},
|
|
@@ -2787,7 +2822,7 @@
|
|
|
2787
2822
|
],
|
|
2788
2823
|
"properties": {
|
|
2789
2824
|
"yesNo": {
|
|
2790
|
-
"ta6Ref": "6.
|
|
2825
|
+
"ta6Ref": "6.4a1",
|
|
2791
2826
|
"enum": [
|
|
2792
2827
|
"Yes",
|
|
2793
2828
|
"No"
|
|
@@ -2819,7 +2854,7 @@
|
|
|
2819
2854
|
]
|
|
2820
2855
|
},
|
|
2821
2856
|
"details": {
|
|
2822
|
-
"ta6Ref": "6.4.
|
|
2857
|
+
"ta6Ref": "6.4.2",
|
|
2823
2858
|
"title": "Provide details"
|
|
2824
2859
|
}
|
|
2825
2860
|
},
|
|
@@ -2833,7 +2868,7 @@
|
|
|
2833
2868
|
],
|
|
2834
2869
|
"properties": {
|
|
2835
2870
|
"yesNo": {
|
|
2836
|
-
"ta6Ref": "6.
|
|
2871
|
+
"ta6Ref": "6.4b1",
|
|
2837
2872
|
"enum": [
|
|
2838
2873
|
"Yes",
|
|
2839
2874
|
"No"
|
|
@@ -2842,7 +2877,7 @@
|
|
|
2842
2877
|
}
|
|
2843
2878
|
},
|
|
2844
2879
|
"subjectToUnusualConditions": {
|
|
2845
|
-
"ta6Ref": "6.
|
|
2880
|
+
"ta6Ref": "6.4c",
|
|
2846
2881
|
"title": "Subject to unusual conditions?",
|
|
2847
2882
|
"discriminator": {
|
|
2848
2883
|
"propertyName": "yesNo"
|
|
@@ -2865,7 +2900,7 @@
|
|
|
2865
2900
|
]
|
|
2866
2901
|
},
|
|
2867
2902
|
"details": {
|
|
2868
|
-
"ta6Ref": "6.4.
|
|
2903
|
+
"ta6Ref": "6.4.2",
|
|
2869
2904
|
"title": "Provide details"
|
|
2870
2905
|
}
|
|
2871
2906
|
},
|
|
@@ -2879,7 +2914,7 @@
|
|
|
2879
2914
|
],
|
|
2880
2915
|
"properties": {
|
|
2881
2916
|
"yesNo": {
|
|
2882
|
-
"ta6Ref": "6.
|
|
2917
|
+
"ta6Ref": "6.4c1",
|
|
2883
2918
|
"enum": [
|
|
2884
2919
|
"Yes",
|
|
2885
2920
|
"No"
|
|
@@ -2888,7 +2923,7 @@
|
|
|
2888
2923
|
}
|
|
2889
2924
|
},
|
|
2890
2925
|
"refused": {
|
|
2891
|
-
"ta6Ref": "6.
|
|
2926
|
+
"ta6Ref": "6.4d",
|
|
2892
2927
|
"title": "Refused?",
|
|
2893
2928
|
"discriminator": {
|
|
2894
2929
|
"propertyName": "yesNo"
|
|
@@ -2911,7 +2946,7 @@
|
|
|
2911
2946
|
]
|
|
2912
2947
|
},
|
|
2913
2948
|
"details": {
|
|
2914
|
-
"ta6Ref": "6.4.
|
|
2949
|
+
"ta6Ref": "6.4.2",
|
|
2915
2950
|
"title": "Provide details"
|
|
2916
2951
|
}
|
|
2917
2952
|
},
|
|
@@ -2925,7 +2960,7 @@
|
|
|
2925
2960
|
],
|
|
2926
2961
|
"properties": {
|
|
2927
2962
|
"yesNo": {
|
|
2928
|
-
"ta6Ref": "6.
|
|
2963
|
+
"ta6Ref": "6.4d1",
|
|
2929
2964
|
"enum": [
|
|
2930
2965
|
"Yes",
|
|
2931
2966
|
"No"
|
|
@@ -3082,7 +3117,7 @@
|
|
|
3082
3117
|
]
|
|
3083
3118
|
},
|
|
3084
3119
|
"details": {
|
|
3085
|
-
"ta6Ref": "8.2.
|
|
3120
|
+
"ta6Ref": "8.2.2",
|
|
3086
3121
|
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
3087
3122
|
}
|
|
3088
3123
|
},
|
|
@@ -3155,10 +3190,12 @@
|
|
|
3155
3190
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3156
3191
|
"required": [
|
|
3157
3192
|
"publicRightOfWay",
|
|
3158
|
-
"
|
|
3193
|
+
"rightsOfLight",
|
|
3194
|
+
"rightsOfSupport",
|
|
3159
3195
|
"rightsCreatedThroughCustom",
|
|
3160
3196
|
"minesAndMinerals",
|
|
3161
3197
|
"churchChancel",
|
|
3198
|
+
"rightsToTakeFromLand",
|
|
3162
3199
|
"otherRights"
|
|
3163
3200
|
],
|
|
3164
3201
|
"properties": {
|
|
@@ -3208,9 +3245,9 @@
|
|
|
3208
3245
|
}
|
|
3209
3246
|
}
|
|
3210
3247
|
},
|
|
3211
|
-
"
|
|
3248
|
+
"rightsOfLight": {
|
|
3212
3249
|
"ta6Ref": "8.4a",
|
|
3213
|
-
"title": "Rights of light
|
|
3250
|
+
"title": "Rights of light",
|
|
3214
3251
|
"discriminator": {
|
|
3215
3252
|
"propertyName": "yesNo"
|
|
3216
3253
|
},
|
|
@@ -3230,15 +3267,8 @@
|
|
|
3230
3267
|
"enum": [
|
|
3231
3268
|
"Yes"
|
|
3232
3269
|
]
|
|
3233
|
-
},
|
|
3234
|
-
"details": {
|
|
3235
|
-
"ta6Ref": "8.4a2",
|
|
3236
|
-
"title": "Details"
|
|
3237
3270
|
}
|
|
3238
|
-
}
|
|
3239
|
-
"required": [
|
|
3240
|
-
"details"
|
|
3241
|
-
]
|
|
3271
|
+
}
|
|
3242
3272
|
}
|
|
3243
3273
|
],
|
|
3244
3274
|
"required": [
|
|
@@ -3254,9 +3284,87 @@
|
|
|
3254
3284
|
}
|
|
3255
3285
|
}
|
|
3256
3286
|
},
|
|
3287
|
+
"rightsOfSupport": {
|
|
3288
|
+
"ta6Ref": "8.4a",
|
|
3289
|
+
"title": "Rights of support from ajoining properties",
|
|
3290
|
+
"discriminator": {
|
|
3291
|
+
"propertyName": "yesNo"
|
|
3292
|
+
},
|
|
3293
|
+
"oneOf": [
|
|
3294
|
+
{
|
|
3295
|
+
"properties": {
|
|
3296
|
+
"yesNo": {
|
|
3297
|
+
"enum": [
|
|
3298
|
+
"No"
|
|
3299
|
+
]
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"properties": {
|
|
3305
|
+
"yesNo": {
|
|
3306
|
+
"enum": [
|
|
3307
|
+
"Yes"
|
|
3308
|
+
]
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
],
|
|
3313
|
+
"required": [
|
|
3314
|
+
"yesNo"
|
|
3315
|
+
],
|
|
3316
|
+
"properties": {
|
|
3317
|
+
"yesNo": {
|
|
3318
|
+
"ta6Ref": "8.4b1",
|
|
3319
|
+
"enum": [
|
|
3320
|
+
"Yes",
|
|
3321
|
+
"No"
|
|
3322
|
+
]
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3257
3326
|
"rightsCreatedThroughCustom": {
|
|
3258
3327
|
"ta6Ref": "8.4c",
|
|
3259
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
3328
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3329
|
+
"discriminator": {
|
|
3330
|
+
"propertyName": "yesNo"
|
|
3331
|
+
},
|
|
3332
|
+
"oneOf": [
|
|
3333
|
+
{
|
|
3334
|
+
"properties": {
|
|
3335
|
+
"yesNo": {
|
|
3336
|
+
"enum": [
|
|
3337
|
+
"No"
|
|
3338
|
+
]
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"properties": {
|
|
3344
|
+
"yesNo": {
|
|
3345
|
+
"enum": [
|
|
3346
|
+
"Yes"
|
|
3347
|
+
]
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"required": [
|
|
3353
|
+
"yesNo"
|
|
3354
|
+
],
|
|
3355
|
+
"properties": {
|
|
3356
|
+
"yesNo": {
|
|
3357
|
+
"ta6Ref": "8.4c1",
|
|
3358
|
+
"enum": [
|
|
3359
|
+
"Yes",
|
|
3360
|
+
"No"
|
|
3361
|
+
]
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
"rightsToTakeFromLand": {
|
|
3366
|
+
"ta6Ref": "8.5b",
|
|
3367
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3260
3368
|
"discriminator": {
|
|
3261
3369
|
"propertyName": "yesNo"
|
|
3262
3370
|
},
|
|
@@ -3278,7 +3386,7 @@
|
|
|
3278
3386
|
]
|
|
3279
3387
|
},
|
|
3280
3388
|
"details": {
|
|
3281
|
-
"ta6Ref": "8.
|
|
3389
|
+
"ta6Ref": "8.5c2",
|
|
3282
3390
|
"title": "Details"
|
|
3283
3391
|
}
|
|
3284
3392
|
},
|
|
@@ -3292,7 +3400,7 @@
|
|
|
3292
3400
|
],
|
|
3293
3401
|
"properties": {
|
|
3294
3402
|
"yesNo": {
|
|
3295
|
-
"ta6Ref": "8.
|
|
3403
|
+
"ta6Ref": "8.5c1",
|
|
3296
3404
|
"enum": [
|
|
3297
3405
|
"Yes",
|
|
3298
3406
|
"No"
|
|
@@ -3322,15 +3430,8 @@
|
|
|
3322
3430
|
"enum": [
|
|
3323
3431
|
"Yes"
|
|
3324
3432
|
]
|
|
3325
|
-
},
|
|
3326
|
-
"details": {
|
|
3327
|
-
"ta6Ref": "8.5a2",
|
|
3328
|
-
"title": "Details"
|
|
3329
3433
|
}
|
|
3330
|
-
}
|
|
3331
|
-
"required": [
|
|
3332
|
-
"details"
|
|
3333
|
-
]
|
|
3434
|
+
}
|
|
3334
3435
|
}
|
|
3335
3436
|
],
|
|
3336
3437
|
"required": [
|
|
@@ -3368,15 +3469,8 @@
|
|
|
3368
3469
|
"enum": [
|
|
3369
3470
|
"Yes"
|
|
3370
3471
|
]
|
|
3371
|
-
},
|
|
3372
|
-
"details": {
|
|
3373
|
-
"ta6Ref": "8.5b2",
|
|
3374
|
-
"title": "Details"
|
|
3375
3472
|
}
|
|
3376
|
-
}
|
|
3377
|
-
"required": [
|
|
3378
|
-
"details"
|
|
3379
|
-
]
|
|
3473
|
+
}
|
|
3380
3474
|
}
|
|
3381
3475
|
],
|
|
3382
3476
|
"required": [
|
|
@@ -3443,6 +3537,8 @@
|
|
|
3443
3537
|
}
|
|
3444
3538
|
},
|
|
3445
3539
|
"environmentalIssues": {
|
|
3540
|
+
"ta6Ref": "7",
|
|
3541
|
+
"title": "Environmental Issues Affecting the Property",
|
|
3446
3542
|
"required": [
|
|
3447
3543
|
"flooding",
|
|
3448
3544
|
"radon",
|
|
@@ -3450,7 +3546,7 @@
|
|
|
3450
3546
|
],
|
|
3451
3547
|
"properties": {
|
|
3452
3548
|
"flooding": {
|
|
3453
|
-
"ta6Ref": "7.1",
|
|
3549
|
+
"ta6Ref": "7.1.0",
|
|
3454
3550
|
"title": "Flooding",
|
|
3455
3551
|
"discriminator": {
|
|
3456
3552
|
"propertyName": "hasBeenFlooded"
|
|
@@ -3473,7 +3569,7 @@
|
|
|
3473
3569
|
]
|
|
3474
3570
|
},
|
|
3475
3571
|
"details": {
|
|
3476
|
-
"ta6Ref": "7.
|
|
3572
|
+
"ta6Ref": "7.2",
|
|
3477
3573
|
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
3478
3574
|
},
|
|
3479
3575
|
"typeOfFlooding": {
|
|
@@ -3639,7 +3735,7 @@
|
|
|
3639
3735
|
}
|
|
3640
3736
|
},
|
|
3641
3737
|
"hasBeenFlooded": {
|
|
3642
|
-
"ta6Ref": "7.
|
|
3738
|
+
"ta6Ref": "7.1",
|
|
3643
3739
|
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
3644
3740
|
"enum": [
|
|
3645
3741
|
"Yes",
|
|
@@ -3680,7 +3776,7 @@
|
|
|
3680
3776
|
]
|
|
3681
3777
|
},
|
|
3682
3778
|
"details": {
|
|
3683
|
-
"ta6Ref": "7.
|
|
3779
|
+
"ta6Ref": "7.4b",
|
|
3684
3780
|
"title": "Was the test result was below the recommended level?",
|
|
3685
3781
|
"enum": [
|
|
3686
3782
|
"Yes",
|
|
@@ -3688,7 +3784,7 @@
|
|
|
3688
3784
|
]
|
|
3689
3785
|
},
|
|
3690
3786
|
"attachments": {
|
|
3691
|
-
"ta6Ref": "7.
|
|
3787
|
+
"ta6Ref": "7.4a",
|
|
3692
3788
|
"title": "Please supply a copy of the report",
|
|
3693
3789
|
"enum": [
|
|
3694
3790
|
"Attached",
|
|
@@ -3720,7 +3816,17 @@
|
|
|
3720
3816
|
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3721
3817
|
"required": [
|
|
3722
3818
|
"yesNo"
|
|
3723
|
-
]
|
|
3819
|
+
],
|
|
3820
|
+
"properties": {
|
|
3821
|
+
"yesNo": {
|
|
3822
|
+
"ta6Ref": "7.5.1",
|
|
3823
|
+
"enum": [
|
|
3824
|
+
"Yes",
|
|
3825
|
+
"No",
|
|
3826
|
+
"Not known"
|
|
3827
|
+
]
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
3724
3830
|
}
|
|
3725
3831
|
}
|
|
3726
3832
|
}
|
|
@@ -3757,7 +3863,7 @@
|
|
|
3757
3863
|
]
|
|
3758
3864
|
},
|
|
3759
3865
|
"details": {
|
|
3760
|
-
"ta6Ref": "10.2",
|
|
3866
|
+
"ta6Ref": "10.1.2",
|
|
3761
3867
|
"title": "Please give details"
|
|
3762
3868
|
}
|
|
3763
3869
|
},
|
|
@@ -3771,7 +3877,7 @@
|
|
|
3771
3877
|
],
|
|
3772
3878
|
"properties": {
|
|
3773
3879
|
"yesNo": {
|
|
3774
|
-
"ta6Ref": "10.1",
|
|
3880
|
+
"ta6Ref": "10.1.1",
|
|
3775
3881
|
"enum": [
|
|
3776
3882
|
"Yes",
|
|
3777
3883
|
"No"
|
|
@@ -4066,7 +4172,8 @@
|
|
|
4066
4172
|
"properties": {
|
|
4067
4173
|
"yesNo": {
|
|
4068
4174
|
"enum": [
|
|
4069
|
-
"No"
|
|
4175
|
+
"No",
|
|
4176
|
+
"Not known"
|
|
4070
4177
|
]
|
|
4071
4178
|
}
|
|
4072
4179
|
}
|
|
@@ -4089,7 +4196,8 @@
|
|
|
4089
4196
|
"ta6Ref": "8.7.1",
|
|
4090
4197
|
"enum": [
|
|
4091
4198
|
"Yes",
|
|
4092
|
-
"No"
|
|
4199
|
+
"No",
|
|
4200
|
+
"Not known"
|
|
4093
4201
|
]
|
|
4094
4202
|
}
|
|
4095
4203
|
}
|
|
@@ -4105,7 +4213,8 @@
|
|
|
4105
4213
|
"properties": {
|
|
4106
4214
|
"yesNo": {
|
|
4107
4215
|
"enum": [
|
|
4108
|
-
"No"
|
|
4216
|
+
"No",
|
|
4217
|
+
"Not known"
|
|
4109
4218
|
]
|
|
4110
4219
|
}
|
|
4111
4220
|
}
|
|
@@ -4128,7 +4237,8 @@
|
|
|
4128
4237
|
"ta6Ref": "8.8.1",
|
|
4129
4238
|
"enum": [
|
|
4130
4239
|
"Yes",
|
|
4131
|
-
"No"
|
|
4240
|
+
"No",
|
|
4241
|
+
"Not known"
|
|
4132
4242
|
]
|
|
4133
4243
|
}
|
|
4134
4244
|
}
|
|
@@ -4214,11 +4324,11 @@
|
|
|
4214
4324
|
]
|
|
4215
4325
|
},
|
|
4216
4326
|
"yearTested": {
|
|
4217
|
-
"ta6Ref": "12.1.
|
|
4327
|
+
"ta6Ref": "12.1.2",
|
|
4218
4328
|
"title": "State the year they were last tested"
|
|
4219
4329
|
},
|
|
4220
4330
|
"attachments": {
|
|
4221
|
-
"ta6Ref": "12.1.
|
|
4331
|
+
"ta6Ref": "12.1.3",
|
|
4222
4332
|
"title": "Please upload the test certificate.",
|
|
4223
4333
|
"enum": [
|
|
4224
4334
|
"Attached",
|
|
@@ -5215,17 +5325,34 @@
|
|
|
5215
5325
|
"ta6Ref": "14",
|
|
5216
5326
|
"title": "Completion and Moving",
|
|
5217
5327
|
"required": [
|
|
5218
|
-
"
|
|
5328
|
+
"sellerWillEnsure",
|
|
5219
5329
|
"otherPropertyInChain",
|
|
5220
5330
|
"moveRestrictionDates",
|
|
5221
5331
|
"digitalPropertyLogbook",
|
|
5222
5332
|
"sufficientToRepayAllMortgages"
|
|
5223
5333
|
],
|
|
5224
5334
|
"properties": {
|
|
5225
|
-
"
|
|
5335
|
+
"sellerWillEnsure": {
|
|
5226
5336
|
"ta6Ref": "14.4",
|
|
5227
|
-
"title": "Please confirm that on completion you will
|
|
5228
|
-
"
|
|
5337
|
+
"title": "Please confirm that on completion you will:",
|
|
5338
|
+
"properties": {
|
|
5339
|
+
"removeRubbish": {
|
|
5340
|
+
"ta6Ref": "14.4a",
|
|
5341
|
+
"title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
|
|
5342
|
+
},
|
|
5343
|
+
"replaceLightFittings": {
|
|
5344
|
+
"ta6Ref": "14.4b",
|
|
5345
|
+
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
5346
|
+
},
|
|
5347
|
+
"takeReasonableCare": {
|
|
5348
|
+
"ta6Ref": "14.4c",
|
|
5349
|
+
"title": "Take reasonable care when removing any other fittings or contents."
|
|
5350
|
+
},
|
|
5351
|
+
"leaveKeys": {
|
|
5352
|
+
"ta6Ref": "14.4d",
|
|
5353
|
+
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5229
5356
|
},
|
|
5230
5357
|
"otherPropertyInChain": {
|
|
5231
5358
|
"ta6Ref": "14.1",
|
|
@@ -5289,6 +5416,9 @@
|
|
|
5289
5416
|
"enum": [
|
|
5290
5417
|
"Yes"
|
|
5291
5418
|
]
|
|
5419
|
+
},
|
|
5420
|
+
"details": {
|
|
5421
|
+
"ta6Ref": "14.2.2"
|
|
5292
5422
|
}
|
|
5293
5423
|
},
|
|
5294
5424
|
"required": [
|
|
@@ -5298,14 +5428,33 @@
|
|
|
5298
5428
|
],
|
|
5299
5429
|
"required": [
|
|
5300
5430
|
"yesNo"
|
|
5301
|
-
]
|
|
5431
|
+
],
|
|
5432
|
+
"properties": {
|
|
5433
|
+
"yesNo": {
|
|
5434
|
+
"ta6Ref": "14.2.1",
|
|
5435
|
+
"enum": [
|
|
5436
|
+
"Yes",
|
|
5437
|
+
"No"
|
|
5438
|
+
]
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5302
5441
|
},
|
|
5303
5442
|
"sufficientToRepayAllMortgages": {
|
|
5304
5443
|
"ta6Ref": "14.3",
|
|
5305
5444
|
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5306
5445
|
"required": [
|
|
5307
5446
|
"yesNo"
|
|
5308
|
-
]
|
|
5447
|
+
],
|
|
5448
|
+
"properties": {
|
|
5449
|
+
"yesNo": {
|
|
5450
|
+
"ta6Ref": "14.3.1",
|
|
5451
|
+
"enum": [
|
|
5452
|
+
"Yes",
|
|
5453
|
+
"No",
|
|
5454
|
+
"No mortgage"
|
|
5455
|
+
]
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5309
5458
|
}
|
|
5310
5459
|
}
|
|
5311
5460
|
},
|