@pdtf/schemas 3.0.0-1 → 3.0.0-10
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 +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +10 -6
- 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 +421 -255
- package/src/schemas/v3/overlays/baspi.json +510 -2300
- 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 +409 -346
- package/src/schemas/v3/overlays/piq.json +149 -689
- package/src/schemas/v3/overlays/rds.json +61 -329
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +261 -1136
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +355 -268
- package/src/schemas/v3/skeleton.json +57 -25
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -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
|
],
|
|
@@ -16,88 +15,180 @@
|
|
|
16
15
|
"required": [
|
|
17
16
|
"ownership",
|
|
18
17
|
"councilTax",
|
|
19
|
-
"energyEfficiency"
|
|
18
|
+
"energyEfficiency",
|
|
19
|
+
"buildInformation",
|
|
20
|
+
"typeOfConstruction",
|
|
21
|
+
"connectedUtilities",
|
|
22
|
+
"waterAndDrainage",
|
|
23
|
+
"heating",
|
|
24
|
+
"parking",
|
|
25
|
+
"listingAndConservation",
|
|
26
|
+
"rightsAndInformalArrangements",
|
|
27
|
+
"environmentalIssues",
|
|
28
|
+
"notices"
|
|
20
29
|
],
|
|
21
30
|
"properties": {
|
|
22
31
|
"priceInformation": {
|
|
23
32
|
"ntsRef": "A2",
|
|
24
|
-
"title": "Price information",
|
|
25
33
|
"required": [
|
|
26
34
|
"price",
|
|
27
35
|
"priceQualifier"
|
|
28
36
|
],
|
|
29
37
|
"properties": {
|
|
30
38
|
"price": {
|
|
31
|
-
"ntsRef": "A2.1"
|
|
32
|
-
"title": "Price"
|
|
39
|
+
"ntsRef": "A2.1"
|
|
33
40
|
},
|
|
34
41
|
"priceQualifier": {
|
|
35
|
-
"ntsRef": "A2.2"
|
|
36
|
-
"title": "Price type",
|
|
37
|
-
"enum": [
|
|
38
|
-
"POA",
|
|
39
|
-
"Guide price",
|
|
40
|
-
"Fixed price",
|
|
41
|
-
"Offers in excess of",
|
|
42
|
-
"Offers in region of",
|
|
43
|
-
"Sale by tender"
|
|
44
|
-
]
|
|
42
|
+
"ntsRef": "A2.2"
|
|
45
43
|
}
|
|
46
44
|
}
|
|
47
45
|
},
|
|
48
46
|
"marketingTenure": {
|
|
49
|
-
"ntsRef": "A3"
|
|
50
|
-
"title": "Type of tenure being marketed",
|
|
51
|
-
"enum": [
|
|
52
|
-
"Commonhold",
|
|
53
|
-
"Freehold",
|
|
54
|
-
"Leasehold",
|
|
55
|
-
"Share of Freehold",
|
|
56
|
-
"Shared Ownership"
|
|
57
|
-
]
|
|
47
|
+
"ntsRef": "A3"
|
|
58
48
|
},
|
|
59
49
|
"buildInformation": {
|
|
50
|
+
"ntsRef": "B1.1",
|
|
51
|
+
"required": [
|
|
52
|
+
"building"
|
|
53
|
+
],
|
|
60
54
|
"properties": {
|
|
55
|
+
"building": {
|
|
56
|
+
"ntsRef": "B1.1.1",
|
|
57
|
+
"discriminator": {
|
|
58
|
+
"propertyName": "propertyType"
|
|
59
|
+
},
|
|
60
|
+
"oneOf": [
|
|
61
|
+
{
|
|
62
|
+
"properties": {
|
|
63
|
+
"propertyType": {
|
|
64
|
+
"enum": [
|
|
65
|
+
"Other"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"otherType": {
|
|
69
|
+
"ntsRef": "B1.1.1.1"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"required": [
|
|
73
|
+
"otherType"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"properties": {
|
|
78
|
+
"propertyType": {
|
|
79
|
+
"enum": [
|
|
80
|
+
"House",
|
|
81
|
+
"Bungalow"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"builtForm": {
|
|
85
|
+
"ntsRef": "B1.1.2"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"required": [
|
|
89
|
+
"builtForm"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"properties": {
|
|
94
|
+
"propertyType": {
|
|
95
|
+
"enum": [
|
|
96
|
+
"Maisonette",
|
|
97
|
+
"Flat"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"builtForm": {
|
|
101
|
+
"ntsRef": "B1.1.2"
|
|
102
|
+
},
|
|
103
|
+
"numberOfFloors": {
|
|
104
|
+
"ntsRef": "B1.1.3"
|
|
105
|
+
},
|
|
106
|
+
"entranceFloor": {
|
|
107
|
+
"ntsRef": "B1.1.4"
|
|
108
|
+
},
|
|
109
|
+
"hasLift": {
|
|
110
|
+
"ntsRef": "B1.1.5"
|
|
111
|
+
},
|
|
112
|
+
"overCommercialPremises": {
|
|
113
|
+
"ntsRef": "B1.1.6",
|
|
114
|
+
"discriminator": {
|
|
115
|
+
"propertyName": "isLocatedOverCommercialPremises"
|
|
116
|
+
},
|
|
117
|
+
"oneOf": [
|
|
118
|
+
{
|
|
119
|
+
"properties": {
|
|
120
|
+
"isLocatedOverCommercialPremises": {
|
|
121
|
+
"enum": [
|
|
122
|
+
"No"
|
|
123
|
+
]
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"properties": {
|
|
129
|
+
"isLocatedOverCommercialPremises": {
|
|
130
|
+
"enum": [
|
|
131
|
+
"Yes"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"details": {
|
|
135
|
+
"ntsRef": "B1.1.6.2"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"required": [
|
|
139
|
+
"details"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"properties": {
|
|
144
|
+
"isLocatedOverCommercialPremises": {
|
|
145
|
+
"ntsRef": "B1.1.6.1"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"required": [
|
|
151
|
+
"builtForm",
|
|
152
|
+
"numberOfFloors",
|
|
153
|
+
"entranceFloor",
|
|
154
|
+
"hasLift",
|
|
155
|
+
"overCommercialPremises"
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"required": [
|
|
160
|
+
"propertyType"
|
|
161
|
+
],
|
|
162
|
+
"properties": {
|
|
163
|
+
"propertyType": {
|
|
164
|
+
"ntsRef": "B1.1.1.1"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
61
168
|
"rooms": {
|
|
62
169
|
"ntsRef": "B2",
|
|
63
|
-
"title": "Rooms",
|
|
64
|
-
"description": "Information about the property's rooms",
|
|
65
170
|
"items": {
|
|
66
171
|
"properties": {
|
|
67
172
|
"roomName": {
|
|
68
|
-
"ntsRef": "B2.1"
|
|
69
|
-
"title": "The name of the room"
|
|
173
|
+
"ntsRef": "B2.1"
|
|
70
174
|
},
|
|
71
175
|
"description": {
|
|
72
|
-
"ntsRef": "B2.2"
|
|
73
|
-
"title": "The specific description of the room"
|
|
176
|
+
"ntsRef": "B2.2"
|
|
74
177
|
},
|
|
75
178
|
"length": {
|
|
76
|
-
"ntsRef": "B2.3"
|
|
77
|
-
"title": "The length of the room"
|
|
179
|
+
"ntsRef": "B2.3"
|
|
78
180
|
},
|
|
79
181
|
"width": {
|
|
80
|
-
"ntsRef": "B2.4"
|
|
81
|
-
"title": "The width of the room"
|
|
182
|
+
"ntsRef": "B2.4"
|
|
82
183
|
},
|
|
83
184
|
"units": {
|
|
84
|
-
"ntsRef": "B2.5"
|
|
85
|
-
"title": "The units which the length and width of the room have been provided in",
|
|
86
|
-
"enum": [
|
|
87
|
-
"meters",
|
|
88
|
-
"centimetres",
|
|
89
|
-
"millimetres",
|
|
90
|
-
"feet",
|
|
91
|
-
"inches"
|
|
92
|
-
]
|
|
185
|
+
"ntsRef": "B2.5"
|
|
93
186
|
},
|
|
94
187
|
"dimensionDetails": {
|
|
95
|
-
"ntsRef": "B2.6"
|
|
96
|
-
"title": "Any additional description or clarification of the room dimensions"
|
|
188
|
+
"ntsRef": "B2.6"
|
|
97
189
|
},
|
|
98
190
|
"photoUrls": {
|
|
99
|
-
"ntsRef": "B2.7"
|
|
100
|
-
"title": "The URLs of images which should be associated with this room"
|
|
191
|
+
"ntsRef": "B2.7"
|
|
101
192
|
}
|
|
102
193
|
}
|
|
103
194
|
}
|
|
@@ -106,18 +197,14 @@
|
|
|
106
197
|
},
|
|
107
198
|
"ownership": {
|
|
108
199
|
"ntsRef": "A3",
|
|
109
|
-
"title": "Ownership",
|
|
110
200
|
"required": [
|
|
111
201
|
"ownershipsToBeTransferred"
|
|
112
202
|
],
|
|
113
203
|
"properties": {
|
|
114
204
|
"ownershipsToBeTransferred": {
|
|
115
205
|
"ntsRef": "A3",
|
|
116
|
-
"title": "Ownerships to be transferred on sale",
|
|
117
|
-
"minItems": 1,
|
|
118
206
|
"items": {
|
|
119
207
|
"ntsRef": "A3.1",
|
|
120
|
-
"title": "Ownership to be transferred",
|
|
121
208
|
"discriminator": {
|
|
122
209
|
"propertyName": "ownershipType"
|
|
123
210
|
},
|
|
@@ -138,6 +225,25 @@
|
|
|
138
225
|
"Managed Freehold",
|
|
139
226
|
"Commonhold"
|
|
140
227
|
]
|
|
228
|
+
},
|
|
229
|
+
"managedFreeholdOrCommonholdInformation": {
|
|
230
|
+
"ntsRef": "A3.2",
|
|
231
|
+
"required": [
|
|
232
|
+
"serviceCharge"
|
|
233
|
+
],
|
|
234
|
+
"properties": {
|
|
235
|
+
"serviceCharge": {
|
|
236
|
+
"ntsRef": "A3.1.1",
|
|
237
|
+
"required": [
|
|
238
|
+
"annualServiceCharge"
|
|
239
|
+
],
|
|
240
|
+
"properties": {
|
|
241
|
+
"annualServiceCharge": {
|
|
242
|
+
"ntsRef": "A3.1.2"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
141
247
|
}
|
|
142
248
|
}
|
|
143
249
|
},
|
|
@@ -150,7 +256,6 @@
|
|
|
150
256
|
},
|
|
151
257
|
"leaseholdInformation": {
|
|
152
258
|
"ntsRef": "A3.2",
|
|
153
|
-
"title": "Leasehold information",
|
|
154
259
|
"required": [
|
|
155
260
|
"typeOfLeasehold",
|
|
156
261
|
"leaseTerm",
|
|
@@ -182,21 +287,13 @@
|
|
|
182
287
|
]
|
|
183
288
|
},
|
|
184
289
|
"sharedOwnershipPercentage": {
|
|
185
|
-
"ntsRef": "A3.7.1"
|
|
186
|
-
"title": "Shared ownership percentage"
|
|
290
|
+
"ntsRef": "A3.7.1"
|
|
187
291
|
},
|
|
188
292
|
"sharedOwnershipRent": {
|
|
189
|
-
"ntsRef": "A3.7.2"
|
|
190
|
-
"title": "Shared ownership rent (£)"
|
|
293
|
+
"ntsRef": "A3.7.2"
|
|
191
294
|
},
|
|
192
295
|
"sharedOwnershipRentFrequency": {
|
|
193
|
-
"ntsRef": "A3.7.3"
|
|
194
|
-
"title": "Shared ownership rent frequency",
|
|
195
|
-
"enum": [
|
|
196
|
-
"Yearly",
|
|
197
|
-
"Monthly",
|
|
198
|
-
"Weekly"
|
|
199
|
-
]
|
|
296
|
+
"ntsRef": "A3.7.3"
|
|
200
297
|
}
|
|
201
298
|
},
|
|
202
299
|
"required": [
|
|
@@ -218,18 +315,15 @@
|
|
|
218
315
|
],
|
|
219
316
|
"properties": {
|
|
220
317
|
"startYearOfLease": {
|
|
221
|
-
"ntsRef": "A3.2.1.1"
|
|
222
|
-
"title": "Year that the lease commenced"
|
|
318
|
+
"ntsRef": "A3.2.1.1"
|
|
223
319
|
},
|
|
224
320
|
"lengthOfLeaseInYears": {
|
|
225
|
-
"ntsRef": "A3.2.1.2"
|
|
226
|
-
"title": "Length of lease (years)"
|
|
321
|
+
"ntsRef": "A3.2.1.2"
|
|
227
322
|
}
|
|
228
323
|
}
|
|
229
324
|
},
|
|
230
325
|
"groundRent": {
|
|
231
326
|
"ntsRef": "A3.4",
|
|
232
|
-
"title": "Ground Rent",
|
|
233
327
|
"discriminator": {
|
|
234
328
|
"propertyName": "isGroundRentPayable"
|
|
235
329
|
},
|
|
@@ -251,12 +345,10 @@
|
|
|
251
345
|
]
|
|
252
346
|
},
|
|
253
347
|
"annualGroundRent": {
|
|
254
|
-
"ntsRef": "A3.4.2"
|
|
255
|
-
"title": "What is the annual ground rent payable? (£)"
|
|
348
|
+
"ntsRef": "A3.4.2"
|
|
256
349
|
},
|
|
257
350
|
"rentSubjectToIncrease": {
|
|
258
351
|
"ntsRef": "A3.4.3",
|
|
259
|
-
"title": "Is the ground rent subject to increase?",
|
|
260
352
|
"discriminator": {
|
|
261
353
|
"propertyName": "yesNo"
|
|
262
354
|
},
|
|
@@ -278,13 +370,10 @@
|
|
|
278
370
|
]
|
|
279
371
|
},
|
|
280
372
|
"rentReviewFrequency": {
|
|
281
|
-
"ntsRef": "1.4.3.2"
|
|
282
|
-
"title": "How often is the rent reviewed?"
|
|
373
|
+
"ntsRef": "1.4.3.2"
|
|
283
374
|
},
|
|
284
375
|
"rentIncreaseCalculated": {
|
|
285
|
-
"ntsRef": "1.4.3.3"
|
|
286
|
-
"title": "How is the increase calculated?",
|
|
287
|
-
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
376
|
+
"ntsRef": "1.4.3.3"
|
|
288
377
|
}
|
|
289
378
|
},
|
|
290
379
|
"required": [
|
|
@@ -298,11 +387,7 @@
|
|
|
298
387
|
],
|
|
299
388
|
"properties": {
|
|
300
389
|
"yesNo": {
|
|
301
|
-
"ntsRef": "1.4.3.1"
|
|
302
|
-
"enum": [
|
|
303
|
-
"Yes",
|
|
304
|
-
"No"
|
|
305
|
-
]
|
|
390
|
+
"ntsRef": "1.4.3.1"
|
|
306
391
|
}
|
|
307
392
|
}
|
|
308
393
|
}
|
|
@@ -318,18 +403,12 @@
|
|
|
318
403
|
],
|
|
319
404
|
"properties": {
|
|
320
405
|
"isGroundRentPayable": {
|
|
321
|
-
"ntsRef": "A3.4.1"
|
|
322
|
-
"title": "Does the seller pay ground rent for the property?",
|
|
323
|
-
"enum": [
|
|
324
|
-
"Yes",
|
|
325
|
-
"No"
|
|
326
|
-
]
|
|
406
|
+
"ntsRef": "A3.4.1"
|
|
327
407
|
}
|
|
328
408
|
}
|
|
329
409
|
},
|
|
330
410
|
"serviceCharge": {
|
|
331
411
|
"ntsRef": "A3.5",
|
|
332
|
-
"title": "Service Charge",
|
|
333
412
|
"discriminator": {
|
|
334
413
|
"propertyName": "sellerContributesToServiceCharge"
|
|
335
414
|
},
|
|
@@ -351,10 +430,12 @@
|
|
|
351
430
|
]
|
|
352
431
|
},
|
|
353
432
|
"annualServiceCharge": {
|
|
354
|
-
"ntsRef": "A3.5.1.1"
|
|
355
|
-
"title": "Amount of current annual service charge (£)"
|
|
433
|
+
"ntsRef": "A3.5.1.1"
|
|
356
434
|
}
|
|
357
|
-
}
|
|
435
|
+
},
|
|
436
|
+
"required": [
|
|
437
|
+
"annualServiceCharge"
|
|
438
|
+
]
|
|
358
439
|
}
|
|
359
440
|
],
|
|
360
441
|
"required": [
|
|
@@ -362,12 +443,7 @@
|
|
|
362
443
|
],
|
|
363
444
|
"properties": {
|
|
364
445
|
"sellerContributesToServiceCharge": {
|
|
365
|
-
"ntsRef": "A3.5.1"
|
|
366
|
-
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
367
|
-
"enum": [
|
|
368
|
-
"Yes",
|
|
369
|
-
"No"
|
|
370
|
-
]
|
|
446
|
+
"ntsRef": "A3.5.1"
|
|
371
447
|
}
|
|
372
448
|
}
|
|
373
449
|
}
|
|
@@ -381,20 +457,30 @@
|
|
|
381
457
|
"enum": [
|
|
382
458
|
"Other"
|
|
383
459
|
]
|
|
460
|
+
},
|
|
461
|
+
"otherOwnershipDetails": {
|
|
462
|
+
"ntsRef": "A3.5"
|
|
384
463
|
}
|
|
385
|
-
}
|
|
464
|
+
},
|
|
465
|
+
"required": [
|
|
466
|
+
"otherOwnershipDetails"
|
|
467
|
+
]
|
|
386
468
|
}
|
|
387
469
|
],
|
|
388
470
|
"required": [
|
|
389
471
|
"ownershipType"
|
|
390
|
-
]
|
|
472
|
+
],
|
|
473
|
+
"properties": {
|
|
474
|
+
"ownershipType": {
|
|
475
|
+
"ntsRef": "A3.1"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
391
478
|
}
|
|
392
479
|
}
|
|
393
480
|
}
|
|
394
481
|
},
|
|
395
482
|
"parking": {
|
|
396
483
|
"ntsRef": "B4",
|
|
397
|
-
"title": "Parking",
|
|
398
484
|
"required": [
|
|
399
485
|
"parkingArrangements",
|
|
400
486
|
"controlledParking",
|
|
@@ -403,27 +489,36 @@
|
|
|
403
489
|
"properties": {
|
|
404
490
|
"parkingArrangements": {
|
|
405
491
|
"ntsRef": "B4.1",
|
|
406
|
-
"
|
|
492
|
+
"items": {
|
|
493
|
+
"ntsRef": "B4.1.1"
|
|
494
|
+
}
|
|
407
495
|
},
|
|
408
496
|
"controlledParking": {
|
|
409
497
|
"ntsRef": "B4.2",
|
|
410
|
-
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
411
498
|
"required": [
|
|
412
499
|
"yesNo"
|
|
413
|
-
]
|
|
500
|
+
],
|
|
501
|
+
"properties": {
|
|
502
|
+
"yesNo": {
|
|
503
|
+
"ntsRef": "B4.2.1"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
414
506
|
},
|
|
415
507
|
"electricVehicleChargingPoint": {
|
|
416
508
|
"ntsRef": "B4.3",
|
|
417
|
-
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
418
509
|
"required": [
|
|
419
510
|
"yesNo"
|
|
420
|
-
]
|
|
511
|
+
],
|
|
512
|
+
"properties": {
|
|
513
|
+
"yesNo": {
|
|
514
|
+
"ntsRef": "B4.2.1"
|
|
515
|
+
}
|
|
516
|
+
}
|
|
421
517
|
}
|
|
422
518
|
}
|
|
423
519
|
},
|
|
424
520
|
"listingAndConservation": {
|
|
425
521
|
"ntsRef": "C2.1",
|
|
426
|
-
"title": "Listing and Conservation",
|
|
427
522
|
"required": [
|
|
428
523
|
"isListed",
|
|
429
524
|
"isConservationArea",
|
|
@@ -432,7 +527,6 @@
|
|
|
432
527
|
"properties": {
|
|
433
528
|
"isListed": {
|
|
434
529
|
"ntsRef": "C2.1.1",
|
|
435
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
436
530
|
"discriminator": {
|
|
437
531
|
"propertyName": "yesNo"
|
|
438
532
|
},
|
|
@@ -453,8 +547,14 @@
|
|
|
453
547
|
"enum": [
|
|
454
548
|
"Yes"
|
|
455
549
|
]
|
|
550
|
+
},
|
|
551
|
+
"details": {
|
|
552
|
+
"ntsRef": "C2.1.1.2"
|
|
456
553
|
}
|
|
457
|
-
}
|
|
554
|
+
},
|
|
555
|
+
"required": [
|
|
556
|
+
"details"
|
|
557
|
+
]
|
|
458
558
|
}
|
|
459
559
|
],
|
|
460
560
|
"required": [
|
|
@@ -462,18 +562,12 @@
|
|
|
462
562
|
],
|
|
463
563
|
"properties": {
|
|
464
564
|
"yesNo": {
|
|
465
|
-
"ntsRef": "C2.1.1.1"
|
|
466
|
-
"enum": [
|
|
467
|
-
"Yes",
|
|
468
|
-
"No",
|
|
469
|
-
"Not known"
|
|
470
|
-
]
|
|
565
|
+
"ntsRef": "C2.1.1.1"
|
|
471
566
|
}
|
|
472
567
|
}
|
|
473
568
|
},
|
|
474
569
|
"isConservationArea": {
|
|
475
570
|
"ntsRef": "C2.1.2",
|
|
476
|
-
"title": "Is the property in a designated conservation area?",
|
|
477
571
|
"discriminator": {
|
|
478
572
|
"propertyName": "yesNo"
|
|
479
573
|
},
|
|
@@ -494,8 +588,14 @@
|
|
|
494
588
|
"enum": [
|
|
495
589
|
"Yes"
|
|
496
590
|
]
|
|
591
|
+
},
|
|
592
|
+
"details": {
|
|
593
|
+
"ntsRef": "C2.1.2.2"
|
|
497
594
|
}
|
|
498
|
-
}
|
|
595
|
+
},
|
|
596
|
+
"required": [
|
|
597
|
+
"details"
|
|
598
|
+
]
|
|
499
599
|
}
|
|
500
600
|
],
|
|
501
601
|
"required": [
|
|
@@ -503,18 +603,12 @@
|
|
|
503
603
|
],
|
|
504
604
|
"properties": {
|
|
505
605
|
"yesNo": {
|
|
506
|
-
"ntsRef": "C2.1.2.1"
|
|
507
|
-
"enum": [
|
|
508
|
-
"Yes",
|
|
509
|
-
"No",
|
|
510
|
-
"Not known"
|
|
511
|
-
]
|
|
606
|
+
"ntsRef": "C2.1.2.1"
|
|
512
607
|
}
|
|
513
608
|
}
|
|
514
609
|
},
|
|
515
610
|
"hasTreePreservationOrder": {
|
|
516
611
|
"ntsRef": "C2.1.3",
|
|
517
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
518
612
|
"discriminator": {
|
|
519
613
|
"propertyName": "yesNo"
|
|
520
614
|
},
|
|
@@ -535,6 +629,41 @@
|
|
|
535
629
|
"enum": [
|
|
536
630
|
"Yes"
|
|
537
631
|
]
|
|
632
|
+
},
|
|
633
|
+
"workCarriedOut": {
|
|
634
|
+
"ntsRef": "C2.1.3.2",
|
|
635
|
+
"discriminator": {
|
|
636
|
+
"propertyName": "yesNo"
|
|
637
|
+
},
|
|
638
|
+
"oneOf": [
|
|
639
|
+
{
|
|
640
|
+
"properties": {
|
|
641
|
+
"yesNo": {
|
|
642
|
+
"enum": [
|
|
643
|
+
"No"
|
|
644
|
+
]
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"properties": {
|
|
650
|
+
"yesNo": {
|
|
651
|
+
"enum": [
|
|
652
|
+
"Yes"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"consentsObtained": {
|
|
656
|
+
"ntsRef": "C2.1.3.3"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"required": [
|
|
660
|
+
"consentsObtained"
|
|
661
|
+
]
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"required": [
|
|
665
|
+
"yesNo"
|
|
666
|
+
]
|
|
538
667
|
}
|
|
539
668
|
}
|
|
540
669
|
}
|
|
@@ -544,12 +673,7 @@
|
|
|
544
673
|
],
|
|
545
674
|
"properties": {
|
|
546
675
|
"yesNo": {
|
|
547
|
-
"ntsRef": "C2.1.3.1"
|
|
548
|
-
"enum": [
|
|
549
|
-
"Yes",
|
|
550
|
-
"No",
|
|
551
|
-
"Not known"
|
|
552
|
-
]
|
|
676
|
+
"ntsRef": "C2.1.3.1"
|
|
553
677
|
}
|
|
554
678
|
}
|
|
555
679
|
}
|
|
@@ -557,7 +681,6 @@
|
|
|
557
681
|
},
|
|
558
682
|
"typeOfConstruction": {
|
|
559
683
|
"ntsRef": "A1.2",
|
|
560
|
-
"title": "Type of Construction",
|
|
561
684
|
"required": [
|
|
562
685
|
"isStandardForm",
|
|
563
686
|
"buildingSafety",
|
|
@@ -566,8 +689,6 @@
|
|
|
566
689
|
"properties": {
|
|
567
690
|
"isStandardForm": {
|
|
568
691
|
"ntsRef": "A1.2.1",
|
|
569
|
-
"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?",
|
|
570
|
-
"description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
|
|
571
692
|
"discriminator": {
|
|
572
693
|
"propertyName": "yesNo"
|
|
573
694
|
},
|
|
@@ -589,8 +710,7 @@
|
|
|
589
710
|
]
|
|
590
711
|
},
|
|
591
712
|
"details": {
|
|
592
|
-
"ntsRef": "A1.2.1.2"
|
|
593
|
-
"title": "Details"
|
|
713
|
+
"ntsRef": "A1.2.1.2"
|
|
594
714
|
}
|
|
595
715
|
},
|
|
596
716
|
"required": [
|
|
@@ -603,18 +723,12 @@
|
|
|
603
723
|
],
|
|
604
724
|
"properties": {
|
|
605
725
|
"yesNo": {
|
|
606
|
-
"ntsRef": "A1.2.1.1"
|
|
607
|
-
"enum": [
|
|
608
|
-
"Yes",
|
|
609
|
-
"No"
|
|
610
|
-
]
|
|
726
|
+
"ntsRef": "A1.2.1.1"
|
|
611
727
|
}
|
|
612
728
|
}
|
|
613
729
|
},
|
|
614
730
|
"buildingSafety": {
|
|
615
731
|
"ntsRef": "C1",
|
|
616
|
-
"title": "Are you aware of any building safety issues?",
|
|
617
|
-
"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",
|
|
618
732
|
"discriminator": {
|
|
619
733
|
"propertyName": "yesNo"
|
|
620
734
|
},
|
|
@@ -636,24 +750,19 @@
|
|
|
636
750
|
]
|
|
637
751
|
},
|
|
638
752
|
"details": {
|
|
639
|
-
"ntsRef": "C1.2"
|
|
640
|
-
"title": "What are are the defects or hazards?"
|
|
753
|
+
"ntsRef": "C1.2"
|
|
641
754
|
},
|
|
642
755
|
"workAlreadyDone": {
|
|
643
|
-
"ntsRef": "C1.3"
|
|
644
|
-
"title": "What work has already been done?"
|
|
756
|
+
"ntsRef": "C1.3"
|
|
645
757
|
},
|
|
646
758
|
"workToBeDone": {
|
|
647
|
-
"ntsRef": "C1.4"
|
|
648
|
-
"title": "What work is required to be done?"
|
|
759
|
+
"ntsRef": "C1.4"
|
|
649
760
|
},
|
|
650
761
|
"potentialCost": {
|
|
651
|
-
"ntsRef": "C1.5"
|
|
652
|
-
"title": "What will the potential cost be?"
|
|
762
|
+
"ntsRef": "C1.5"
|
|
653
763
|
},
|
|
654
764
|
"abilityToResideAtProperty": {
|
|
655
|
-
"ntsRef": "C1.6"
|
|
656
|
-
"title": "Will the work impact the ability to reside at the property?"
|
|
765
|
+
"ntsRef": "C1.6"
|
|
657
766
|
}
|
|
658
767
|
},
|
|
659
768
|
"required": [
|
|
@@ -679,15 +788,12 @@
|
|
|
679
788
|
}
|
|
680
789
|
},
|
|
681
790
|
"accessibilityAndAdaptations": {
|
|
682
|
-
"ntsRef": "C5"
|
|
683
|
-
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
684
|
-
"description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level"
|
|
791
|
+
"ntsRef": "C5"
|
|
685
792
|
}
|
|
686
793
|
}
|
|
687
794
|
},
|
|
688
795
|
"energyEfficiency": {
|
|
689
796
|
"ntsRef": "A4",
|
|
690
|
-
"title": "Energy Efficiency",
|
|
691
797
|
"required": [
|
|
692
798
|
"certificate"
|
|
693
799
|
],
|
|
@@ -699,21 +805,7 @@
|
|
|
699
805
|
],
|
|
700
806
|
"properties": {
|
|
701
807
|
"currentEnergyRating": {
|
|
702
|
-
"ntsRef": "A4.1.1"
|
|
703
|
-
"title": "Current energy efficiency rating",
|
|
704
|
-
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
705
|
-
"enum": [
|
|
706
|
-
"A",
|
|
707
|
-
"B",
|
|
708
|
-
"C",
|
|
709
|
-
"D",
|
|
710
|
-
"E",
|
|
711
|
-
"F",
|
|
712
|
-
"G",
|
|
713
|
-
"Exempt Property",
|
|
714
|
-
"Survey Instructed",
|
|
715
|
-
"No Certificate"
|
|
716
|
-
]
|
|
808
|
+
"ntsRef": "A4.1.1"
|
|
717
809
|
}
|
|
718
810
|
}
|
|
719
811
|
}
|
|
@@ -721,31 +813,16 @@
|
|
|
721
813
|
},
|
|
722
814
|
"councilTax": {
|
|
723
815
|
"ntsRef": "A1",
|
|
724
|
-
"title": "Council Tax",
|
|
725
816
|
"required": [
|
|
726
817
|
"councilTaxBand",
|
|
727
818
|
"councilTaxAffectingAlterations"
|
|
728
819
|
],
|
|
729
820
|
"properties": {
|
|
730
821
|
"councilTaxBand": {
|
|
731
|
-
"ntsRef": "A1.1"
|
|
732
|
-
"title": "Which Council Tax band does this property fall within?",
|
|
733
|
-
"description": "Band I relates to Wales only",
|
|
734
|
-
"enum": [
|
|
735
|
-
"A",
|
|
736
|
-
"B",
|
|
737
|
-
"C",
|
|
738
|
-
"D",
|
|
739
|
-
"E",
|
|
740
|
-
"F",
|
|
741
|
-
"G",
|
|
742
|
-
"H",
|
|
743
|
-
"I"
|
|
744
|
-
]
|
|
822
|
+
"ntsRef": "A1.1"
|
|
745
823
|
},
|
|
746
824
|
"councilTaxAffectingAlterations": {
|
|
747
825
|
"ntsRef": "A1.2",
|
|
748
|
-
"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?",
|
|
749
826
|
"discriminator": {
|
|
750
827
|
"propertyName": "yesNo"
|
|
751
828
|
},
|
|
@@ -767,16 +844,59 @@
|
|
|
767
844
|
]
|
|
768
845
|
},
|
|
769
846
|
"details": {
|
|
770
|
-
"ntsRef": "A1.2.2"
|
|
771
|
-
"title": "Please give details"
|
|
847
|
+
"ntsRef": "A1.2.2"
|
|
772
848
|
},
|
|
773
849
|
"attachments": {
|
|
774
|
-
"ntsRef": "A1.2.3"
|
|
775
|
-
|
|
850
|
+
"ntsRef": "A1.2.3"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"required": [
|
|
854
|
+
"details"
|
|
855
|
+
]
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"required": [
|
|
859
|
+
"yesNo"
|
|
860
|
+
],
|
|
861
|
+
"properties": {
|
|
862
|
+
"yesNo": {
|
|
863
|
+
"ntsRef": "A1.2.1"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"notices": {
|
|
870
|
+
"ntsRef": "C4",
|
|
871
|
+
"required": [
|
|
872
|
+
"neighbourDevelopment",
|
|
873
|
+
"planningApplication"
|
|
874
|
+
],
|
|
875
|
+
"properties": {
|
|
876
|
+
"neighbourDevelopment": {
|
|
877
|
+
"ntsRef": "C4.1",
|
|
878
|
+
"discriminator": {
|
|
879
|
+
"propertyName": "yesNo"
|
|
880
|
+
},
|
|
881
|
+
"oneOf": [
|
|
882
|
+
{
|
|
883
|
+
"properties": {
|
|
884
|
+
"yesNo": {
|
|
885
|
+
"enum": [
|
|
886
|
+
"No"
|
|
887
|
+
]
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"properties": {
|
|
893
|
+
"yesNo": {
|
|
776
894
|
"enum": [
|
|
777
|
-
"
|
|
778
|
-
"To follow"
|
|
895
|
+
"Yes"
|
|
779
896
|
]
|
|
897
|
+
},
|
|
898
|
+
"details": {
|
|
899
|
+
"ntsRef": "C4.1.2"
|
|
780
900
|
}
|
|
781
901
|
},
|
|
782
902
|
"required": [
|
|
@@ -789,24 +909,56 @@
|
|
|
789
909
|
],
|
|
790
910
|
"properties": {
|
|
791
911
|
"yesNo": {
|
|
792
|
-
"ntsRef": "
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
912
|
+
"ntsRef": "C4.1.1"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"planningApplication": {
|
|
917
|
+
"ntsRef": "C4.2",
|
|
918
|
+
"discriminator": {
|
|
919
|
+
"propertyName": "yesNo"
|
|
920
|
+
},
|
|
921
|
+
"oneOf": [
|
|
922
|
+
{
|
|
923
|
+
"properties": {
|
|
924
|
+
"yesNo": {
|
|
925
|
+
"enum": [
|
|
926
|
+
"No"
|
|
927
|
+
]
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"properties": {
|
|
933
|
+
"yesNo": {
|
|
934
|
+
"enum": [
|
|
935
|
+
"Yes"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"details": {
|
|
939
|
+
"ntsRef": "C4.2.2"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"required": [
|
|
943
|
+
"details"
|
|
796
944
|
]
|
|
797
945
|
}
|
|
946
|
+
],
|
|
947
|
+
"required": [
|
|
948
|
+
"yesNo"
|
|
949
|
+
],
|
|
950
|
+
"properties": {
|
|
951
|
+
"yesNo": {
|
|
952
|
+
"ntsRef": "C4.2.1"
|
|
953
|
+
}
|
|
798
954
|
}
|
|
799
955
|
}
|
|
800
956
|
}
|
|
801
957
|
},
|
|
802
958
|
"connectedUtilities": {
|
|
803
959
|
"ntsRef": "B3",
|
|
804
|
-
"title": "Connected utilities",
|
|
805
|
-
"description": "Please indicate which utilities are are connected to the property.",
|
|
806
960
|
"required": [
|
|
807
961
|
"mainsElectricity",
|
|
808
|
-
"telephone",
|
|
809
|
-
"cableSatelliteTV",
|
|
810
962
|
"broadband",
|
|
811
963
|
"solarPanels",
|
|
812
964
|
"otherServices"
|
|
@@ -814,7 +966,6 @@
|
|
|
814
966
|
"properties": {
|
|
815
967
|
"mainsElectricity": {
|
|
816
968
|
"ntsRef": "B3.1",
|
|
817
|
-
"title": "Mains electricity",
|
|
818
969
|
"discriminator": {
|
|
819
970
|
"propertyName": "yesNo"
|
|
820
971
|
},
|
|
@@ -912,7 +1063,6 @@
|
|
|
912
1063
|
},
|
|
913
1064
|
"broadband": {
|
|
914
1065
|
"ntsRef": "B3.5",
|
|
915
|
-
"title": "Broadband",
|
|
916
1066
|
"discriminator": {
|
|
917
1067
|
"propertyName": "yesNo"
|
|
918
1068
|
},
|
|
@@ -934,14 +1084,7 @@
|
|
|
934
1084
|
]
|
|
935
1085
|
},
|
|
936
1086
|
"typeOfConnection": {
|
|
937
|
-
"ntsRef": "B3.5.2"
|
|
938
|
-
"title": "Type of connection",
|
|
939
|
-
"enum": [
|
|
940
|
-
"ADSL copper wire",
|
|
941
|
-
"Cable",
|
|
942
|
-
"FTTC (Fibre to the Cabinet)",
|
|
943
|
-
"FTTP (Fibre to the Premises)"
|
|
944
|
-
]
|
|
1087
|
+
"ntsRef": "B3.5.2"
|
|
945
1088
|
}
|
|
946
1089
|
},
|
|
947
1090
|
"required": [
|
|
@@ -973,7 +1116,6 @@
|
|
|
973
1116
|
},
|
|
974
1117
|
"solarPanels": {
|
|
975
1118
|
"ntsRef": "B3.7",
|
|
976
|
-
"title": "Solar or photovoltaic panels",
|
|
977
1119
|
"discriminator": {
|
|
978
1120
|
"propertyName": "yesNo"
|
|
979
1121
|
},
|
|
@@ -1021,8 +1163,6 @@
|
|
|
1021
1163
|
},
|
|
1022
1164
|
"otherServices": {
|
|
1023
1165
|
"ntsRef": "B3.8",
|
|
1024
|
-
"title": "Other services",
|
|
1025
|
-
"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",
|
|
1026
1166
|
"discriminator": {
|
|
1027
1167
|
"propertyName": "yesNo"
|
|
1028
1168
|
},
|
|
@@ -1044,8 +1184,7 @@
|
|
|
1044
1184
|
]
|
|
1045
1185
|
},
|
|
1046
1186
|
"details": {
|
|
1047
|
-
"ntsRef": "3.8.2"
|
|
1048
|
-
"title": "Supplier"
|
|
1187
|
+
"ntsRef": "3.8.2"
|
|
1049
1188
|
}
|
|
1050
1189
|
},
|
|
1051
1190
|
"required": [
|
|
@@ -1079,16 +1218,19 @@
|
|
|
1079
1218
|
},
|
|
1080
1219
|
"waterAndDrainage": {
|
|
1081
1220
|
"ntsRef": "A3.2",
|
|
1082
|
-
"
|
|
1083
|
-
|
|
1221
|
+
"required": [
|
|
1222
|
+
"water",
|
|
1223
|
+
"drainage"
|
|
1224
|
+
],
|
|
1084
1225
|
"properties": {
|
|
1085
1226
|
"water": {
|
|
1086
1227
|
"ntsRef": "A3.2",
|
|
1087
|
-
"
|
|
1228
|
+
"required": [
|
|
1229
|
+
"mainsWater"
|
|
1230
|
+
],
|
|
1088
1231
|
"properties": {
|
|
1089
1232
|
"mainsWater": {
|
|
1090
1233
|
"ntsRef": "A3.2",
|
|
1091
|
-
"title": "Mains water",
|
|
1092
1234
|
"discriminator": {
|
|
1093
1235
|
"propertyName": "yesNo"
|
|
1094
1236
|
},
|
|
@@ -1101,9 +1243,7 @@
|
|
|
1101
1243
|
]
|
|
1102
1244
|
},
|
|
1103
1245
|
"details": {
|
|
1104
|
-
"ntsRef": "3.2.2"
|
|
1105
|
-
"title": "How is water supplied?",
|
|
1106
|
-
"description": "e.g. Private well, borehole, springs etc."
|
|
1246
|
+
"ntsRef": "3.2.2"
|
|
1107
1247
|
}
|
|
1108
1248
|
},
|
|
1109
1249
|
"required": [
|
|
@@ -1118,8 +1258,7 @@
|
|
|
1118
1258
|
]
|
|
1119
1259
|
},
|
|
1120
1260
|
"isSupplyMetered": {
|
|
1121
|
-
"ntsRef": "3.2.3"
|
|
1122
|
-
"title": "Details"
|
|
1261
|
+
"ntsRef": "3.2.3"
|
|
1123
1262
|
}
|
|
1124
1263
|
},
|
|
1125
1264
|
"required": [
|
|
@@ -1144,7 +1283,6 @@
|
|
|
1144
1283
|
"ntsRef": "A3.2.1",
|
|
1145
1284
|
"enum": [
|
|
1146
1285
|
"Yes",
|
|
1147
|
-
"To be connected",
|
|
1148
1286
|
"No"
|
|
1149
1287
|
]
|
|
1150
1288
|
}
|
|
@@ -1154,7 +1292,6 @@
|
|
|
1154
1292
|
},
|
|
1155
1293
|
"drainage": {
|
|
1156
1294
|
"ntsRef": "A3.3",
|
|
1157
|
-
"title": "Drainage",
|
|
1158
1295
|
"required": [
|
|
1159
1296
|
"mainsSurfaceWaterDrainage",
|
|
1160
1297
|
"mainsFoulDrainage"
|
|
@@ -1162,7 +1299,6 @@
|
|
|
1162
1299
|
"properties": {
|
|
1163
1300
|
"mainsSurfaceWaterDrainage": {
|
|
1164
1301
|
"ntsRef": "A3.3.1",
|
|
1165
|
-
"title": "Mains surface water drainage",
|
|
1166
1302
|
"discriminator": {
|
|
1167
1303
|
"propertyName": "yesNo"
|
|
1168
1304
|
},
|
|
@@ -1204,7 +1340,6 @@
|
|
|
1204
1340
|
"ntsRef": "A3.3.1.1",
|
|
1205
1341
|
"enum": [
|
|
1206
1342
|
"Yes",
|
|
1207
|
-
"To be connected",
|
|
1208
1343
|
"No",
|
|
1209
1344
|
"Not known"
|
|
1210
1345
|
]
|
|
@@ -1213,7 +1348,6 @@
|
|
|
1213
1348
|
},
|
|
1214
1349
|
"mainsFoulDrainage": {
|
|
1215
1350
|
"ntsRef": "A3.3.2",
|
|
1216
|
-
"title": "Mains foul drainage / sweerage",
|
|
1217
1351
|
"discriminator": {
|
|
1218
1352
|
"propertyName": "yesNo"
|
|
1219
1353
|
},
|
|
@@ -1246,7 +1380,6 @@
|
|
|
1246
1380
|
},
|
|
1247
1381
|
"sustainableDrainageSystem": {
|
|
1248
1382
|
"ntsRef": "A3.3.3",
|
|
1249
|
-
"title": "Sustainable Drainage System",
|
|
1250
1383
|
"discriminator": {
|
|
1251
1384
|
"propertyName": "yesNo"
|
|
1252
1385
|
},
|
|
@@ -1294,7 +1427,6 @@
|
|
|
1294
1427
|
},
|
|
1295
1428
|
"septicTank": {
|
|
1296
1429
|
"ntsRef": "A3.3.4",
|
|
1297
|
-
"title": "Septic tank",
|
|
1298
1430
|
"discriminator": {
|
|
1299
1431
|
"propertyName": "yesNo"
|
|
1300
1432
|
},
|
|
@@ -1323,17 +1455,12 @@
|
|
|
1323
1455
|
],
|
|
1324
1456
|
"properties": {
|
|
1325
1457
|
"yesNo": {
|
|
1326
|
-
"ntsRef": "A3.3.4.1"
|
|
1327
|
-
"enum": [
|
|
1328
|
-
"Yes",
|
|
1329
|
-
"No"
|
|
1330
|
-
]
|
|
1458
|
+
"ntsRef": "A3.3.4.1"
|
|
1331
1459
|
}
|
|
1332
1460
|
}
|
|
1333
1461
|
},
|
|
1334
1462
|
"cesspit": {
|
|
1335
1463
|
"ntsRef": "A3.3.5",
|
|
1336
|
-
"title": "Cesspit",
|
|
1337
1464
|
"discriminator": {
|
|
1338
1465
|
"propertyName": "yesNo"
|
|
1339
1466
|
},
|
|
@@ -1362,17 +1489,12 @@
|
|
|
1362
1489
|
],
|
|
1363
1490
|
"properties": {
|
|
1364
1491
|
"yesNo": {
|
|
1365
|
-
"ntsRef": "A3.3.5.1"
|
|
1366
|
-
"enum": [
|
|
1367
|
-
"Yes",
|
|
1368
|
-
"No"
|
|
1369
|
-
]
|
|
1492
|
+
"ntsRef": "A3.3.5.1"
|
|
1370
1493
|
}
|
|
1371
1494
|
}
|
|
1372
1495
|
},
|
|
1373
1496
|
"sewerageTreatmentPlant": {
|
|
1374
1497
|
"ntsRef": "A3.3.6",
|
|
1375
|
-
"title": "Sewerage treatment plant",
|
|
1376
1498
|
"discriminator": {
|
|
1377
1499
|
"propertyName": "yesNo"
|
|
1378
1500
|
},
|
|
@@ -1401,11 +1523,7 @@
|
|
|
1401
1523
|
],
|
|
1402
1524
|
"properties": {
|
|
1403
1525
|
"yesNo": {
|
|
1404
|
-
"ntsRef": "A3.3.6.1"
|
|
1405
|
-
"enum": [
|
|
1406
|
-
"Yes",
|
|
1407
|
-
"No"
|
|
1408
|
-
]
|
|
1526
|
+
"ntsRef": "A3.3.6.1"
|
|
1409
1527
|
}
|
|
1410
1528
|
}
|
|
1411
1529
|
}
|
|
@@ -1423,9 +1541,11 @@
|
|
|
1423
1541
|
],
|
|
1424
1542
|
"properties": {
|
|
1425
1543
|
"yesNo": {
|
|
1544
|
+
"ntsRef": "A3.3.2.1",
|
|
1426
1545
|
"enum": [
|
|
1427
1546
|
"Yes",
|
|
1428
|
-
"No"
|
|
1547
|
+
"No",
|
|
1548
|
+
"Not known"
|
|
1429
1549
|
]
|
|
1430
1550
|
}
|
|
1431
1551
|
}
|
|
@@ -1436,7 +1556,6 @@
|
|
|
1436
1556
|
},
|
|
1437
1557
|
"heating": {
|
|
1438
1558
|
"ntsRef": "B3.4",
|
|
1439
|
-
"title": "Heating",
|
|
1440
1559
|
"discriminator": {
|
|
1441
1560
|
"propertyName": "heatingType"
|
|
1442
1561
|
},
|
|
@@ -1459,14 +1578,12 @@
|
|
|
1459
1578
|
},
|
|
1460
1579
|
"centralHeatingDetails": {
|
|
1461
1580
|
"ntsRef": "B3.4.3",
|
|
1462
|
-
"title": "Central Heating Details",
|
|
1463
1581
|
"required": [
|
|
1464
1582
|
"centralHeatingFuel"
|
|
1465
1583
|
],
|
|
1466
1584
|
"properties": {
|
|
1467
1585
|
"centralHeatingFuel": {
|
|
1468
1586
|
"ntsRef": "B3.4.3.1",
|
|
1469
|
-
"title": "Central Heating Fuel",
|
|
1470
1587
|
"discriminator": {
|
|
1471
1588
|
"propertyName": "centralHeatingFuelType"
|
|
1472
1589
|
},
|
|
@@ -1479,7 +1596,7 @@
|
|
|
1479
1596
|
"Electricity",
|
|
1480
1597
|
"Oil",
|
|
1481
1598
|
"LPG",
|
|
1482
|
-
"Biomass
|
|
1599
|
+
"Biomass"
|
|
1483
1600
|
]
|
|
1484
1601
|
}
|
|
1485
1602
|
}
|
|
@@ -1499,15 +1616,7 @@
|
|
|
1499
1616
|
],
|
|
1500
1617
|
"properties": {
|
|
1501
1618
|
"centralHeatingFuelType": {
|
|
1502
|
-
"ntsRef": "B3.4.3.1.1"
|
|
1503
|
-
"title": "What type of fuel does the system run on?",
|
|
1504
|
-
"enum": [
|
|
1505
|
-
"Mains gas",
|
|
1506
|
-
"Electricity",
|
|
1507
|
-
"Oil",
|
|
1508
|
-
"LPG",
|
|
1509
|
-
"Other"
|
|
1510
|
-
]
|
|
1619
|
+
"ntsRef": "B3.4.3.1.1"
|
|
1511
1620
|
}
|
|
1512
1621
|
}
|
|
1513
1622
|
}
|
|
@@ -1526,9 +1635,7 @@
|
|
|
1526
1635
|
]
|
|
1527
1636
|
},
|
|
1528
1637
|
"details": {
|
|
1529
|
-
"ntsRef": "B3.4.4"
|
|
1530
|
-
"title": "Community heating system details",
|
|
1531
|
-
"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"
|
|
1638
|
+
"ntsRef": "B3.4.4"
|
|
1532
1639
|
}
|
|
1533
1640
|
},
|
|
1534
1641
|
"required": [
|
|
@@ -1541,34 +1648,27 @@
|
|
|
1541
1648
|
],
|
|
1542
1649
|
"properties": {
|
|
1543
1650
|
"heatingType": {
|
|
1544
|
-
"ntsRef": "B3.4.1"
|
|
1545
|
-
"title": "What type of heating system does the property have?",
|
|
1546
|
-
"enum": [
|
|
1547
|
-
"Central heating",
|
|
1548
|
-
"Communal heating system",
|
|
1549
|
-
"None"
|
|
1550
|
-
]
|
|
1651
|
+
"ntsRef": "B3.4.1"
|
|
1551
1652
|
},
|
|
1552
1653
|
"otherHeatingFeatures": {
|
|
1553
|
-
"ntsRef": "B3.4.2"
|
|
1554
|
-
"title": "What other heating features does the property have?"
|
|
1654
|
+
"ntsRef": "B3.4.2"
|
|
1555
1655
|
}
|
|
1556
1656
|
}
|
|
1557
1657
|
},
|
|
1558
1658
|
"rightsAndInformalArrangements": {
|
|
1559
1659
|
"ntsRef": "C2.2",
|
|
1560
|
-
"
|
|
1660
|
+
"required": [
|
|
1661
|
+
"rightsOrArrangements"
|
|
1662
|
+
],
|
|
1561
1663
|
"properties": {
|
|
1562
1664
|
"rightsOrArrangements": {
|
|
1563
1665
|
"ntsRef": "C2.2.1",
|
|
1564
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
1565
1666
|
"required": [
|
|
1566
1667
|
"publicRightOfWay"
|
|
1567
1668
|
],
|
|
1568
1669
|
"properties": {
|
|
1569
1670
|
"publicRightOfWay": {
|
|
1570
1671
|
"ntsRef": "C2.2.1",
|
|
1571
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
1572
1672
|
"discriminator": {
|
|
1573
1673
|
"propertyName": "yesNo"
|
|
1574
1674
|
},
|
|
@@ -1590,8 +1690,7 @@
|
|
|
1590
1690
|
]
|
|
1591
1691
|
},
|
|
1592
1692
|
"details": {
|
|
1593
|
-
"ntsRef": "C2.2.1.2"
|
|
1594
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
1693
|
+
"ntsRef": "C2.2.1.2"
|
|
1595
1694
|
}
|
|
1596
1695
|
},
|
|
1597
1696
|
"required": [
|
|
@@ -1604,11 +1703,7 @@
|
|
|
1604
1703
|
],
|
|
1605
1704
|
"properties": {
|
|
1606
1705
|
"yesNo": {
|
|
1607
|
-
"ntsRef": "C2.2.1.1"
|
|
1608
|
-
"enum": [
|
|
1609
|
-
"Yes",
|
|
1610
|
-
"No"
|
|
1611
|
-
]
|
|
1706
|
+
"ntsRef": "C2.2.1.1"
|
|
1612
1707
|
}
|
|
1613
1708
|
}
|
|
1614
1709
|
}
|
|
@@ -1618,7 +1713,6 @@
|
|
|
1618
1713
|
},
|
|
1619
1714
|
"environmentalIssues": {
|
|
1620
1715
|
"ntsRef": "C3.1",
|
|
1621
|
-
"title": "Environmental Issues Affecting the Property",
|
|
1622
1716
|
"required": [
|
|
1623
1717
|
"flooding",
|
|
1624
1718
|
"coalMining",
|
|
@@ -1628,7 +1722,6 @@
|
|
|
1628
1722
|
"properties": {
|
|
1629
1723
|
"flooding": {
|
|
1630
1724
|
"ntsRef": "C3.1.1",
|
|
1631
|
-
"title": "Flooding",
|
|
1632
1725
|
"discriminator": {
|
|
1633
1726
|
"propertyName": "hasBeenFlooded"
|
|
1634
1727
|
},
|
|
@@ -1650,12 +1743,10 @@
|
|
|
1650
1743
|
]
|
|
1651
1744
|
},
|
|
1652
1745
|
"typeOfFlooding": {
|
|
1653
|
-
"ntsRef": "C3.1.1.3"
|
|
1654
|
-
"title": "What type of flooding occurred?"
|
|
1746
|
+
"ntsRef": "C3.1.1.3"
|
|
1655
1747
|
},
|
|
1656
1748
|
"details": {
|
|
1657
|
-
"ntsRef": "C3.1.1.
|
|
1658
|
-
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
1749
|
+
"ntsRef": "C3.1.1.4"
|
|
1659
1750
|
}
|
|
1660
1751
|
},
|
|
1661
1752
|
"required": [
|
|
@@ -1671,14 +1762,13 @@
|
|
|
1671
1762
|
"properties": {
|
|
1672
1763
|
"floodRisk": {
|
|
1673
1764
|
"ntsRef": "C3.1.1.1",
|
|
1674
|
-
"title": "Flood Risk",
|
|
1675
1765
|
"discriminator": {
|
|
1676
|
-
"propertyName": "
|
|
1766
|
+
"propertyName": "riskIndicator"
|
|
1677
1767
|
},
|
|
1678
1768
|
"oneOf": [
|
|
1679
1769
|
{
|
|
1680
1770
|
"properties": {
|
|
1681
|
-
"
|
|
1771
|
+
"riskIndicator": {
|
|
1682
1772
|
"enum": [
|
|
1683
1773
|
"No"
|
|
1684
1774
|
]
|
|
@@ -1687,14 +1777,13 @@
|
|
|
1687
1777
|
},
|
|
1688
1778
|
{
|
|
1689
1779
|
"properties": {
|
|
1690
|
-
"
|
|
1780
|
+
"riskIndicator": {
|
|
1691
1781
|
"enum": [
|
|
1692
1782
|
"Yes"
|
|
1693
1783
|
]
|
|
1694
1784
|
},
|
|
1695
1785
|
"summary": {
|
|
1696
|
-
"ntsRef": "C3.1.1.2"
|
|
1697
|
-
"title": "Summary of risk"
|
|
1786
|
+
"ntsRef": "C3.1.1.2"
|
|
1698
1787
|
}
|
|
1699
1788
|
},
|
|
1700
1789
|
"required": [
|
|
@@ -1703,39 +1792,29 @@
|
|
|
1703
1792
|
}
|
|
1704
1793
|
],
|
|
1705
1794
|
"required": [
|
|
1706
|
-
"
|
|
1795
|
+
"riskIndicator"
|
|
1707
1796
|
],
|
|
1708
1797
|
"properties": {
|
|
1709
|
-
"
|
|
1798
|
+
"riskIndicator": {
|
|
1710
1799
|
"ntsRef": "C3.1.1.1",
|
|
1711
|
-
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
1712
|
-
"enum": [
|
|
1713
|
-
"Yes",
|
|
1714
|
-
"No"
|
|
1715
|
-
]
|
|
1800
|
+
"title": "To your knowledge, is the property at risk of flooding of any type?"
|
|
1716
1801
|
}
|
|
1717
1802
|
}
|
|
1718
1803
|
},
|
|
1719
1804
|
"hasBeenFlooded": {
|
|
1720
|
-
"ntsRef": "C3.1.1.2"
|
|
1721
|
-
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
1722
|
-
"enum": [
|
|
1723
|
-
"Yes",
|
|
1724
|
-
"No"
|
|
1725
|
-
]
|
|
1805
|
+
"ntsRef": "C3.1.1.2"
|
|
1726
1806
|
}
|
|
1727
1807
|
}
|
|
1728
1808
|
},
|
|
1729
1809
|
"coalMining": {
|
|
1730
1810
|
"ntsRef": "C6.1",
|
|
1731
|
-
"title": "Coal mining",
|
|
1732
1811
|
"discriminator": {
|
|
1733
|
-
"propertyName": "
|
|
1812
|
+
"propertyName": "riskIndicator"
|
|
1734
1813
|
},
|
|
1735
1814
|
"oneOf": [
|
|
1736
1815
|
{
|
|
1737
1816
|
"properties": {
|
|
1738
|
-
"
|
|
1817
|
+
"riskIndicator": {
|
|
1739
1818
|
"enum": [
|
|
1740
1819
|
"No"
|
|
1741
1820
|
]
|
|
@@ -1744,7 +1823,7 @@
|
|
|
1744
1823
|
},
|
|
1745
1824
|
{
|
|
1746
1825
|
"properties": {
|
|
1747
|
-
"
|
|
1826
|
+
"riskIndicator": {
|
|
1748
1827
|
"enum": [
|
|
1749
1828
|
"Yes"
|
|
1750
1829
|
]
|
|
@@ -1757,29 +1836,24 @@
|
|
|
1757
1836
|
}
|
|
1758
1837
|
],
|
|
1759
1838
|
"required": [
|
|
1760
|
-
"
|
|
1839
|
+
"riskIndicator"
|
|
1761
1840
|
],
|
|
1762
1841
|
"properties": {
|
|
1763
|
-
"
|
|
1842
|
+
"riskIndicator": {
|
|
1764
1843
|
"ntsRef": "C6.1.1",
|
|
1765
|
-
"title": "To your knowledge, is the property impacted by coal mining?"
|
|
1766
|
-
"enum": [
|
|
1767
|
-
"Yes",
|
|
1768
|
-
"No"
|
|
1769
|
-
]
|
|
1844
|
+
"title": "To your knowledge, is the property impacted by coal mining?"
|
|
1770
1845
|
}
|
|
1771
1846
|
}
|
|
1772
1847
|
},
|
|
1773
1848
|
"nonCoalMining": {
|
|
1774
1849
|
"ntsRef": "C6.2",
|
|
1775
|
-
"title": "Non-coal mining",
|
|
1776
1850
|
"discriminator": {
|
|
1777
|
-
"propertyName": "
|
|
1851
|
+
"propertyName": "riskIndicator"
|
|
1778
1852
|
},
|
|
1779
1853
|
"oneOf": [
|
|
1780
1854
|
{
|
|
1781
1855
|
"properties": {
|
|
1782
|
-
"
|
|
1856
|
+
"riskIndicator": {
|
|
1783
1857
|
"enum": [
|
|
1784
1858
|
"No"
|
|
1785
1859
|
]
|
|
@@ -1788,14 +1862,13 @@
|
|
|
1788
1862
|
},
|
|
1789
1863
|
{
|
|
1790
1864
|
"properties": {
|
|
1791
|
-
"
|
|
1865
|
+
"riskIndicator": {
|
|
1792
1866
|
"enum": [
|
|
1793
1867
|
"Yes"
|
|
1794
1868
|
]
|
|
1795
1869
|
},
|
|
1796
1870
|
"summary": {
|
|
1797
|
-
"ntsRef": "C6.2.2"
|
|
1798
|
-
"title": "Summary of risk"
|
|
1871
|
+
"ntsRef": "C6.2.2"
|
|
1799
1872
|
}
|
|
1800
1873
|
},
|
|
1801
1874
|
"required": [
|
|
@@ -1804,29 +1877,24 @@
|
|
|
1804
1877
|
}
|
|
1805
1878
|
],
|
|
1806
1879
|
"required": [
|
|
1807
|
-
"
|
|
1880
|
+
"riskIndicator"
|
|
1808
1881
|
],
|
|
1809
1882
|
"properties": {
|
|
1810
|
-
"
|
|
1883
|
+
"riskIndicator": {
|
|
1811
1884
|
"ntsRef": "C6.2.1",
|
|
1812
|
-
"title": "To your knowledge, is the property impacted by types of mining other than coal?"
|
|
1813
|
-
"enum": [
|
|
1814
|
-
"Yes",
|
|
1815
|
-
"No"
|
|
1816
|
-
]
|
|
1885
|
+
"title": "To your knowledge, is the property impacted by types of mining other than coal?"
|
|
1817
1886
|
}
|
|
1818
1887
|
}
|
|
1819
1888
|
},
|
|
1820
1889
|
"coastalErosion": {
|
|
1821
1890
|
"ntsRef": "C3.2",
|
|
1822
|
-
"title": "Coastal erosion",
|
|
1823
1891
|
"discriminator": {
|
|
1824
|
-
"propertyName": "
|
|
1892
|
+
"propertyName": "riskIndicator"
|
|
1825
1893
|
},
|
|
1826
1894
|
"oneOf": [
|
|
1827
1895
|
{
|
|
1828
1896
|
"properties": {
|
|
1829
|
-
"
|
|
1897
|
+
"riskIndicator": {
|
|
1830
1898
|
"enum": [
|
|
1831
1899
|
"No"
|
|
1832
1900
|
]
|
|
@@ -1835,14 +1903,13 @@
|
|
|
1835
1903
|
},
|
|
1836
1904
|
{
|
|
1837
1905
|
"properties": {
|
|
1838
|
-
"
|
|
1906
|
+
"riskIndicator": {
|
|
1839
1907
|
"enum": [
|
|
1840
1908
|
"Yes"
|
|
1841
1909
|
]
|
|
1842
1910
|
},
|
|
1843
1911
|
"summary": {
|
|
1844
|
-
"ntsRef": "C3.2.2"
|
|
1845
|
-
"title": "Summary of risk"
|
|
1912
|
+
"ntsRef": "C3.2.2"
|
|
1846
1913
|
}
|
|
1847
1914
|
},
|
|
1848
1915
|
"required": [
|
|
@@ -1851,16 +1918,12 @@
|
|
|
1851
1918
|
}
|
|
1852
1919
|
],
|
|
1853
1920
|
"required": [
|
|
1854
|
-
"
|
|
1921
|
+
"riskIndicator"
|
|
1855
1922
|
],
|
|
1856
1923
|
"properties": {
|
|
1857
|
-
"
|
|
1924
|
+
"riskIndicator": {
|
|
1858
1925
|
"ntsRef": "C3.2.1",
|
|
1859
|
-
"title": "To your knowledge, is the property impacted by coastal erosion?"
|
|
1860
|
-
"enum": [
|
|
1861
|
-
"Yes",
|
|
1862
|
-
"No"
|
|
1863
|
-
]
|
|
1926
|
+
"title": "To your knowledge, is the property impacted by coastal erosion?"
|
|
1864
1927
|
}
|
|
1865
1928
|
}
|
|
1866
1929
|
}
|