@pdtf/schemas 2.0.0-27 → 2.0.0-29
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 +16 -2
- package/src/schemas/v2/combined.json +197 -69
- package/src/schemas/v2/overlays/baspi.json +167 -36
- package/src/schemas/v2/overlays/rds.json +74 -14
- package/src/schemas/v2/overlays/ta6.json +229 -73
- package/src/schemas/v2/pdtf-transaction.json +147 -28
- package/src/schemas/v2/skeleton.json +17 -4
|
@@ -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
|
}
|
|
@@ -327,7 +328,8 @@
|
|
|
327
328
|
"properties": {
|
|
328
329
|
"yesNo": {
|
|
329
330
|
"enum": [
|
|
330
|
-
"No"
|
|
331
|
+
"No",
|
|
332
|
+
"Not known"
|
|
331
333
|
]
|
|
332
334
|
}
|
|
333
335
|
}
|
|
@@ -339,12 +341,13 @@
|
|
|
339
341
|
"Yes"
|
|
340
342
|
]
|
|
341
343
|
},
|
|
342
|
-
"
|
|
344
|
+
"consentsObtained": {
|
|
343
345
|
"ta6Ref": "4.8a2",
|
|
344
346
|
"title": "Were the relevant consents obtained? Provide any relevant documentation",
|
|
345
347
|
"enum": [
|
|
346
348
|
"Yes",
|
|
347
|
-
"No"
|
|
349
|
+
"No",
|
|
350
|
+
"Not known"
|
|
348
351
|
]
|
|
349
352
|
},
|
|
350
353
|
"attachments": {
|
|
@@ -369,7 +372,8 @@
|
|
|
369
372
|
"ta6Ref": "4.8a1",
|
|
370
373
|
"enum": [
|
|
371
374
|
"Yes",
|
|
372
|
-
"No"
|
|
375
|
+
"No",
|
|
376
|
+
"Not known"
|
|
373
377
|
]
|
|
374
378
|
}
|
|
375
379
|
}
|
|
@@ -1766,7 +1770,8 @@
|
|
|
1766
1770
|
"properties": {
|
|
1767
1771
|
"yesNo": {
|
|
1768
1772
|
"enum": [
|
|
1769
|
-
"No"
|
|
1773
|
+
"No",
|
|
1774
|
+
"Not known"
|
|
1770
1775
|
]
|
|
1771
1776
|
}
|
|
1772
1777
|
}
|
|
@@ -1778,13 +1783,18 @@
|
|
|
1778
1783
|
"Yes"
|
|
1779
1784
|
]
|
|
1780
1785
|
},
|
|
1781
|
-
"
|
|
1786
|
+
"managementPlanInPlace": {
|
|
1782
1787
|
"ta6Ref": "7.8.2",
|
|
1783
|
-
"title": "
|
|
1788
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
1789
|
+
"enum": [
|
|
1790
|
+
"Yes",
|
|
1791
|
+
"No",
|
|
1792
|
+
"Not known"
|
|
1793
|
+
]
|
|
1784
1794
|
},
|
|
1785
1795
|
"attachments": {
|
|
1786
1796
|
"ta6Ref": "7.8.3",
|
|
1787
|
-
"title": "
|
|
1797
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
1788
1798
|
"enum": [
|
|
1789
1799
|
"Attached",
|
|
1790
1800
|
"To follow"
|
|
@@ -1792,7 +1802,7 @@
|
|
|
1792
1802
|
}
|
|
1793
1803
|
},
|
|
1794
1804
|
"required": [
|
|
1795
|
-
"
|
|
1805
|
+
"managementPlanInPlace",
|
|
1796
1806
|
"attachments"
|
|
1797
1807
|
]
|
|
1798
1808
|
}
|
|
@@ -1805,7 +1815,8 @@
|
|
|
1805
1815
|
"ta6Ref": "7.8.1",
|
|
1806
1816
|
"enum": [
|
|
1807
1817
|
"Yes",
|
|
1808
|
-
"No"
|
|
1818
|
+
"No",
|
|
1819
|
+
"Not known"
|
|
1809
1820
|
]
|
|
1810
1821
|
}
|
|
1811
1822
|
}
|
|
@@ -1847,7 +1858,7 @@
|
|
|
1847
1858
|
]
|
|
1848
1859
|
},
|
|
1849
1860
|
"supplier": {
|
|
1850
|
-
"ta6Ref": "13.2
|
|
1861
|
+
"ta6Ref": "13.1.2",
|
|
1851
1862
|
"title": "Supplier"
|
|
1852
1863
|
}
|
|
1853
1864
|
},
|
|
@@ -1907,7 +1918,7 @@
|
|
|
1907
1918
|
]
|
|
1908
1919
|
},
|
|
1909
1920
|
"supplier": {
|
|
1910
|
-
"ta6Ref": "13.2.
|
|
1921
|
+
"ta6Ref": "13.2.2",
|
|
1911
1922
|
"title": "Supplier"
|
|
1912
1923
|
}
|
|
1913
1924
|
},
|
|
@@ -1921,6 +1932,10 @@
|
|
|
1921
1932
|
"enum": [
|
|
1922
1933
|
"To be connected"
|
|
1923
1934
|
]
|
|
1935
|
+
},
|
|
1936
|
+
"supplier": {
|
|
1937
|
+
"ta6Ref": "13.2.2",
|
|
1938
|
+
"title": "Supplier"
|
|
1924
1939
|
}
|
|
1925
1940
|
}
|
|
1926
1941
|
}
|
|
@@ -1963,7 +1978,7 @@
|
|
|
1963
1978
|
]
|
|
1964
1979
|
},
|
|
1965
1980
|
"supplier": {
|
|
1966
|
-
"ta6Ref": "13.2",
|
|
1981
|
+
"ta6Ref": "13.5.2",
|
|
1967
1982
|
"title": "Supplier"
|
|
1968
1983
|
}
|
|
1969
1984
|
},
|
|
@@ -1977,6 +1992,10 @@
|
|
|
1977
1992
|
"enum": [
|
|
1978
1993
|
"To be connected"
|
|
1979
1994
|
]
|
|
1995
|
+
},
|
|
1996
|
+
"supplier": {
|
|
1997
|
+
"ta6Ref": "13.5.2",
|
|
1998
|
+
"title": "Supplier"
|
|
1980
1999
|
}
|
|
1981
2000
|
}
|
|
1982
2001
|
}
|
|
@@ -2107,6 +2126,10 @@
|
|
|
2107
2126
|
"enum": [
|
|
2108
2127
|
"To be connected"
|
|
2109
2128
|
]
|
|
2129
|
+
},
|
|
2130
|
+
"supplier": {
|
|
2131
|
+
"ta6Ref": "13.3.2",
|
|
2132
|
+
"title": "Supplier"
|
|
2110
2133
|
}
|
|
2111
2134
|
}
|
|
2112
2135
|
}
|
|
@@ -2144,7 +2167,8 @@
|
|
|
2144
2167
|
"properties": {
|
|
2145
2168
|
"yesNo": {
|
|
2146
2169
|
"enum": [
|
|
2147
|
-
"No"
|
|
2170
|
+
"No",
|
|
2171
|
+
"Not known"
|
|
2148
2172
|
]
|
|
2149
2173
|
}
|
|
2150
2174
|
}
|
|
@@ -2177,7 +2201,8 @@
|
|
|
2177
2201
|
"enum": [
|
|
2178
2202
|
"Yes",
|
|
2179
2203
|
"To be connected",
|
|
2180
|
-
"No"
|
|
2204
|
+
"No",
|
|
2205
|
+
"Not known"
|
|
2181
2206
|
]
|
|
2182
2207
|
}
|
|
2183
2208
|
}
|
|
@@ -2195,6 +2220,10 @@
|
|
|
2195
2220
|
"enum": [
|
|
2196
2221
|
"Yes"
|
|
2197
2222
|
]
|
|
2223
|
+
},
|
|
2224
|
+
"supplier": {
|
|
2225
|
+
"ta6Ref": "12.4a2",
|
|
2226
|
+
"title": "Supplier"
|
|
2198
2227
|
}
|
|
2199
2228
|
}
|
|
2200
2229
|
},
|
|
@@ -2204,6 +2233,10 @@
|
|
|
2204
2233
|
"enum": [
|
|
2205
2234
|
"To be connected"
|
|
2206
2235
|
]
|
|
2236
|
+
},
|
|
2237
|
+
"supplier": {
|
|
2238
|
+
"ta6Ref": "12.4a2",
|
|
2239
|
+
"title": "Supplier"
|
|
2207
2240
|
}
|
|
2208
2241
|
}
|
|
2209
2242
|
},
|
|
@@ -2211,7 +2244,8 @@
|
|
|
2211
2244
|
"properties": {
|
|
2212
2245
|
"yesNo": {
|
|
2213
2246
|
"enum": [
|
|
2214
|
-
"No"
|
|
2247
|
+
"No",
|
|
2248
|
+
"Not known"
|
|
2215
2249
|
]
|
|
2216
2250
|
},
|
|
2217
2251
|
"septicTank": {
|
|
@@ -2300,10 +2334,19 @@
|
|
|
2300
2334
|
],
|
|
2301
2335
|
"required": [
|
|
2302
2336
|
"yesNo"
|
|
2303
|
-
]
|
|
2337
|
+
],
|
|
2338
|
+
"properties": {
|
|
2339
|
+
"yesNo": {
|
|
2340
|
+
"ta6Ref": "12.5c1",
|
|
2341
|
+
"enum": [
|
|
2342
|
+
"Yes",
|
|
2343
|
+
"No"
|
|
2344
|
+
]
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2304
2347
|
},
|
|
2305
2348
|
"sewerageTreatmentPlant": {
|
|
2306
|
-
"ta6Ref": "12.
|
|
2349
|
+
"ta6Ref": "12.5b",
|
|
2307
2350
|
"title": "Sewerage treatment plant",
|
|
2308
2351
|
"discriminator": {
|
|
2309
2352
|
"propertyName": "yesNo"
|
|
@@ -2330,7 +2373,7 @@
|
|
|
2330
2373
|
"title": "Date installed"
|
|
2331
2374
|
},
|
|
2332
2375
|
"dateLastServiced": {
|
|
2333
|
-
"ta6Ref": "12.8
|
|
2376
|
+
"ta6Ref": "12.8",
|
|
2334
2377
|
"title": "Date last serviced"
|
|
2335
2378
|
}
|
|
2336
2379
|
},
|
|
@@ -2345,7 +2388,7 @@
|
|
|
2345
2388
|
],
|
|
2346
2389
|
"properties": {
|
|
2347
2390
|
"yesNo": {
|
|
2348
|
-
"ta6Ref": "12.
|
|
2391
|
+
"ta6Ref": "12.5b1",
|
|
2349
2392
|
"enum": [
|
|
2350
2393
|
"Yes",
|
|
2351
2394
|
"No"
|
|
@@ -2461,7 +2504,18 @@
|
|
|
2461
2504
|
],
|
|
2462
2505
|
"required": [
|
|
2463
2506
|
"yesNo"
|
|
2464
|
-
]
|
|
2507
|
+
],
|
|
2508
|
+
"properties": {
|
|
2509
|
+
"yesNo": {
|
|
2510
|
+
"ta6Ref": "12.4a1",
|
|
2511
|
+
"enum": [
|
|
2512
|
+
"Yes",
|
|
2513
|
+
"To be connected",
|
|
2514
|
+
"No",
|
|
2515
|
+
"Not known"
|
|
2516
|
+
]
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2465
2519
|
}
|
|
2466
2520
|
}
|
|
2467
2521
|
}
|
|
@@ -2619,7 +2673,7 @@
|
|
|
2619
2673
|
"enum": [
|
|
2620
2674
|
"Attached",
|
|
2621
2675
|
"To follow",
|
|
2622
|
-
"Not
|
|
2676
|
+
"Not available"
|
|
2623
2677
|
]
|
|
2624
2678
|
},
|
|
2625
2679
|
"heatingInGoodWorkingOrder": {
|
|
@@ -2771,7 +2825,7 @@
|
|
|
2771
2825
|
],
|
|
2772
2826
|
"properties": {
|
|
2773
2827
|
"yesNo": {
|
|
2774
|
-
"ta6Ref": "6.
|
|
2828
|
+
"ta6Ref": "6.4a1",
|
|
2775
2829
|
"enum": [
|
|
2776
2830
|
"Yes",
|
|
2777
2831
|
"No"
|
|
@@ -2817,7 +2871,7 @@
|
|
|
2817
2871
|
],
|
|
2818
2872
|
"properties": {
|
|
2819
2873
|
"yesNo": {
|
|
2820
|
-
"ta6Ref": "6.
|
|
2874
|
+
"ta6Ref": "6.4b1",
|
|
2821
2875
|
"enum": [
|
|
2822
2876
|
"Yes",
|
|
2823
2877
|
"No"
|
|
@@ -2863,7 +2917,7 @@
|
|
|
2863
2917
|
],
|
|
2864
2918
|
"properties": {
|
|
2865
2919
|
"yesNo": {
|
|
2866
|
-
"ta6Ref": "6.
|
|
2920
|
+
"ta6Ref": "6.4c1",
|
|
2867
2921
|
"enum": [
|
|
2868
2922
|
"Yes",
|
|
2869
2923
|
"No"
|
|
@@ -2909,7 +2963,7 @@
|
|
|
2909
2963
|
],
|
|
2910
2964
|
"properties": {
|
|
2911
2965
|
"yesNo": {
|
|
2912
|
-
"ta6Ref": "6.
|
|
2966
|
+
"ta6Ref": "6.4d1",
|
|
2913
2967
|
"enum": [
|
|
2914
2968
|
"Yes",
|
|
2915
2969
|
"No"
|
|
@@ -3066,7 +3120,7 @@
|
|
|
3066
3120
|
]
|
|
3067
3121
|
},
|
|
3068
3122
|
"details": {
|
|
3069
|
-
"ta6Ref": "8.2.
|
|
3123
|
+
"ta6Ref": "8.2.2",
|
|
3070
3124
|
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
3071
3125
|
}
|
|
3072
3126
|
},
|
|
@@ -3139,10 +3193,12 @@
|
|
|
3139
3193
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3140
3194
|
"required": [
|
|
3141
3195
|
"publicRightOfWay",
|
|
3142
|
-
"
|
|
3196
|
+
"rightsOfLight",
|
|
3197
|
+
"rightsOfSupport",
|
|
3143
3198
|
"rightsCreatedThroughCustom",
|
|
3144
3199
|
"minesAndMinerals",
|
|
3145
3200
|
"churchChancel",
|
|
3201
|
+
"rightsToTakeFromLand",
|
|
3146
3202
|
"otherRights"
|
|
3147
3203
|
],
|
|
3148
3204
|
"properties": {
|
|
@@ -3192,9 +3248,9 @@
|
|
|
3192
3248
|
}
|
|
3193
3249
|
}
|
|
3194
3250
|
},
|
|
3195
|
-
"
|
|
3251
|
+
"rightsOfLight": {
|
|
3196
3252
|
"ta6Ref": "8.4a",
|
|
3197
|
-
"title": "Rights of light
|
|
3253
|
+
"title": "Rights of light",
|
|
3198
3254
|
"discriminator": {
|
|
3199
3255
|
"propertyName": "yesNo"
|
|
3200
3256
|
},
|
|
@@ -3214,15 +3270,8 @@
|
|
|
3214
3270
|
"enum": [
|
|
3215
3271
|
"Yes"
|
|
3216
3272
|
]
|
|
3217
|
-
},
|
|
3218
|
-
"details": {
|
|
3219
|
-
"ta6Ref": "8.4a2",
|
|
3220
|
-
"title": "Details"
|
|
3221
3273
|
}
|
|
3222
|
-
}
|
|
3223
|
-
"required": [
|
|
3224
|
-
"details"
|
|
3225
|
-
]
|
|
3274
|
+
}
|
|
3226
3275
|
}
|
|
3227
3276
|
],
|
|
3228
3277
|
"required": [
|
|
@@ -3238,9 +3287,87 @@
|
|
|
3238
3287
|
}
|
|
3239
3288
|
}
|
|
3240
3289
|
},
|
|
3290
|
+
"rightsOfSupport": {
|
|
3291
|
+
"ta6Ref": "8.4a",
|
|
3292
|
+
"title": "Rights of support from ajoining properties",
|
|
3293
|
+
"discriminator": {
|
|
3294
|
+
"propertyName": "yesNo"
|
|
3295
|
+
},
|
|
3296
|
+
"oneOf": [
|
|
3297
|
+
{
|
|
3298
|
+
"properties": {
|
|
3299
|
+
"yesNo": {
|
|
3300
|
+
"enum": [
|
|
3301
|
+
"No"
|
|
3302
|
+
]
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"properties": {
|
|
3308
|
+
"yesNo": {
|
|
3309
|
+
"enum": [
|
|
3310
|
+
"Yes"
|
|
3311
|
+
]
|
|
3312
|
+
}
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"required": [
|
|
3317
|
+
"yesNo"
|
|
3318
|
+
],
|
|
3319
|
+
"properties": {
|
|
3320
|
+
"yesNo": {
|
|
3321
|
+
"ta6Ref": "8.4b1",
|
|
3322
|
+
"enum": [
|
|
3323
|
+
"Yes",
|
|
3324
|
+
"No"
|
|
3325
|
+
]
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3241
3329
|
"rightsCreatedThroughCustom": {
|
|
3242
3330
|
"ta6Ref": "8.4c",
|
|
3243
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
3331
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3332
|
+
"discriminator": {
|
|
3333
|
+
"propertyName": "yesNo"
|
|
3334
|
+
},
|
|
3335
|
+
"oneOf": [
|
|
3336
|
+
{
|
|
3337
|
+
"properties": {
|
|
3338
|
+
"yesNo": {
|
|
3339
|
+
"enum": [
|
|
3340
|
+
"No"
|
|
3341
|
+
]
|
|
3342
|
+
}
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"properties": {
|
|
3347
|
+
"yesNo": {
|
|
3348
|
+
"enum": [
|
|
3349
|
+
"Yes"
|
|
3350
|
+
]
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
],
|
|
3355
|
+
"required": [
|
|
3356
|
+
"yesNo"
|
|
3357
|
+
],
|
|
3358
|
+
"properties": {
|
|
3359
|
+
"yesNo": {
|
|
3360
|
+
"ta6Ref": "8.4c1",
|
|
3361
|
+
"enum": [
|
|
3362
|
+
"Yes",
|
|
3363
|
+
"No"
|
|
3364
|
+
]
|
|
3365
|
+
}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"rightsToTakeFromLand": {
|
|
3369
|
+
"ta6Ref": "8.5b",
|
|
3370
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3244
3371
|
"discriminator": {
|
|
3245
3372
|
"propertyName": "yesNo"
|
|
3246
3373
|
},
|
|
@@ -3262,7 +3389,7 @@
|
|
|
3262
3389
|
]
|
|
3263
3390
|
},
|
|
3264
3391
|
"details": {
|
|
3265
|
-
"ta6Ref": "8.
|
|
3392
|
+
"ta6Ref": "8.5c2",
|
|
3266
3393
|
"title": "Details"
|
|
3267
3394
|
}
|
|
3268
3395
|
},
|
|
@@ -3276,7 +3403,7 @@
|
|
|
3276
3403
|
],
|
|
3277
3404
|
"properties": {
|
|
3278
3405
|
"yesNo": {
|
|
3279
|
-
"ta6Ref": "8.
|
|
3406
|
+
"ta6Ref": "8.5c1",
|
|
3280
3407
|
"enum": [
|
|
3281
3408
|
"Yes",
|
|
3282
3409
|
"No"
|
|
@@ -3306,15 +3433,8 @@
|
|
|
3306
3433
|
"enum": [
|
|
3307
3434
|
"Yes"
|
|
3308
3435
|
]
|
|
3309
|
-
},
|
|
3310
|
-
"details": {
|
|
3311
|
-
"ta6Ref": "8.5a2",
|
|
3312
|
-
"title": "Details"
|
|
3313
3436
|
}
|
|
3314
|
-
}
|
|
3315
|
-
"required": [
|
|
3316
|
-
"details"
|
|
3317
|
-
]
|
|
3437
|
+
}
|
|
3318
3438
|
}
|
|
3319
3439
|
],
|
|
3320
3440
|
"required": [
|
|
@@ -3352,15 +3472,8 @@
|
|
|
3352
3472
|
"enum": [
|
|
3353
3473
|
"Yes"
|
|
3354
3474
|
]
|
|
3355
|
-
},
|
|
3356
|
-
"details": {
|
|
3357
|
-
"ta6Ref": "8.5b2",
|
|
3358
|
-
"title": "Details"
|
|
3359
3475
|
}
|
|
3360
|
-
}
|
|
3361
|
-
"required": [
|
|
3362
|
-
"details"
|
|
3363
|
-
]
|
|
3476
|
+
}
|
|
3364
3477
|
}
|
|
3365
3478
|
],
|
|
3366
3479
|
"required": [
|
|
@@ -3753,7 +3866,7 @@
|
|
|
3753
3866
|
]
|
|
3754
3867
|
},
|
|
3755
3868
|
"details": {
|
|
3756
|
-
"ta6Ref": "10.2",
|
|
3869
|
+
"ta6Ref": "10.1.2",
|
|
3757
3870
|
"title": "Please give details"
|
|
3758
3871
|
}
|
|
3759
3872
|
},
|
|
@@ -3767,7 +3880,7 @@
|
|
|
3767
3880
|
],
|
|
3768
3881
|
"properties": {
|
|
3769
3882
|
"yesNo": {
|
|
3770
|
-
"ta6Ref": "10.1",
|
|
3883
|
+
"ta6Ref": "10.1.1",
|
|
3771
3884
|
"enum": [
|
|
3772
3885
|
"Yes",
|
|
3773
3886
|
"No"
|
|
@@ -4062,7 +4175,8 @@
|
|
|
4062
4175
|
"properties": {
|
|
4063
4176
|
"yesNo": {
|
|
4064
4177
|
"enum": [
|
|
4065
|
-
"No"
|
|
4178
|
+
"No",
|
|
4179
|
+
"Not known"
|
|
4066
4180
|
]
|
|
4067
4181
|
}
|
|
4068
4182
|
}
|
|
@@ -4085,7 +4199,8 @@
|
|
|
4085
4199
|
"ta6Ref": "8.7.1",
|
|
4086
4200
|
"enum": [
|
|
4087
4201
|
"Yes",
|
|
4088
|
-
"No"
|
|
4202
|
+
"No",
|
|
4203
|
+
"Not known"
|
|
4089
4204
|
]
|
|
4090
4205
|
}
|
|
4091
4206
|
}
|
|
@@ -4101,7 +4216,8 @@
|
|
|
4101
4216
|
"properties": {
|
|
4102
4217
|
"yesNo": {
|
|
4103
4218
|
"enum": [
|
|
4104
|
-
"No"
|
|
4219
|
+
"No",
|
|
4220
|
+
"Not known"
|
|
4105
4221
|
]
|
|
4106
4222
|
}
|
|
4107
4223
|
}
|
|
@@ -4124,7 +4240,8 @@
|
|
|
4124
4240
|
"ta6Ref": "8.8.1",
|
|
4125
4241
|
"enum": [
|
|
4126
4242
|
"Yes",
|
|
4127
|
-
"No"
|
|
4243
|
+
"No",
|
|
4244
|
+
"Not known"
|
|
4128
4245
|
]
|
|
4129
4246
|
}
|
|
4130
4247
|
}
|
|
@@ -4210,11 +4327,11 @@
|
|
|
4210
4327
|
]
|
|
4211
4328
|
},
|
|
4212
4329
|
"yearTested": {
|
|
4213
|
-
"ta6Ref": "12.1.
|
|
4330
|
+
"ta6Ref": "12.1.2",
|
|
4214
4331
|
"title": "State the year they were last tested"
|
|
4215
4332
|
},
|
|
4216
4333
|
"attachments": {
|
|
4217
|
-
"ta6Ref": "12.1.
|
|
4334
|
+
"ta6Ref": "12.1.3",
|
|
4218
4335
|
"title": "Please upload the test certificate.",
|
|
4219
4336
|
"enum": [
|
|
4220
4337
|
"Attached",
|
|
@@ -5196,7 +5313,7 @@
|
|
|
5196
5313
|
],
|
|
5197
5314
|
"properties": {
|
|
5198
5315
|
"hasOthersAged17OrOver": {
|
|
5199
|
-
"ta6Ref": "11.2",
|
|
5316
|
+
"ta6Ref": "11.2.1",
|
|
5200
5317
|
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
5201
5318
|
"enum": [
|
|
5202
5319
|
"Yes",
|
|
@@ -5211,17 +5328,34 @@
|
|
|
5211
5328
|
"ta6Ref": "14",
|
|
5212
5329
|
"title": "Completion and Moving",
|
|
5213
5330
|
"required": [
|
|
5214
|
-
"
|
|
5331
|
+
"sellerWillEnsure",
|
|
5215
5332
|
"otherPropertyInChain",
|
|
5216
5333
|
"moveRestrictionDates",
|
|
5217
5334
|
"digitalPropertyLogbook",
|
|
5218
5335
|
"sufficientToRepayAllMortgages"
|
|
5219
5336
|
],
|
|
5220
5337
|
"properties": {
|
|
5221
|
-
"
|
|
5338
|
+
"sellerWillEnsure": {
|
|
5222
5339
|
"ta6Ref": "14.4",
|
|
5223
|
-
"title": "Please confirm that on completion you will
|
|
5224
|
-
"
|
|
5340
|
+
"title": "Please confirm that on completion you will:",
|
|
5341
|
+
"properties": {
|
|
5342
|
+
"removeRubbish": {
|
|
5343
|
+
"ta6Ref": "14.4a",
|
|
5344
|
+
"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."
|
|
5345
|
+
},
|
|
5346
|
+
"replaceLightFittings": {
|
|
5347
|
+
"ta6Ref": "14.4b",
|
|
5348
|
+
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
5349
|
+
},
|
|
5350
|
+
"takeReasonableCare": {
|
|
5351
|
+
"ta6Ref": "14.4c",
|
|
5352
|
+
"title": "Take reasonable care when removing any other fittings or contents."
|
|
5353
|
+
},
|
|
5354
|
+
"leaveKeys": {
|
|
5355
|
+
"ta6Ref": "14.4d",
|
|
5356
|
+
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
5357
|
+
}
|
|
5358
|
+
}
|
|
5225
5359
|
},
|
|
5226
5360
|
"otherPropertyInChain": {
|
|
5227
5361
|
"ta6Ref": "14.1",
|
|
@@ -5285,6 +5419,9 @@
|
|
|
5285
5419
|
"enum": [
|
|
5286
5420
|
"Yes"
|
|
5287
5421
|
]
|
|
5422
|
+
},
|
|
5423
|
+
"details": {
|
|
5424
|
+
"ta6Ref": "14.2.2"
|
|
5288
5425
|
}
|
|
5289
5426
|
},
|
|
5290
5427
|
"required": [
|
|
@@ -5294,14 +5431,33 @@
|
|
|
5294
5431
|
],
|
|
5295
5432
|
"required": [
|
|
5296
5433
|
"yesNo"
|
|
5297
|
-
]
|
|
5434
|
+
],
|
|
5435
|
+
"properties": {
|
|
5436
|
+
"yesNo": {
|
|
5437
|
+
"ta6Ref": "14.2.1",
|
|
5438
|
+
"enum": [
|
|
5439
|
+
"Yes",
|
|
5440
|
+
"No"
|
|
5441
|
+
]
|
|
5442
|
+
}
|
|
5443
|
+
}
|
|
5298
5444
|
},
|
|
5299
5445
|
"sufficientToRepayAllMortgages": {
|
|
5300
5446
|
"ta6Ref": "14.3",
|
|
5301
5447
|
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5302
5448
|
"required": [
|
|
5303
5449
|
"yesNo"
|
|
5304
|
-
]
|
|
5450
|
+
],
|
|
5451
|
+
"properties": {
|
|
5452
|
+
"yesNo": {
|
|
5453
|
+
"ta6Ref": "14.3.1",
|
|
5454
|
+
"enum": [
|
|
5455
|
+
"Yes",
|
|
5456
|
+
"No",
|
|
5457
|
+
"No mortgage"
|
|
5458
|
+
]
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5305
5461
|
}
|
|
5306
5462
|
}
|
|
5307
5463
|
},
|