@pdtf/schemas 3.0.0-4 → 3.0.0-6
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/index.js +14 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +4 -0
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +75 -66
- package/src/schemas/v3/overlays/baspi.json +507 -2288
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +98 -375
- package/src/schemas/v3/overlays/piq.json +146 -686
- package/src/schemas/v3/overlays/rds.json +48 -316
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +263 -1145
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +73 -98
- package/src/schemas/v3/skeleton.json +2 -2
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +11 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"properties": {
|
|
8
8
|
"propertyPack": {
|
|
9
9
|
"ntsRef": "0",
|
|
10
|
-
"title": "Property Pack",
|
|
11
10
|
"required": [
|
|
12
11
|
"materialFacts"
|
|
13
12
|
],
|
|
@@ -31,62 +30,43 @@
|
|
|
31
30
|
"properties": {
|
|
32
31
|
"priceInformation": {
|
|
33
32
|
"ntsRef": "A2",
|
|
34
|
-
"title": "Price information",
|
|
35
33
|
"required": [
|
|
36
34
|
"price",
|
|
37
35
|
"priceQualifier"
|
|
38
36
|
],
|
|
39
37
|
"properties": {
|
|
40
38
|
"price": {
|
|
41
|
-
"ntsRef": "A2.1"
|
|
42
|
-
"title": "Price"
|
|
39
|
+
"ntsRef": "A2.1"
|
|
43
40
|
},
|
|
44
41
|
"priceQualifier": {
|
|
45
|
-
"ntsRef": "A2.2"
|
|
46
|
-
"title": "Price type",
|
|
47
|
-
"enum": [
|
|
48
|
-
"POA",
|
|
49
|
-
"Guide price",
|
|
50
|
-
"Fixed price",
|
|
51
|
-
"Offers in excess of",
|
|
52
|
-
"Offers in region of",
|
|
53
|
-
"Sale by tender"
|
|
54
|
-
]
|
|
42
|
+
"ntsRef": "A2.2"
|
|
55
43
|
}
|
|
56
44
|
}
|
|
57
45
|
},
|
|
58
46
|
"marketingTenure": {
|
|
59
|
-
"ntsRef": "A3"
|
|
60
|
-
"title": "Type of tenure being marketed",
|
|
61
|
-
"enum": [
|
|
62
|
-
"Commonhold",
|
|
63
|
-
"Freehold",
|
|
64
|
-
"Leasehold",
|
|
65
|
-
"Share of Freehold",
|
|
66
|
-
"Shared Ownership"
|
|
67
|
-
]
|
|
47
|
+
"ntsRef": "A3"
|
|
68
48
|
},
|
|
69
49
|
"buildInformation": {
|
|
70
50
|
"ntsRef": "B1.1",
|
|
71
|
-
"
|
|
51
|
+
"required": [
|
|
52
|
+
"building"
|
|
53
|
+
],
|
|
72
54
|
"properties": {
|
|
73
|
-
"
|
|
55
|
+
"building": {
|
|
74
56
|
"ntsRef": "B1.1.1",
|
|
75
|
-
"title": "Type of property",
|
|
76
57
|
"discriminator": {
|
|
77
|
-
"propertyName": "
|
|
58
|
+
"propertyName": "propertyType"
|
|
78
59
|
},
|
|
79
60
|
"oneOf": [
|
|
80
61
|
{
|
|
81
62
|
"properties": {
|
|
82
|
-
"
|
|
63
|
+
"propertyType": {
|
|
83
64
|
"enum": [
|
|
84
65
|
"Other"
|
|
85
66
|
]
|
|
86
67
|
},
|
|
87
68
|
"otherType": {
|
|
88
|
-
"ntsRef": "B1.1.1.1"
|
|
89
|
-
"title": "Please describe the other type of property build"
|
|
69
|
+
"ntsRef": "B1.1.1.1"
|
|
90
70
|
}
|
|
91
71
|
},
|
|
92
72
|
"required": [
|
|
@@ -95,105 +75,78 @@
|
|
|
95
75
|
},
|
|
96
76
|
{
|
|
97
77
|
"properties": {
|
|
98
|
-
"
|
|
78
|
+
"propertyType": {
|
|
99
79
|
"enum": [
|
|
100
80
|
"House",
|
|
101
81
|
"Bungalow"
|
|
102
82
|
]
|
|
103
83
|
},
|
|
104
84
|
"builtForm": {
|
|
105
|
-
"ntsRef": "B1.1.2"
|
|
106
|
-
"title": "Built form",
|
|
107
|
-
"enum": [
|
|
108
|
-
"Detached",
|
|
109
|
-
"Semi-detached",
|
|
110
|
-
"Terraced",
|
|
111
|
-
"End of terrace",
|
|
112
|
-
"Other"
|
|
113
|
-
]
|
|
85
|
+
"ntsRef": "B1.1.2"
|
|
114
86
|
}
|
|
115
|
-
}
|
|
87
|
+
},
|
|
88
|
+
"required": [
|
|
89
|
+
"builtForm"
|
|
90
|
+
]
|
|
116
91
|
},
|
|
117
92
|
{
|
|
118
93
|
"properties": {
|
|
119
|
-
"
|
|
94
|
+
"propertyType": {
|
|
120
95
|
"enum": [
|
|
121
96
|
"Maisonette",
|
|
122
97
|
"Flat"
|
|
123
98
|
]
|
|
124
99
|
},
|
|
125
100
|
"builtForm": {
|
|
126
|
-
"ntsRef": "B1.1.2"
|
|
127
|
-
"title": "Built form",
|
|
128
|
-
"enum": [
|
|
129
|
-
"Detached",
|
|
130
|
-
"Semi-detached",
|
|
131
|
-
"Terraced",
|
|
132
|
-
"End of terrace",
|
|
133
|
-
"Other"
|
|
134
|
-
]
|
|
101
|
+
"ntsRef": "B1.1.2"
|
|
135
102
|
},
|
|
136
103
|
"numberOfFloors": {
|
|
137
|
-
"ntsRef": "B1.1.3"
|
|
138
|
-
"title": "Number of floors in the building"
|
|
104
|
+
"ntsRef": "B1.1.3"
|
|
139
105
|
},
|
|
140
106
|
"entranceFloor": {
|
|
141
|
-
"ntsRef": "B1.1.4"
|
|
142
|
-
"title": "Entrance floor",
|
|
143
|
-
"description": "The floor on which the main entrance to the property is located, starting with 1 for the ground floor (0 for a basement)"
|
|
107
|
+
"ntsRef": "B1.1.4"
|
|
144
108
|
}
|
|
145
109
|
},
|
|
146
110
|
"required": [
|
|
111
|
+
"builtForm",
|
|
147
112
|
"numberOfFloors",
|
|
148
113
|
"entranceFloor"
|
|
149
114
|
]
|
|
150
115
|
}
|
|
151
116
|
],
|
|
152
117
|
"required": [
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
118
|
+
"propertyType"
|
|
119
|
+
],
|
|
120
|
+
"properties": {
|
|
121
|
+
"propertyType": {
|
|
122
|
+
"ntsRef": "B1.1.1.1"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
156
125
|
},
|
|
157
126
|
"rooms": {
|
|
158
127
|
"ntsRef": "B2",
|
|
159
|
-
"title": "Rooms",
|
|
160
|
-
"description": "Information about the property's rooms",
|
|
161
128
|
"items": {
|
|
162
129
|
"properties": {
|
|
163
130
|
"roomName": {
|
|
164
|
-
"ntsRef": "B2.1"
|
|
165
|
-
"title": "The name of the room"
|
|
131
|
+
"ntsRef": "B2.1"
|
|
166
132
|
},
|
|
167
133
|
"description": {
|
|
168
|
-
"ntsRef": "B2.2"
|
|
169
|
-
"title": "The specific description of the room"
|
|
134
|
+
"ntsRef": "B2.2"
|
|
170
135
|
},
|
|
171
136
|
"length": {
|
|
172
|
-
"ntsRef": "B2.3"
|
|
173
|
-
"title": "The length of the room"
|
|
137
|
+
"ntsRef": "B2.3"
|
|
174
138
|
},
|
|
175
139
|
"width": {
|
|
176
|
-
"ntsRef": "B2.4"
|
|
177
|
-
"title": "The width of the room"
|
|
140
|
+
"ntsRef": "B2.4"
|
|
178
141
|
},
|
|
179
142
|
"units": {
|
|
180
|
-
"ntsRef": "B2.5"
|
|
181
|
-
"title": "The units which the length and width of the room have been provided in",
|
|
182
|
-
"enum": [
|
|
183
|
-
"meters",
|
|
184
|
-
"centimetres",
|
|
185
|
-
"millimetres",
|
|
186
|
-
"feet",
|
|
187
|
-
"inches"
|
|
188
|
-
]
|
|
143
|
+
"ntsRef": "B2.5"
|
|
189
144
|
},
|
|
190
145
|
"dimensionDetails": {
|
|
191
|
-
"ntsRef": "B2.6"
|
|
192
|
-
"title": "Any additional description or clarification of the room dimensions"
|
|
146
|
+
"ntsRef": "B2.6"
|
|
193
147
|
},
|
|
194
148
|
"photoUrls": {
|
|
195
|
-
"ntsRef": "B2.7"
|
|
196
|
-
"title": "The URLs of images which should be associated with this room"
|
|
149
|
+
"ntsRef": "B2.7"
|
|
197
150
|
}
|
|
198
151
|
}
|
|
199
152
|
}
|
|
@@ -202,18 +155,14 @@
|
|
|
202
155
|
},
|
|
203
156
|
"ownership": {
|
|
204
157
|
"ntsRef": "A3",
|
|
205
|
-
"title": "Ownership",
|
|
206
158
|
"required": [
|
|
207
159
|
"ownershipsToBeTransferred"
|
|
208
160
|
],
|
|
209
161
|
"properties": {
|
|
210
162
|
"ownershipsToBeTransferred": {
|
|
211
163
|
"ntsRef": "A3",
|
|
212
|
-
"title": "Ownerships to be transferred on sale",
|
|
213
|
-
"minItems": 1,
|
|
214
164
|
"items": {
|
|
215
165
|
"ntsRef": "A3.1",
|
|
216
|
-
"title": "Ownership to be transferred",
|
|
217
166
|
"discriminator": {
|
|
218
167
|
"propertyName": "ownershipType"
|
|
219
168
|
},
|
|
@@ -246,7 +195,6 @@
|
|
|
246
195
|
},
|
|
247
196
|
"leaseholdInformation": {
|
|
248
197
|
"ntsRef": "A3.2",
|
|
249
|
-
"title": "Leasehold information",
|
|
250
198
|
"required": [
|
|
251
199
|
"typeOfLeasehold",
|
|
252
200
|
"leaseTerm",
|
|
@@ -278,21 +226,13 @@
|
|
|
278
226
|
]
|
|
279
227
|
},
|
|
280
228
|
"sharedOwnershipPercentage": {
|
|
281
|
-
"ntsRef": "A3.7.1"
|
|
282
|
-
"title": "Shared ownership percentage"
|
|
229
|
+
"ntsRef": "A3.7.1"
|
|
283
230
|
},
|
|
284
231
|
"sharedOwnershipRent": {
|
|
285
|
-
"ntsRef": "A3.7.2"
|
|
286
|
-
"title": "Shared ownership rent (£)"
|
|
232
|
+
"ntsRef": "A3.7.2"
|
|
287
233
|
},
|
|
288
234
|
"sharedOwnershipRentFrequency": {
|
|
289
|
-
"ntsRef": "A3.7.3"
|
|
290
|
-
"title": "Shared ownership rent frequency",
|
|
291
|
-
"enum": [
|
|
292
|
-
"Yearly",
|
|
293
|
-
"Monthly",
|
|
294
|
-
"Weekly"
|
|
295
|
-
]
|
|
235
|
+
"ntsRef": "A3.7.3"
|
|
296
236
|
}
|
|
297
237
|
},
|
|
298
238
|
"required": [
|
|
@@ -314,18 +254,15 @@
|
|
|
314
254
|
],
|
|
315
255
|
"properties": {
|
|
316
256
|
"startYearOfLease": {
|
|
317
|
-
"ntsRef": "A3.2.1.1"
|
|
318
|
-
"title": "Year that the lease commenced"
|
|
257
|
+
"ntsRef": "A3.2.1.1"
|
|
319
258
|
},
|
|
320
259
|
"lengthOfLeaseInYears": {
|
|
321
|
-
"ntsRef": "A3.2.1.2"
|
|
322
|
-
"title": "Length of lease (years)"
|
|
260
|
+
"ntsRef": "A3.2.1.2"
|
|
323
261
|
}
|
|
324
262
|
}
|
|
325
263
|
},
|
|
326
264
|
"groundRent": {
|
|
327
265
|
"ntsRef": "A3.4",
|
|
328
|
-
"title": "Ground Rent",
|
|
329
266
|
"discriminator": {
|
|
330
267
|
"propertyName": "isGroundRentPayable"
|
|
331
268
|
},
|
|
@@ -347,12 +284,10 @@
|
|
|
347
284
|
]
|
|
348
285
|
},
|
|
349
286
|
"annualGroundRent": {
|
|
350
|
-
"ntsRef": "A3.4.2"
|
|
351
|
-
"title": "What is the annual ground rent payable? (£)"
|
|
287
|
+
"ntsRef": "A3.4.2"
|
|
352
288
|
},
|
|
353
289
|
"rentSubjectToIncrease": {
|
|
354
290
|
"ntsRef": "A3.4.3",
|
|
355
|
-
"title": "Is the ground rent subject to increase?",
|
|
356
291
|
"discriminator": {
|
|
357
292
|
"propertyName": "yesNo"
|
|
358
293
|
},
|
|
@@ -374,13 +309,10 @@
|
|
|
374
309
|
]
|
|
375
310
|
},
|
|
376
311
|
"rentReviewFrequency": {
|
|
377
|
-
"ntsRef": "1.4.3.2"
|
|
378
|
-
"title": "How often is the rent reviewed?"
|
|
312
|
+
"ntsRef": "1.4.3.2"
|
|
379
313
|
},
|
|
380
314
|
"rentIncreaseCalculated": {
|
|
381
|
-
"ntsRef": "1.4.3.3"
|
|
382
|
-
"title": "How is the increase calculated?",
|
|
383
|
-
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
315
|
+
"ntsRef": "1.4.3.3"
|
|
384
316
|
}
|
|
385
317
|
},
|
|
386
318
|
"required": [
|
|
@@ -394,11 +326,7 @@
|
|
|
394
326
|
],
|
|
395
327
|
"properties": {
|
|
396
328
|
"yesNo": {
|
|
397
|
-
"ntsRef": "1.4.3.1"
|
|
398
|
-
"enum": [
|
|
399
|
-
"Yes",
|
|
400
|
-
"No"
|
|
401
|
-
]
|
|
329
|
+
"ntsRef": "1.4.3.1"
|
|
402
330
|
}
|
|
403
331
|
}
|
|
404
332
|
}
|
|
@@ -414,18 +342,12 @@
|
|
|
414
342
|
],
|
|
415
343
|
"properties": {
|
|
416
344
|
"isGroundRentPayable": {
|
|
417
|
-
"ntsRef": "A3.4.1"
|
|
418
|
-
"title": "Does the seller pay ground rent for the property?",
|
|
419
|
-
"enum": [
|
|
420
|
-
"Yes",
|
|
421
|
-
"No"
|
|
422
|
-
]
|
|
345
|
+
"ntsRef": "A3.4.1"
|
|
423
346
|
}
|
|
424
347
|
}
|
|
425
348
|
},
|
|
426
349
|
"serviceCharge": {
|
|
427
350
|
"ntsRef": "A3.5",
|
|
428
|
-
"title": "Service Charge",
|
|
429
351
|
"discriminator": {
|
|
430
352
|
"propertyName": "sellerContributesToServiceCharge"
|
|
431
353
|
},
|
|
@@ -447,8 +369,7 @@
|
|
|
447
369
|
]
|
|
448
370
|
},
|
|
449
371
|
"annualServiceCharge": {
|
|
450
|
-
"ntsRef": "A3.5.1.1"
|
|
451
|
-
"title": "Amount of current annual service charge (£)"
|
|
372
|
+
"ntsRef": "A3.5.1.1"
|
|
452
373
|
}
|
|
453
374
|
}
|
|
454
375
|
}
|
|
@@ -458,12 +379,7 @@
|
|
|
458
379
|
],
|
|
459
380
|
"properties": {
|
|
460
381
|
"sellerContributesToServiceCharge": {
|
|
461
|
-
"ntsRef": "A3.5.1"
|
|
462
|
-
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
463
|
-
"enum": [
|
|
464
|
-
"Yes",
|
|
465
|
-
"No"
|
|
466
|
-
]
|
|
382
|
+
"ntsRef": "A3.5.1"
|
|
467
383
|
}
|
|
468
384
|
}
|
|
469
385
|
}
|
|
@@ -490,7 +406,6 @@
|
|
|
490
406
|
},
|
|
491
407
|
"parking": {
|
|
492
408
|
"ntsRef": "B4",
|
|
493
|
-
"title": "Parking",
|
|
494
409
|
"required": [
|
|
495
410
|
"parkingArrangements",
|
|
496
411
|
"controlledParking",
|
|
@@ -498,19 +413,16 @@
|
|
|
498
413
|
],
|
|
499
414
|
"properties": {
|
|
500
415
|
"parkingArrangements": {
|
|
501
|
-
"ntsRef": "B4.1"
|
|
502
|
-
"title": "Parking arrangements"
|
|
416
|
+
"ntsRef": "B4.1"
|
|
503
417
|
},
|
|
504
418
|
"controlledParking": {
|
|
505
419
|
"ntsRef": "B4.2",
|
|
506
|
-
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
507
420
|
"required": [
|
|
508
421
|
"yesNo"
|
|
509
422
|
]
|
|
510
423
|
},
|
|
511
424
|
"electricVehicleChargingPoint": {
|
|
512
425
|
"ntsRef": "B4.3",
|
|
513
|
-
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
514
426
|
"required": [
|
|
515
427
|
"yesNo"
|
|
516
428
|
]
|
|
@@ -519,7 +431,6 @@
|
|
|
519
431
|
},
|
|
520
432
|
"listingAndConservation": {
|
|
521
433
|
"ntsRef": "C2.1",
|
|
522
|
-
"title": "Listing and Conservation",
|
|
523
434
|
"required": [
|
|
524
435
|
"isListed",
|
|
525
436
|
"isConservationArea",
|
|
@@ -528,7 +439,6 @@
|
|
|
528
439
|
"properties": {
|
|
529
440
|
"isListed": {
|
|
530
441
|
"ntsRef": "C2.1.1",
|
|
531
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
532
442
|
"discriminator": {
|
|
533
443
|
"propertyName": "yesNo"
|
|
534
444
|
},
|
|
@@ -551,8 +461,7 @@
|
|
|
551
461
|
]
|
|
552
462
|
},
|
|
553
463
|
"details": {
|
|
554
|
-
"ntsRef": "C2.1.1.2"
|
|
555
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
464
|
+
"ntsRef": "C2.1.1.2"
|
|
556
465
|
}
|
|
557
466
|
}
|
|
558
467
|
}
|
|
@@ -562,18 +471,12 @@
|
|
|
562
471
|
],
|
|
563
472
|
"properties": {
|
|
564
473
|
"yesNo": {
|
|
565
|
-
"ntsRef": "C2.1.1.1"
|
|
566
|
-
"enum": [
|
|
567
|
-
"Yes",
|
|
568
|
-
"No",
|
|
569
|
-
"Not known"
|
|
570
|
-
]
|
|
474
|
+
"ntsRef": "C2.1.1.1"
|
|
571
475
|
}
|
|
572
476
|
}
|
|
573
477
|
},
|
|
574
478
|
"isConservationArea": {
|
|
575
479
|
"ntsRef": "C2.1.2",
|
|
576
|
-
"title": "Is the property in a designated conservation area?",
|
|
577
480
|
"discriminator": {
|
|
578
481
|
"propertyName": "yesNo"
|
|
579
482
|
},
|
|
@@ -596,8 +499,7 @@
|
|
|
596
499
|
]
|
|
597
500
|
},
|
|
598
501
|
"details": {
|
|
599
|
-
"ntsRef": "C2.1.2.2"
|
|
600
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
502
|
+
"ntsRef": "C2.1.2.2"
|
|
601
503
|
}
|
|
602
504
|
}
|
|
603
505
|
}
|
|
@@ -607,18 +509,12 @@
|
|
|
607
509
|
],
|
|
608
510
|
"properties": {
|
|
609
511
|
"yesNo": {
|
|
610
|
-
"ntsRef": "C2.1.2.1"
|
|
611
|
-
"enum": [
|
|
612
|
-
"Yes",
|
|
613
|
-
"No",
|
|
614
|
-
"Not known"
|
|
615
|
-
]
|
|
512
|
+
"ntsRef": "C2.1.2.1"
|
|
616
513
|
}
|
|
617
514
|
}
|
|
618
515
|
},
|
|
619
516
|
"hasTreePreservationOrder": {
|
|
620
517
|
"ntsRef": "C2.1.3",
|
|
621
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
622
518
|
"discriminator": {
|
|
623
519
|
"propertyName": "yesNo"
|
|
624
520
|
},
|
|
@@ -642,7 +538,6 @@
|
|
|
642
538
|
},
|
|
643
539
|
"workCarriedOut": {
|
|
644
540
|
"ntsRef": "C2.1.3.2",
|
|
645
|
-
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
646
541
|
"discriminator": {
|
|
647
542
|
"propertyName": "yesNo"
|
|
648
543
|
},
|
|
@@ -664,27 +559,19 @@
|
|
|
664
559
|
]
|
|
665
560
|
},
|
|
666
561
|
"consentsObtained": {
|
|
667
|
-
"ntsRef": "C2.1.3.3"
|
|
668
|
-
"title": "Were the relevant consents obtained?",
|
|
669
|
-
"enum": [
|
|
670
|
-
"Yes",
|
|
671
|
-
"No",
|
|
672
|
-
"Not known"
|
|
673
|
-
]
|
|
562
|
+
"ntsRef": "C2.1.3.3"
|
|
674
563
|
},
|
|
675
564
|
"attachments": {
|
|
676
|
-
"ntsRef": "C2.1.3.4"
|
|
677
|
-
"title": "Provide any relevant documentation",
|
|
678
|
-
"enum": [
|
|
679
|
-
"Attached",
|
|
680
|
-
"To follow"
|
|
681
|
-
]
|
|
565
|
+
"ntsRef": "C2.1.3.4"
|
|
682
566
|
}
|
|
683
567
|
},
|
|
684
568
|
"required": [
|
|
685
569
|
"consentsObtained"
|
|
686
570
|
]
|
|
687
571
|
}
|
|
572
|
+
],
|
|
573
|
+
"required": [
|
|
574
|
+
"yesNo"
|
|
688
575
|
]
|
|
689
576
|
}
|
|
690
577
|
}
|
|
@@ -695,12 +582,7 @@
|
|
|
695
582
|
],
|
|
696
583
|
"properties": {
|
|
697
584
|
"yesNo": {
|
|
698
|
-
"ntsRef": "C2.1.3.1"
|
|
699
|
-
"enum": [
|
|
700
|
-
"Yes",
|
|
701
|
-
"No",
|
|
702
|
-
"Not known"
|
|
703
|
-
]
|
|
585
|
+
"ntsRef": "C2.1.3.1"
|
|
704
586
|
}
|
|
705
587
|
}
|
|
706
588
|
}
|
|
@@ -708,7 +590,6 @@
|
|
|
708
590
|
},
|
|
709
591
|
"typeOfConstruction": {
|
|
710
592
|
"ntsRef": "A1.2",
|
|
711
|
-
"title": "Type of Construction",
|
|
712
593
|
"required": [
|
|
713
594
|
"isStandardForm",
|
|
714
595
|
"buildingSafety",
|
|
@@ -717,8 +598,6 @@
|
|
|
717
598
|
"properties": {
|
|
718
599
|
"isStandardForm": {
|
|
719
600
|
"ntsRef": "A1.2.1",
|
|
720
|
-
"title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
|
|
721
|
-
"description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
|
|
722
601
|
"discriminator": {
|
|
723
602
|
"propertyName": "yesNo"
|
|
724
603
|
},
|
|
@@ -740,8 +619,7 @@
|
|
|
740
619
|
]
|
|
741
620
|
},
|
|
742
621
|
"details": {
|
|
743
|
-
"ntsRef": "A1.2.1.2"
|
|
744
|
-
"title": "Details"
|
|
622
|
+
"ntsRef": "A1.2.1.2"
|
|
745
623
|
}
|
|
746
624
|
},
|
|
747
625
|
"required": [
|
|
@@ -754,18 +632,12 @@
|
|
|
754
632
|
],
|
|
755
633
|
"properties": {
|
|
756
634
|
"yesNo": {
|
|
757
|
-
"ntsRef": "A1.2.1.1"
|
|
758
|
-
"enum": [
|
|
759
|
-
"Yes",
|
|
760
|
-
"No"
|
|
761
|
-
]
|
|
635
|
+
"ntsRef": "A1.2.1.1"
|
|
762
636
|
}
|
|
763
637
|
}
|
|
764
638
|
},
|
|
765
639
|
"buildingSafety": {
|
|
766
640
|
"ntsRef": "C1",
|
|
767
|
-
"title": "Are you aware of any building safety issues?",
|
|
768
|
-
"description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or strucutural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
|
|
769
641
|
"discriminator": {
|
|
770
642
|
"propertyName": "yesNo"
|
|
771
643
|
},
|
|
@@ -787,24 +659,19 @@
|
|
|
787
659
|
]
|
|
788
660
|
},
|
|
789
661
|
"details": {
|
|
790
|
-
"ntsRef": "C1.2"
|
|
791
|
-
"title": "What are are the defects or hazards?"
|
|
662
|
+
"ntsRef": "C1.2"
|
|
792
663
|
},
|
|
793
664
|
"workAlreadyDone": {
|
|
794
|
-
"ntsRef": "C1.3"
|
|
795
|
-
"title": "What work has already been done?"
|
|
665
|
+
"ntsRef": "C1.3"
|
|
796
666
|
},
|
|
797
667
|
"workToBeDone": {
|
|
798
|
-
"ntsRef": "C1.4"
|
|
799
|
-
"title": "What work is required to be done?"
|
|
668
|
+
"ntsRef": "C1.4"
|
|
800
669
|
},
|
|
801
670
|
"potentialCost": {
|
|
802
|
-
"ntsRef": "C1.5"
|
|
803
|
-
"title": "What will the potential cost be?"
|
|
671
|
+
"ntsRef": "C1.5"
|
|
804
672
|
},
|
|
805
673
|
"abilityToResideAtProperty": {
|
|
806
|
-
"ntsRef": "C1.6"
|
|
807
|
-
"title": "Will the work impact the ability to reside at the property?"
|
|
674
|
+
"ntsRef": "C1.6"
|
|
808
675
|
}
|
|
809
676
|
},
|
|
810
677
|
"required": [
|
|
@@ -830,15 +697,12 @@
|
|
|
830
697
|
}
|
|
831
698
|
},
|
|
832
699
|
"accessibilityAndAdaptations": {
|
|
833
|
-
"ntsRef": "C5"
|
|
834
|
-
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
835
|
-
"description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level"
|
|
700
|
+
"ntsRef": "C5"
|
|
836
701
|
}
|
|
837
702
|
}
|
|
838
703
|
},
|
|
839
704
|
"energyEfficiency": {
|
|
840
705
|
"ntsRef": "A4",
|
|
841
|
-
"title": "Energy Efficiency",
|
|
842
706
|
"required": [
|
|
843
707
|
"certificate"
|
|
844
708
|
],
|
|
@@ -850,21 +714,7 @@
|
|
|
850
714
|
],
|
|
851
715
|
"properties": {
|
|
852
716
|
"currentEnergyRating": {
|
|
853
|
-
"ntsRef": "A4.1.1"
|
|
854
|
-
"title": "Current energy efficiency rating",
|
|
855
|
-
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
856
|
-
"enum": [
|
|
857
|
-
"A",
|
|
858
|
-
"B",
|
|
859
|
-
"C",
|
|
860
|
-
"D",
|
|
861
|
-
"E",
|
|
862
|
-
"F",
|
|
863
|
-
"G",
|
|
864
|
-
"Exempt Property",
|
|
865
|
-
"Survey Instructed",
|
|
866
|
-
"No Certificate"
|
|
867
|
-
]
|
|
717
|
+
"ntsRef": "A4.1.1"
|
|
868
718
|
}
|
|
869
719
|
}
|
|
870
720
|
}
|
|
@@ -872,31 +722,16 @@
|
|
|
872
722
|
},
|
|
873
723
|
"councilTax": {
|
|
874
724
|
"ntsRef": "A1",
|
|
875
|
-
"title": "Council Tax",
|
|
876
725
|
"required": [
|
|
877
726
|
"councilTaxBand",
|
|
878
727
|
"councilTaxAffectingAlterations"
|
|
879
728
|
],
|
|
880
729
|
"properties": {
|
|
881
730
|
"councilTaxBand": {
|
|
882
|
-
"ntsRef": "A1.1"
|
|
883
|
-
"title": "Which Council Tax band does this property fall within?",
|
|
884
|
-
"description": "Band I relates to Wales only",
|
|
885
|
-
"enum": [
|
|
886
|
-
"A",
|
|
887
|
-
"B",
|
|
888
|
-
"C",
|
|
889
|
-
"D",
|
|
890
|
-
"E",
|
|
891
|
-
"F",
|
|
892
|
-
"G",
|
|
893
|
-
"H",
|
|
894
|
-
"I"
|
|
895
|
-
]
|
|
731
|
+
"ntsRef": "A1.1"
|
|
896
732
|
},
|
|
897
733
|
"councilTaxAffectingAlterations": {
|
|
898
734
|
"ntsRef": "A1.2",
|
|
899
|
-
"title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
|
|
900
735
|
"discriminator": {
|
|
901
736
|
"propertyName": "yesNo"
|
|
902
737
|
},
|
|
@@ -918,16 +753,10 @@
|
|
|
918
753
|
]
|
|
919
754
|
},
|
|
920
755
|
"details": {
|
|
921
|
-
"ntsRef": "A1.2.2"
|
|
922
|
-
"title": "Please give details"
|
|
756
|
+
"ntsRef": "A1.2.2"
|
|
923
757
|
},
|
|
924
758
|
"attachments": {
|
|
925
|
-
"ntsRef": "A1.2.3"
|
|
926
|
-
"title": "Attachments",
|
|
927
|
-
"enum": [
|
|
928
|
-
"Attached",
|
|
929
|
-
"To follow"
|
|
930
|
-
]
|
|
759
|
+
"ntsRef": "A1.2.3"
|
|
931
760
|
}
|
|
932
761
|
},
|
|
933
762
|
"required": [
|
|
@@ -940,11 +769,7 @@
|
|
|
940
769
|
],
|
|
941
770
|
"properties": {
|
|
942
771
|
"yesNo": {
|
|
943
|
-
"ntsRef": "A1.2.1"
|
|
944
|
-
"enum": [
|
|
945
|
-
"Yes",
|
|
946
|
-
"No"
|
|
947
|
-
]
|
|
772
|
+
"ntsRef": "A1.2.1"
|
|
948
773
|
}
|
|
949
774
|
}
|
|
950
775
|
}
|
|
@@ -952,8 +777,6 @@
|
|
|
952
777
|
},
|
|
953
778
|
"connectedUtilities": {
|
|
954
779
|
"ntsRef": "B3",
|
|
955
|
-
"title": "Connected utilities",
|
|
956
|
-
"description": "Please indicate which utilities are are connected to the property.",
|
|
957
780
|
"required": [
|
|
958
781
|
"mainsElectricity",
|
|
959
782
|
"telephone",
|
|
@@ -965,7 +788,6 @@
|
|
|
965
788
|
"properties": {
|
|
966
789
|
"mainsElectricity": {
|
|
967
790
|
"ntsRef": "B3.1",
|
|
968
|
-
"title": "Mains electricity",
|
|
969
791
|
"discriminator": {
|
|
970
792
|
"propertyName": "yesNo"
|
|
971
793
|
},
|
|
@@ -1063,7 +885,6 @@
|
|
|
1063
885
|
},
|
|
1064
886
|
"broadband": {
|
|
1065
887
|
"ntsRef": "B3.5",
|
|
1066
|
-
"title": "Broadband",
|
|
1067
888
|
"discriminator": {
|
|
1068
889
|
"propertyName": "yesNo"
|
|
1069
890
|
},
|
|
@@ -1085,14 +906,7 @@
|
|
|
1085
906
|
]
|
|
1086
907
|
},
|
|
1087
908
|
"typeOfConnection": {
|
|
1088
|
-
"ntsRef": "B3.5.2"
|
|
1089
|
-
"title": "Type of connection",
|
|
1090
|
-
"enum": [
|
|
1091
|
-
"ADSL copper wire",
|
|
1092
|
-
"Cable",
|
|
1093
|
-
"FTTC (Fibre to the Cabinet)",
|
|
1094
|
-
"FTTP (Fibre to the Premises)"
|
|
1095
|
-
]
|
|
909
|
+
"ntsRef": "B3.5.2"
|
|
1096
910
|
}
|
|
1097
911
|
},
|
|
1098
912
|
"required": [
|
|
@@ -1124,7 +938,6 @@
|
|
|
1124
938
|
},
|
|
1125
939
|
"solarPanels": {
|
|
1126
940
|
"ntsRef": "B3.7",
|
|
1127
|
-
"title": "Solar or photovoltaic panels",
|
|
1128
941
|
"discriminator": {
|
|
1129
942
|
"propertyName": "yesNo"
|
|
1130
943
|
},
|
|
@@ -1172,8 +985,6 @@
|
|
|
1172
985
|
},
|
|
1173
986
|
"otherServices": {
|
|
1174
987
|
"ntsRef": "B3.8",
|
|
1175
|
-
"title": "Other services",
|
|
1176
|
-
"description": "Other services include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
|
|
1177
988
|
"discriminator": {
|
|
1178
989
|
"propertyName": "yesNo"
|
|
1179
990
|
},
|
|
@@ -1195,8 +1006,7 @@
|
|
|
1195
1006
|
]
|
|
1196
1007
|
},
|
|
1197
1008
|
"details": {
|
|
1198
|
-
"ntsRef": "3.8.2"
|
|
1199
|
-
"title": "Supplier"
|
|
1009
|
+
"ntsRef": "3.8.2"
|
|
1200
1010
|
}
|
|
1201
1011
|
},
|
|
1202
1012
|
"required": [
|
|
@@ -1230,8 +1040,6 @@
|
|
|
1230
1040
|
},
|
|
1231
1041
|
"waterAndDrainage": {
|
|
1232
1042
|
"ntsRef": "A3.2",
|
|
1233
|
-
"title": "Water and Drainage",
|
|
1234
|
-
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
1235
1043
|
"required": [
|
|
1236
1044
|
"water",
|
|
1237
1045
|
"drainage"
|
|
@@ -1239,14 +1047,12 @@
|
|
|
1239
1047
|
"properties": {
|
|
1240
1048
|
"water": {
|
|
1241
1049
|
"ntsRef": "A3.2",
|
|
1242
|
-
"title": "Water",
|
|
1243
1050
|
"required": [
|
|
1244
1051
|
"mainsWater"
|
|
1245
1052
|
],
|
|
1246
1053
|
"properties": {
|
|
1247
1054
|
"mainsWater": {
|
|
1248
1055
|
"ntsRef": "A3.2",
|
|
1249
|
-
"title": "Mains water",
|
|
1250
1056
|
"discriminator": {
|
|
1251
1057
|
"propertyName": "yesNo"
|
|
1252
1058
|
},
|
|
@@ -1259,9 +1065,7 @@
|
|
|
1259
1065
|
]
|
|
1260
1066
|
},
|
|
1261
1067
|
"details": {
|
|
1262
|
-
"ntsRef": "3.2.2"
|
|
1263
|
-
"title": "How is water supplied?",
|
|
1264
|
-
"description": "e.g. Private well, borehole, springs etc."
|
|
1068
|
+
"ntsRef": "3.2.2"
|
|
1265
1069
|
}
|
|
1266
1070
|
},
|
|
1267
1071
|
"required": [
|
|
@@ -1276,8 +1080,7 @@
|
|
|
1276
1080
|
]
|
|
1277
1081
|
},
|
|
1278
1082
|
"isSupplyMetered": {
|
|
1279
|
-
"ntsRef": "3.2.3"
|
|
1280
|
-
"title": "Details"
|
|
1083
|
+
"ntsRef": "3.2.3"
|
|
1281
1084
|
}
|
|
1282
1085
|
},
|
|
1283
1086
|
"required": [
|
|
@@ -1299,12 +1102,7 @@
|
|
|
1299
1102
|
],
|
|
1300
1103
|
"properties": {
|
|
1301
1104
|
"yesNo": {
|
|
1302
|
-
"ntsRef": "A3.2.1"
|
|
1303
|
-
"enum": [
|
|
1304
|
-
"Yes",
|
|
1305
|
-
"To be connected",
|
|
1306
|
-
"No"
|
|
1307
|
-
]
|
|
1105
|
+
"ntsRef": "A3.2.1"
|
|
1308
1106
|
}
|
|
1309
1107
|
}
|
|
1310
1108
|
}
|
|
@@ -1312,7 +1110,6 @@
|
|
|
1312
1110
|
},
|
|
1313
1111
|
"drainage": {
|
|
1314
1112
|
"ntsRef": "A3.3",
|
|
1315
|
-
"title": "Drainage",
|
|
1316
1113
|
"required": [
|
|
1317
1114
|
"mainsSurfaceWaterDrainage",
|
|
1318
1115
|
"mainsFoulDrainage"
|
|
@@ -1320,7 +1117,6 @@
|
|
|
1320
1117
|
"properties": {
|
|
1321
1118
|
"mainsSurfaceWaterDrainage": {
|
|
1322
1119
|
"ntsRef": "A3.3.1",
|
|
1323
|
-
"title": "Mains surface water drainage",
|
|
1324
1120
|
"discriminator": {
|
|
1325
1121
|
"propertyName": "yesNo"
|
|
1326
1122
|
},
|
|
@@ -1369,7 +1165,6 @@
|
|
|
1369
1165
|
},
|
|
1370
1166
|
"mainsFoulDrainage": {
|
|
1371
1167
|
"ntsRef": "A3.3.2",
|
|
1372
|
-
"title": "Mains foul drainage / sweerage",
|
|
1373
1168
|
"discriminator": {
|
|
1374
1169
|
"propertyName": "yesNo"
|
|
1375
1170
|
},
|
|
@@ -1402,7 +1197,6 @@
|
|
|
1402
1197
|
},
|
|
1403
1198
|
"sustainableDrainageSystem": {
|
|
1404
1199
|
"ntsRef": "A3.3.3",
|
|
1405
|
-
"title": "Sustainable Drainage System",
|
|
1406
1200
|
"discriminator": {
|
|
1407
1201
|
"propertyName": "yesNo"
|
|
1408
1202
|
},
|
|
@@ -1450,7 +1244,6 @@
|
|
|
1450
1244
|
},
|
|
1451
1245
|
"septicTank": {
|
|
1452
1246
|
"ntsRef": "A3.3.4",
|
|
1453
|
-
"title": "Septic tank",
|
|
1454
1247
|
"discriminator": {
|
|
1455
1248
|
"propertyName": "yesNo"
|
|
1456
1249
|
},
|
|
@@ -1479,17 +1272,12 @@
|
|
|
1479
1272
|
],
|
|
1480
1273
|
"properties": {
|
|
1481
1274
|
"yesNo": {
|
|
1482
|
-
"ntsRef": "A3.3.4.1"
|
|
1483
|
-
"enum": [
|
|
1484
|
-
"Yes",
|
|
1485
|
-
"No"
|
|
1486
|
-
]
|
|
1275
|
+
"ntsRef": "A3.3.4.1"
|
|
1487
1276
|
}
|
|
1488
1277
|
}
|
|
1489
1278
|
},
|
|
1490
1279
|
"cesspit": {
|
|
1491
1280
|
"ntsRef": "A3.3.5",
|
|
1492
|
-
"title": "Cesspit",
|
|
1493
1281
|
"discriminator": {
|
|
1494
1282
|
"propertyName": "yesNo"
|
|
1495
1283
|
},
|
|
@@ -1518,17 +1306,12 @@
|
|
|
1518
1306
|
],
|
|
1519
1307
|
"properties": {
|
|
1520
1308
|
"yesNo": {
|
|
1521
|
-
"ntsRef": "A3.3.5.1"
|
|
1522
|
-
"enum": [
|
|
1523
|
-
"Yes",
|
|
1524
|
-
"No"
|
|
1525
|
-
]
|
|
1309
|
+
"ntsRef": "A3.3.5.1"
|
|
1526
1310
|
}
|
|
1527
1311
|
}
|
|
1528
1312
|
},
|
|
1529
1313
|
"sewerageTreatmentPlant": {
|
|
1530
1314
|
"ntsRef": "A3.3.6",
|
|
1531
|
-
"title": "Sewerage treatment plant",
|
|
1532
1315
|
"discriminator": {
|
|
1533
1316
|
"propertyName": "yesNo"
|
|
1534
1317
|
},
|
|
@@ -1557,11 +1340,7 @@
|
|
|
1557
1340
|
],
|
|
1558
1341
|
"properties": {
|
|
1559
1342
|
"yesNo": {
|
|
1560
|
-
"ntsRef": "A3.3.6.1"
|
|
1561
|
-
"enum": [
|
|
1562
|
-
"Yes",
|
|
1563
|
-
"No"
|
|
1564
|
-
]
|
|
1343
|
+
"ntsRef": "A3.3.6.1"
|
|
1565
1344
|
}
|
|
1566
1345
|
}
|
|
1567
1346
|
}
|
|
@@ -1579,6 +1358,7 @@
|
|
|
1579
1358
|
],
|
|
1580
1359
|
"properties": {
|
|
1581
1360
|
"yesNo": {
|
|
1361
|
+
"ntsRef": "A3.3.2.1",
|
|
1582
1362
|
"enum": [
|
|
1583
1363
|
"Yes",
|
|
1584
1364
|
"No"
|
|
@@ -1592,7 +1372,6 @@
|
|
|
1592
1372
|
},
|
|
1593
1373
|
"heating": {
|
|
1594
1374
|
"ntsRef": "B3.4",
|
|
1595
|
-
"title": "Heating",
|
|
1596
1375
|
"discriminator": {
|
|
1597
1376
|
"propertyName": "heatingType"
|
|
1598
1377
|
},
|
|
@@ -1615,14 +1394,12 @@
|
|
|
1615
1394
|
},
|
|
1616
1395
|
"centralHeatingDetails": {
|
|
1617
1396
|
"ntsRef": "B3.4.3",
|
|
1618
|
-
"title": "Central Heating Details",
|
|
1619
1397
|
"required": [
|
|
1620
1398
|
"centralHeatingFuel"
|
|
1621
1399
|
],
|
|
1622
1400
|
"properties": {
|
|
1623
1401
|
"centralHeatingFuel": {
|
|
1624
1402
|
"ntsRef": "B3.4.3.1",
|
|
1625
|
-
"title": "Central Heating Fuel",
|
|
1626
1403
|
"discriminator": {
|
|
1627
1404
|
"propertyName": "centralHeatingFuelType"
|
|
1628
1405
|
},
|
|
@@ -1655,15 +1432,7 @@
|
|
|
1655
1432
|
],
|
|
1656
1433
|
"properties": {
|
|
1657
1434
|
"centralHeatingFuelType": {
|
|
1658
|
-
"ntsRef": "B3.4.3.1.1"
|
|
1659
|
-
"title": "What type of fuel does the system run on?",
|
|
1660
|
-
"enum": [
|
|
1661
|
-
"Mains gas",
|
|
1662
|
-
"Electricity",
|
|
1663
|
-
"Oil",
|
|
1664
|
-
"LPG",
|
|
1665
|
-
"Other"
|
|
1666
|
-
]
|
|
1435
|
+
"ntsRef": "B3.4.3.1.1"
|
|
1667
1436
|
}
|
|
1668
1437
|
}
|
|
1669
1438
|
}
|
|
@@ -1682,9 +1451,7 @@
|
|
|
1682
1451
|
]
|
|
1683
1452
|
},
|
|
1684
1453
|
"details": {
|
|
1685
|
-
"ntsRef": "B3.4.4"
|
|
1686
|
-
"title": "Community heating system details",
|
|
1687
|
-
"description": "Please descripbe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating"
|
|
1454
|
+
"ntsRef": "B3.4.4"
|
|
1688
1455
|
}
|
|
1689
1456
|
},
|
|
1690
1457
|
"required": [
|
|
@@ -1697,37 +1464,30 @@
|
|
|
1697
1464
|
],
|
|
1698
1465
|
"properties": {
|
|
1699
1466
|
"heatingType": {
|
|
1700
|
-
"ntsRef": "B3.4.1"
|
|
1701
|
-
"title": "What type of heating system does the property have?",
|
|
1702
|
-
"enum": [
|
|
1703
|
-
"Central heating",
|
|
1704
|
-
"Communal heating system",
|
|
1705
|
-
"None"
|
|
1706
|
-
]
|
|
1467
|
+
"ntsRef": "B3.4.1"
|
|
1707
1468
|
},
|
|
1708
1469
|
"otherHeatingFeatures": {
|
|
1709
1470
|
"ntsRef": "B3.4.2",
|
|
1710
|
-
"
|
|
1471
|
+
"items": {
|
|
1472
|
+
"ntsRef": "B3.4.2.1"
|
|
1473
|
+
}
|
|
1711
1474
|
}
|
|
1712
1475
|
}
|
|
1713
1476
|
},
|
|
1714
1477
|
"rightsAndInformalArrangements": {
|
|
1715
1478
|
"ntsRef": "C2.2",
|
|
1716
|
-
"title": "Rights and Informal Arrangements",
|
|
1717
1479
|
"required": [
|
|
1718
1480
|
"rightsOrArrangements"
|
|
1719
1481
|
],
|
|
1720
1482
|
"properties": {
|
|
1721
1483
|
"rightsOrArrangements": {
|
|
1722
1484
|
"ntsRef": "C2.2.1",
|
|
1723
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
1724
1485
|
"required": [
|
|
1725
1486
|
"publicRightOfWay"
|
|
1726
1487
|
],
|
|
1727
1488
|
"properties": {
|
|
1728
1489
|
"publicRightOfWay": {
|
|
1729
1490
|
"ntsRef": "C2.2.1",
|
|
1730
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
1731
1491
|
"discriminator": {
|
|
1732
1492
|
"propertyName": "yesNo"
|
|
1733
1493
|
},
|
|
@@ -1749,8 +1509,7 @@
|
|
|
1749
1509
|
]
|
|
1750
1510
|
},
|
|
1751
1511
|
"details": {
|
|
1752
|
-
"ntsRef": "C2.2.1.2"
|
|
1753
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
1512
|
+
"ntsRef": "C2.2.1.2"
|
|
1754
1513
|
}
|
|
1755
1514
|
},
|
|
1756
1515
|
"required": [
|
|
@@ -1763,11 +1522,7 @@
|
|
|
1763
1522
|
],
|
|
1764
1523
|
"properties": {
|
|
1765
1524
|
"yesNo": {
|
|
1766
|
-
"ntsRef": "C2.2.1.1"
|
|
1767
|
-
"enum": [
|
|
1768
|
-
"Yes",
|
|
1769
|
-
"No"
|
|
1770
|
-
]
|
|
1525
|
+
"ntsRef": "C2.2.1.1"
|
|
1771
1526
|
}
|
|
1772
1527
|
}
|
|
1773
1528
|
}
|
|
@@ -1777,7 +1532,6 @@
|
|
|
1777
1532
|
},
|
|
1778
1533
|
"environmentalIssues": {
|
|
1779
1534
|
"ntsRef": "C3.1",
|
|
1780
|
-
"title": "Environmental Issues Affecting the Property",
|
|
1781
1535
|
"required": [
|
|
1782
1536
|
"flooding",
|
|
1783
1537
|
"coalMining",
|
|
@@ -1787,7 +1541,6 @@
|
|
|
1787
1541
|
"properties": {
|
|
1788
1542
|
"flooding": {
|
|
1789
1543
|
"ntsRef": "C3.1.1",
|
|
1790
|
-
"title": "Flooding",
|
|
1791
1544
|
"discriminator": {
|
|
1792
1545
|
"propertyName": "hasBeenFlooded"
|
|
1793
1546
|
},
|
|
@@ -1809,12 +1562,10 @@
|
|
|
1809
1562
|
]
|
|
1810
1563
|
},
|
|
1811
1564
|
"typeOfFlooding": {
|
|
1812
|
-
"ntsRef": "C3.1.1.3"
|
|
1813
|
-
"title": "What type of flooding occurred?"
|
|
1565
|
+
"ntsRef": "C3.1.1.3"
|
|
1814
1566
|
},
|
|
1815
1567
|
"details": {
|
|
1816
|
-
"ntsRef": "C3.1.1.3"
|
|
1817
|
-
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
1568
|
+
"ntsRef": "C3.1.1.3"
|
|
1818
1569
|
}
|
|
1819
1570
|
},
|
|
1820
1571
|
"required": [
|
|
@@ -1830,7 +1581,6 @@
|
|
|
1830
1581
|
"properties": {
|
|
1831
1582
|
"floodRisk": {
|
|
1832
1583
|
"ntsRef": "C3.1.1.1",
|
|
1833
|
-
"title": "Flood Risk",
|
|
1834
1584
|
"discriminator": {
|
|
1835
1585
|
"propertyName": "impactIndicator"
|
|
1836
1586
|
},
|
|
@@ -1852,8 +1602,7 @@
|
|
|
1852
1602
|
]
|
|
1853
1603
|
},
|
|
1854
1604
|
"summary": {
|
|
1855
|
-
"ntsRef": "C3.1.1.2"
|
|
1856
|
-
"title": "Summary of risk"
|
|
1605
|
+
"ntsRef": "C3.1.1.2"
|
|
1857
1606
|
}
|
|
1858
1607
|
},
|
|
1859
1608
|
"required": [
|
|
@@ -1867,27 +1616,17 @@
|
|
|
1867
1616
|
"properties": {
|
|
1868
1617
|
"impactIndicator": {
|
|
1869
1618
|
"ntsRef": "C3.1.1.1",
|
|
1870
|
-
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
1871
|
-
"enum": [
|
|
1872
|
-
"Yes",
|
|
1873
|
-
"No"
|
|
1874
|
-
]
|
|
1619
|
+
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
1875
1620
|
}
|
|
1876
1621
|
}
|
|
1877
1622
|
},
|
|
1878
1623
|
"hasBeenFlooded": {
|
|
1879
|
-
"ntsRef": "C3.1.1.2"
|
|
1880
|
-
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
1881
|
-
"enum": [
|
|
1882
|
-
"Yes",
|
|
1883
|
-
"No"
|
|
1884
|
-
]
|
|
1624
|
+
"ntsRef": "C3.1.1.2"
|
|
1885
1625
|
}
|
|
1886
1626
|
}
|
|
1887
1627
|
},
|
|
1888
1628
|
"coalMining": {
|
|
1889
1629
|
"ntsRef": "C6.1",
|
|
1890
|
-
"title": "Coal mining",
|
|
1891
1630
|
"discriminator": {
|
|
1892
1631
|
"propertyName": "impactIndicator"
|
|
1893
1632
|
},
|
|
@@ -1921,17 +1660,12 @@
|
|
|
1921
1660
|
"properties": {
|
|
1922
1661
|
"impactIndicator": {
|
|
1923
1662
|
"ntsRef": "C6.1.1",
|
|
1924
|
-
"title": "To your knowledge, is the property impacted by coal mining?"
|
|
1925
|
-
"enum": [
|
|
1926
|
-
"Yes",
|
|
1927
|
-
"No"
|
|
1928
|
-
]
|
|
1663
|
+
"title": "To your knowledge, is the property impacted by coal mining?"
|
|
1929
1664
|
}
|
|
1930
1665
|
}
|
|
1931
1666
|
},
|
|
1932
1667
|
"nonCoalMining": {
|
|
1933
1668
|
"ntsRef": "C6.2",
|
|
1934
|
-
"title": "Non-coal mining",
|
|
1935
1669
|
"discriminator": {
|
|
1936
1670
|
"propertyName": "impactIndicator"
|
|
1937
1671
|
},
|
|
@@ -1953,8 +1687,7 @@
|
|
|
1953
1687
|
]
|
|
1954
1688
|
},
|
|
1955
1689
|
"summary": {
|
|
1956
|
-
"ntsRef": "C6.2.2"
|
|
1957
|
-
"title": "Summary of risk"
|
|
1690
|
+
"ntsRef": "C6.2.2"
|
|
1958
1691
|
}
|
|
1959
1692
|
},
|
|
1960
1693
|
"required": [
|
|
@@ -1968,17 +1701,12 @@
|
|
|
1968
1701
|
"properties": {
|
|
1969
1702
|
"impactIndicator": {
|
|
1970
1703
|
"ntsRef": "C6.2.1",
|
|
1971
|
-
"title": "To your knowledge, is the property impacted by types of mining other than coal?"
|
|
1972
|
-
"enum": [
|
|
1973
|
-
"Yes",
|
|
1974
|
-
"No"
|
|
1975
|
-
]
|
|
1704
|
+
"title": "To your knowledge, is the property impacted by types of mining other than coal?"
|
|
1976
1705
|
}
|
|
1977
1706
|
}
|
|
1978
1707
|
},
|
|
1979
1708
|
"coastalErosion": {
|
|
1980
1709
|
"ntsRef": "C3.2",
|
|
1981
|
-
"title": "Coastal erosion",
|
|
1982
1710
|
"discriminator": {
|
|
1983
1711
|
"propertyName": "impactIndicator"
|
|
1984
1712
|
},
|
|
@@ -2000,8 +1728,7 @@
|
|
|
2000
1728
|
]
|
|
2001
1729
|
},
|
|
2002
1730
|
"summary": {
|
|
2003
|
-
"ntsRef": "C3.2.2"
|
|
2004
|
-
"title": "Summary of risk"
|
|
1731
|
+
"ntsRef": "C3.2.2"
|
|
2005
1732
|
}
|
|
2006
1733
|
},
|
|
2007
1734
|
"required": [
|
|
@@ -2015,11 +1742,7 @@
|
|
|
2015
1742
|
"properties": {
|
|
2016
1743
|
"impactIndicator": {
|
|
2017
1744
|
"ntsRef": "C3.2.1",
|
|
2018
|
-
"title": "To your knowledge, is the property impacted by coastal erosion?"
|
|
2019
|
-
"enum": [
|
|
2020
|
-
"Yes",
|
|
2021
|
-
"No"
|
|
2022
|
-
]
|
|
1745
|
+
"title": "To your knowledge, is the property impacted by coastal erosion?"
|
|
2023
1746
|
}
|
|
2024
1747
|
}
|
|
2025
1748
|
}
|