@pdtf/schemas 2.0.0-27 → 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 +13 -2
- package/src/schemas/v2/combined.json +188 -61
- package/src/schemas/v2/overlays/baspi.json +158 -31
- package/src/schemas/v2/overlays/rds.json +69 -11
- package/src/schemas/v2/overlays/ta6.json +221 -68
- package/src/schemas/v2/pdtf-transaction.json +140 -24
- package/src/schemas/v2/skeleton.json +16 -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
|
}
|
|
@@ -1766,7 +1767,8 @@
|
|
|
1766
1767
|
"properties": {
|
|
1767
1768
|
"yesNo": {
|
|
1768
1769
|
"enum": [
|
|
1769
|
-
"No"
|
|
1770
|
+
"No",
|
|
1771
|
+
"Not known"
|
|
1770
1772
|
]
|
|
1771
1773
|
}
|
|
1772
1774
|
}
|
|
@@ -1778,13 +1780,18 @@
|
|
|
1778
1780
|
"Yes"
|
|
1779
1781
|
]
|
|
1780
1782
|
},
|
|
1781
|
-
"
|
|
1783
|
+
"managementPlanInPlace": {
|
|
1782
1784
|
"ta6Ref": "7.8.2",
|
|
1783
|
-
"title": "
|
|
1785
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
1786
|
+
"enum": [
|
|
1787
|
+
"Yes",
|
|
1788
|
+
"No",
|
|
1789
|
+
"Not known"
|
|
1790
|
+
]
|
|
1784
1791
|
},
|
|
1785
1792
|
"attachments": {
|
|
1786
1793
|
"ta6Ref": "7.8.3",
|
|
1787
|
-
"title": "
|
|
1794
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
1788
1795
|
"enum": [
|
|
1789
1796
|
"Attached",
|
|
1790
1797
|
"To follow"
|
|
@@ -1792,7 +1799,7 @@
|
|
|
1792
1799
|
}
|
|
1793
1800
|
},
|
|
1794
1801
|
"required": [
|
|
1795
|
-
"
|
|
1802
|
+
"managementPlanInPlace",
|
|
1796
1803
|
"attachments"
|
|
1797
1804
|
]
|
|
1798
1805
|
}
|
|
@@ -1805,7 +1812,8 @@
|
|
|
1805
1812
|
"ta6Ref": "7.8.1",
|
|
1806
1813
|
"enum": [
|
|
1807
1814
|
"Yes",
|
|
1808
|
-
"No"
|
|
1815
|
+
"No",
|
|
1816
|
+
"Not known"
|
|
1809
1817
|
]
|
|
1810
1818
|
}
|
|
1811
1819
|
}
|
|
@@ -1847,7 +1855,7 @@
|
|
|
1847
1855
|
]
|
|
1848
1856
|
},
|
|
1849
1857
|
"supplier": {
|
|
1850
|
-
"ta6Ref": "13.2
|
|
1858
|
+
"ta6Ref": "13.1.2",
|
|
1851
1859
|
"title": "Supplier"
|
|
1852
1860
|
}
|
|
1853
1861
|
},
|
|
@@ -1907,7 +1915,7 @@
|
|
|
1907
1915
|
]
|
|
1908
1916
|
},
|
|
1909
1917
|
"supplier": {
|
|
1910
|
-
"ta6Ref": "13.2.
|
|
1918
|
+
"ta6Ref": "13.2.2",
|
|
1911
1919
|
"title": "Supplier"
|
|
1912
1920
|
}
|
|
1913
1921
|
},
|
|
@@ -1921,6 +1929,10 @@
|
|
|
1921
1929
|
"enum": [
|
|
1922
1930
|
"To be connected"
|
|
1923
1931
|
]
|
|
1932
|
+
},
|
|
1933
|
+
"supplier": {
|
|
1934
|
+
"ta6Ref": "13.2.2",
|
|
1935
|
+
"title": "Supplier"
|
|
1924
1936
|
}
|
|
1925
1937
|
}
|
|
1926
1938
|
}
|
|
@@ -1963,7 +1975,7 @@
|
|
|
1963
1975
|
]
|
|
1964
1976
|
},
|
|
1965
1977
|
"supplier": {
|
|
1966
|
-
"ta6Ref": "13.2",
|
|
1978
|
+
"ta6Ref": "13.5.2",
|
|
1967
1979
|
"title": "Supplier"
|
|
1968
1980
|
}
|
|
1969
1981
|
},
|
|
@@ -1977,6 +1989,10 @@
|
|
|
1977
1989
|
"enum": [
|
|
1978
1990
|
"To be connected"
|
|
1979
1991
|
]
|
|
1992
|
+
},
|
|
1993
|
+
"supplier": {
|
|
1994
|
+
"ta6Ref": "13.5.2",
|
|
1995
|
+
"title": "Supplier"
|
|
1980
1996
|
}
|
|
1981
1997
|
}
|
|
1982
1998
|
}
|
|
@@ -2107,6 +2123,10 @@
|
|
|
2107
2123
|
"enum": [
|
|
2108
2124
|
"To be connected"
|
|
2109
2125
|
]
|
|
2126
|
+
},
|
|
2127
|
+
"supplier": {
|
|
2128
|
+
"ta6Ref": "13.3.2",
|
|
2129
|
+
"title": "Supplier"
|
|
2110
2130
|
}
|
|
2111
2131
|
}
|
|
2112
2132
|
}
|
|
@@ -2144,7 +2164,8 @@
|
|
|
2144
2164
|
"properties": {
|
|
2145
2165
|
"yesNo": {
|
|
2146
2166
|
"enum": [
|
|
2147
|
-
"No"
|
|
2167
|
+
"No",
|
|
2168
|
+
"Not known"
|
|
2148
2169
|
]
|
|
2149
2170
|
}
|
|
2150
2171
|
}
|
|
@@ -2177,7 +2198,8 @@
|
|
|
2177
2198
|
"enum": [
|
|
2178
2199
|
"Yes",
|
|
2179
2200
|
"To be connected",
|
|
2180
|
-
"No"
|
|
2201
|
+
"No",
|
|
2202
|
+
"Not known"
|
|
2181
2203
|
]
|
|
2182
2204
|
}
|
|
2183
2205
|
}
|
|
@@ -2195,6 +2217,10 @@
|
|
|
2195
2217
|
"enum": [
|
|
2196
2218
|
"Yes"
|
|
2197
2219
|
]
|
|
2220
|
+
},
|
|
2221
|
+
"supplier": {
|
|
2222
|
+
"ta6Ref": "12.4a2",
|
|
2223
|
+
"title": "Supplier"
|
|
2198
2224
|
}
|
|
2199
2225
|
}
|
|
2200
2226
|
},
|
|
@@ -2204,6 +2230,10 @@
|
|
|
2204
2230
|
"enum": [
|
|
2205
2231
|
"To be connected"
|
|
2206
2232
|
]
|
|
2233
|
+
},
|
|
2234
|
+
"supplier": {
|
|
2235
|
+
"ta6Ref": "12.4a2",
|
|
2236
|
+
"title": "Supplier"
|
|
2207
2237
|
}
|
|
2208
2238
|
}
|
|
2209
2239
|
},
|
|
@@ -2211,7 +2241,8 @@
|
|
|
2211
2241
|
"properties": {
|
|
2212
2242
|
"yesNo": {
|
|
2213
2243
|
"enum": [
|
|
2214
|
-
"No"
|
|
2244
|
+
"No",
|
|
2245
|
+
"Not known"
|
|
2215
2246
|
]
|
|
2216
2247
|
},
|
|
2217
2248
|
"septicTank": {
|
|
@@ -2300,10 +2331,19 @@
|
|
|
2300
2331
|
],
|
|
2301
2332
|
"required": [
|
|
2302
2333
|
"yesNo"
|
|
2303
|
-
]
|
|
2334
|
+
],
|
|
2335
|
+
"properties": {
|
|
2336
|
+
"yesNo": {
|
|
2337
|
+
"ta6Ref": "12.5c1",
|
|
2338
|
+
"enum": [
|
|
2339
|
+
"Yes",
|
|
2340
|
+
"No"
|
|
2341
|
+
]
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2304
2344
|
},
|
|
2305
2345
|
"sewerageTreatmentPlant": {
|
|
2306
|
-
"ta6Ref": "12.
|
|
2346
|
+
"ta6Ref": "12.5b",
|
|
2307
2347
|
"title": "Sewerage treatment plant",
|
|
2308
2348
|
"discriminator": {
|
|
2309
2349
|
"propertyName": "yesNo"
|
|
@@ -2330,7 +2370,7 @@
|
|
|
2330
2370
|
"title": "Date installed"
|
|
2331
2371
|
},
|
|
2332
2372
|
"dateLastServiced": {
|
|
2333
|
-
"ta6Ref": "12.8
|
|
2373
|
+
"ta6Ref": "12.8",
|
|
2334
2374
|
"title": "Date last serviced"
|
|
2335
2375
|
}
|
|
2336
2376
|
},
|
|
@@ -2345,7 +2385,7 @@
|
|
|
2345
2385
|
],
|
|
2346
2386
|
"properties": {
|
|
2347
2387
|
"yesNo": {
|
|
2348
|
-
"ta6Ref": "12.
|
|
2388
|
+
"ta6Ref": "12.5b1",
|
|
2349
2389
|
"enum": [
|
|
2350
2390
|
"Yes",
|
|
2351
2391
|
"No"
|
|
@@ -2461,7 +2501,18 @@
|
|
|
2461
2501
|
],
|
|
2462
2502
|
"required": [
|
|
2463
2503
|
"yesNo"
|
|
2464
|
-
]
|
|
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
|
+
}
|
|
2465
2516
|
}
|
|
2466
2517
|
}
|
|
2467
2518
|
}
|
|
@@ -2619,7 +2670,7 @@
|
|
|
2619
2670
|
"enum": [
|
|
2620
2671
|
"Attached",
|
|
2621
2672
|
"To follow",
|
|
2622
|
-
"Not
|
|
2673
|
+
"Not available"
|
|
2623
2674
|
]
|
|
2624
2675
|
},
|
|
2625
2676
|
"heatingInGoodWorkingOrder": {
|
|
@@ -2771,7 +2822,7 @@
|
|
|
2771
2822
|
],
|
|
2772
2823
|
"properties": {
|
|
2773
2824
|
"yesNo": {
|
|
2774
|
-
"ta6Ref": "6.
|
|
2825
|
+
"ta6Ref": "6.4a1",
|
|
2775
2826
|
"enum": [
|
|
2776
2827
|
"Yes",
|
|
2777
2828
|
"No"
|
|
@@ -2817,7 +2868,7 @@
|
|
|
2817
2868
|
],
|
|
2818
2869
|
"properties": {
|
|
2819
2870
|
"yesNo": {
|
|
2820
|
-
"ta6Ref": "6.
|
|
2871
|
+
"ta6Ref": "6.4b1",
|
|
2821
2872
|
"enum": [
|
|
2822
2873
|
"Yes",
|
|
2823
2874
|
"No"
|
|
@@ -2863,7 +2914,7 @@
|
|
|
2863
2914
|
],
|
|
2864
2915
|
"properties": {
|
|
2865
2916
|
"yesNo": {
|
|
2866
|
-
"ta6Ref": "6.
|
|
2917
|
+
"ta6Ref": "6.4c1",
|
|
2867
2918
|
"enum": [
|
|
2868
2919
|
"Yes",
|
|
2869
2920
|
"No"
|
|
@@ -2909,7 +2960,7 @@
|
|
|
2909
2960
|
],
|
|
2910
2961
|
"properties": {
|
|
2911
2962
|
"yesNo": {
|
|
2912
|
-
"ta6Ref": "6.
|
|
2963
|
+
"ta6Ref": "6.4d1",
|
|
2913
2964
|
"enum": [
|
|
2914
2965
|
"Yes",
|
|
2915
2966
|
"No"
|
|
@@ -3066,7 +3117,7 @@
|
|
|
3066
3117
|
]
|
|
3067
3118
|
},
|
|
3068
3119
|
"details": {
|
|
3069
|
-
"ta6Ref": "8.2.
|
|
3120
|
+
"ta6Ref": "8.2.2",
|
|
3070
3121
|
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
3071
3122
|
}
|
|
3072
3123
|
},
|
|
@@ -3139,10 +3190,12 @@
|
|
|
3139
3190
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3140
3191
|
"required": [
|
|
3141
3192
|
"publicRightOfWay",
|
|
3142
|
-
"
|
|
3193
|
+
"rightsOfLight",
|
|
3194
|
+
"rightsOfSupport",
|
|
3143
3195
|
"rightsCreatedThroughCustom",
|
|
3144
3196
|
"minesAndMinerals",
|
|
3145
3197
|
"churchChancel",
|
|
3198
|
+
"rightsToTakeFromLand",
|
|
3146
3199
|
"otherRights"
|
|
3147
3200
|
],
|
|
3148
3201
|
"properties": {
|
|
@@ -3192,9 +3245,9 @@
|
|
|
3192
3245
|
}
|
|
3193
3246
|
}
|
|
3194
3247
|
},
|
|
3195
|
-
"
|
|
3248
|
+
"rightsOfLight": {
|
|
3196
3249
|
"ta6Ref": "8.4a",
|
|
3197
|
-
"title": "Rights of light
|
|
3250
|
+
"title": "Rights of light",
|
|
3198
3251
|
"discriminator": {
|
|
3199
3252
|
"propertyName": "yesNo"
|
|
3200
3253
|
},
|
|
@@ -3214,15 +3267,8 @@
|
|
|
3214
3267
|
"enum": [
|
|
3215
3268
|
"Yes"
|
|
3216
3269
|
]
|
|
3217
|
-
},
|
|
3218
|
-
"details": {
|
|
3219
|
-
"ta6Ref": "8.4a2",
|
|
3220
|
-
"title": "Details"
|
|
3221
3270
|
}
|
|
3222
|
-
}
|
|
3223
|
-
"required": [
|
|
3224
|
-
"details"
|
|
3225
|
-
]
|
|
3271
|
+
}
|
|
3226
3272
|
}
|
|
3227
3273
|
],
|
|
3228
3274
|
"required": [
|
|
@@ -3238,9 +3284,87 @@
|
|
|
3238
3284
|
}
|
|
3239
3285
|
}
|
|
3240
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
|
+
},
|
|
3241
3326
|
"rightsCreatedThroughCustom": {
|
|
3242
3327
|
"ta6Ref": "8.4c",
|
|
3243
|
-
"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)",
|
|
3244
3368
|
"discriminator": {
|
|
3245
3369
|
"propertyName": "yesNo"
|
|
3246
3370
|
},
|
|
@@ -3262,7 +3386,7 @@
|
|
|
3262
3386
|
]
|
|
3263
3387
|
},
|
|
3264
3388
|
"details": {
|
|
3265
|
-
"ta6Ref": "8.
|
|
3389
|
+
"ta6Ref": "8.5c2",
|
|
3266
3390
|
"title": "Details"
|
|
3267
3391
|
}
|
|
3268
3392
|
},
|
|
@@ -3276,7 +3400,7 @@
|
|
|
3276
3400
|
],
|
|
3277
3401
|
"properties": {
|
|
3278
3402
|
"yesNo": {
|
|
3279
|
-
"ta6Ref": "8.
|
|
3403
|
+
"ta6Ref": "8.5c1",
|
|
3280
3404
|
"enum": [
|
|
3281
3405
|
"Yes",
|
|
3282
3406
|
"No"
|
|
@@ -3306,15 +3430,8 @@
|
|
|
3306
3430
|
"enum": [
|
|
3307
3431
|
"Yes"
|
|
3308
3432
|
]
|
|
3309
|
-
},
|
|
3310
|
-
"details": {
|
|
3311
|
-
"ta6Ref": "8.5a2",
|
|
3312
|
-
"title": "Details"
|
|
3313
3433
|
}
|
|
3314
|
-
}
|
|
3315
|
-
"required": [
|
|
3316
|
-
"details"
|
|
3317
|
-
]
|
|
3434
|
+
}
|
|
3318
3435
|
}
|
|
3319
3436
|
],
|
|
3320
3437
|
"required": [
|
|
@@ -3352,15 +3469,8 @@
|
|
|
3352
3469
|
"enum": [
|
|
3353
3470
|
"Yes"
|
|
3354
3471
|
]
|
|
3355
|
-
},
|
|
3356
|
-
"details": {
|
|
3357
|
-
"ta6Ref": "8.5b2",
|
|
3358
|
-
"title": "Details"
|
|
3359
3472
|
}
|
|
3360
|
-
}
|
|
3361
|
-
"required": [
|
|
3362
|
-
"details"
|
|
3363
|
-
]
|
|
3473
|
+
}
|
|
3364
3474
|
}
|
|
3365
3475
|
],
|
|
3366
3476
|
"required": [
|
|
@@ -3753,7 +3863,7 @@
|
|
|
3753
3863
|
]
|
|
3754
3864
|
},
|
|
3755
3865
|
"details": {
|
|
3756
|
-
"ta6Ref": "10.2",
|
|
3866
|
+
"ta6Ref": "10.1.2",
|
|
3757
3867
|
"title": "Please give details"
|
|
3758
3868
|
}
|
|
3759
3869
|
},
|
|
@@ -3767,7 +3877,7 @@
|
|
|
3767
3877
|
],
|
|
3768
3878
|
"properties": {
|
|
3769
3879
|
"yesNo": {
|
|
3770
|
-
"ta6Ref": "10.1",
|
|
3880
|
+
"ta6Ref": "10.1.1",
|
|
3771
3881
|
"enum": [
|
|
3772
3882
|
"Yes",
|
|
3773
3883
|
"No"
|
|
@@ -4062,7 +4172,8 @@
|
|
|
4062
4172
|
"properties": {
|
|
4063
4173
|
"yesNo": {
|
|
4064
4174
|
"enum": [
|
|
4065
|
-
"No"
|
|
4175
|
+
"No",
|
|
4176
|
+
"Not known"
|
|
4066
4177
|
]
|
|
4067
4178
|
}
|
|
4068
4179
|
}
|
|
@@ -4085,7 +4196,8 @@
|
|
|
4085
4196
|
"ta6Ref": "8.7.1",
|
|
4086
4197
|
"enum": [
|
|
4087
4198
|
"Yes",
|
|
4088
|
-
"No"
|
|
4199
|
+
"No",
|
|
4200
|
+
"Not known"
|
|
4089
4201
|
]
|
|
4090
4202
|
}
|
|
4091
4203
|
}
|
|
@@ -4101,7 +4213,8 @@
|
|
|
4101
4213
|
"properties": {
|
|
4102
4214
|
"yesNo": {
|
|
4103
4215
|
"enum": [
|
|
4104
|
-
"No"
|
|
4216
|
+
"No",
|
|
4217
|
+
"Not known"
|
|
4105
4218
|
]
|
|
4106
4219
|
}
|
|
4107
4220
|
}
|
|
@@ -4124,7 +4237,8 @@
|
|
|
4124
4237
|
"ta6Ref": "8.8.1",
|
|
4125
4238
|
"enum": [
|
|
4126
4239
|
"Yes",
|
|
4127
|
-
"No"
|
|
4240
|
+
"No",
|
|
4241
|
+
"Not known"
|
|
4128
4242
|
]
|
|
4129
4243
|
}
|
|
4130
4244
|
}
|
|
@@ -4210,11 +4324,11 @@
|
|
|
4210
4324
|
]
|
|
4211
4325
|
},
|
|
4212
4326
|
"yearTested": {
|
|
4213
|
-
"ta6Ref": "12.1.
|
|
4327
|
+
"ta6Ref": "12.1.2",
|
|
4214
4328
|
"title": "State the year they were last tested"
|
|
4215
4329
|
},
|
|
4216
4330
|
"attachments": {
|
|
4217
|
-
"ta6Ref": "12.1.
|
|
4331
|
+
"ta6Ref": "12.1.3",
|
|
4218
4332
|
"title": "Please upload the test certificate.",
|
|
4219
4333
|
"enum": [
|
|
4220
4334
|
"Attached",
|
|
@@ -5211,17 +5325,34 @@
|
|
|
5211
5325
|
"ta6Ref": "14",
|
|
5212
5326
|
"title": "Completion and Moving",
|
|
5213
5327
|
"required": [
|
|
5214
|
-
"
|
|
5328
|
+
"sellerWillEnsure",
|
|
5215
5329
|
"otherPropertyInChain",
|
|
5216
5330
|
"moveRestrictionDates",
|
|
5217
5331
|
"digitalPropertyLogbook",
|
|
5218
5332
|
"sufficientToRepayAllMortgages"
|
|
5219
5333
|
],
|
|
5220
5334
|
"properties": {
|
|
5221
|
-
"
|
|
5335
|
+
"sellerWillEnsure": {
|
|
5222
5336
|
"ta6Ref": "14.4",
|
|
5223
|
-
"title": "Please confirm that on completion you will
|
|
5224
|
-
"
|
|
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
|
+
}
|
|
5225
5356
|
},
|
|
5226
5357
|
"otherPropertyInChain": {
|
|
5227
5358
|
"ta6Ref": "14.1",
|
|
@@ -5285,6 +5416,9 @@
|
|
|
5285
5416
|
"enum": [
|
|
5286
5417
|
"Yes"
|
|
5287
5418
|
]
|
|
5419
|
+
},
|
|
5420
|
+
"details": {
|
|
5421
|
+
"ta6Ref": "14.2.2"
|
|
5288
5422
|
}
|
|
5289
5423
|
},
|
|
5290
5424
|
"required": [
|
|
@@ -5294,14 +5428,33 @@
|
|
|
5294
5428
|
],
|
|
5295
5429
|
"required": [
|
|
5296
5430
|
"yesNo"
|
|
5297
|
-
]
|
|
5431
|
+
],
|
|
5432
|
+
"properties": {
|
|
5433
|
+
"yesNo": {
|
|
5434
|
+
"ta6Ref": "14.2.1",
|
|
5435
|
+
"enum": [
|
|
5436
|
+
"Yes",
|
|
5437
|
+
"No"
|
|
5438
|
+
]
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5298
5441
|
},
|
|
5299
5442
|
"sufficientToRepayAllMortgages": {
|
|
5300
5443
|
"ta6Ref": "14.3",
|
|
5301
5444
|
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5302
5445
|
"required": [
|
|
5303
5446
|
"yesNo"
|
|
5304
|
-
]
|
|
5447
|
+
],
|
|
5448
|
+
"properties": {
|
|
5449
|
+
"yesNo": {
|
|
5450
|
+
"ta6Ref": "14.3.1",
|
|
5451
|
+
"enum": [
|
|
5452
|
+
"Yes",
|
|
5453
|
+
"No",
|
|
5454
|
+
"No mortgage"
|
|
5455
|
+
]
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5305
5458
|
}
|
|
5306
5459
|
}
|
|
5307
5460
|
},
|