@pdtf/schemas 2.3.0 → 3.0.0-2
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 +37 -81
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +6 -20
- package/src/examples/v3/exampleTransaction.json +900 -0
- package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/src/mappings/adf.js +1 -1
- package/src/schemas/v2/combined.json +13206 -12615
- package/src/schemas/v2/overlays/con29DW.json +771 -762
- package/src/schemas/v2/overlays/con29R.json +3052 -3073
- package/src/schemas/v2/overlays/llc1.json +12 -33
- package/src/schemas/v2/overlays/rds.json +32 -0
- package/src/schemas/v2/pdtf-transaction.json +13656 -12911
- package/src/schemas/v2/skeleton.json +1342 -1155
- package/src/schemas/v3/combined.json +38325 -0
- package/src/schemas/v3/overlays/baspi.json +9812 -0
- package/src/schemas/v3/overlays/con29DW.json +794 -0
- package/src/schemas/v3/overlays/con29R.json +3094 -0
- package/src/schemas/v3/overlays/fme1.json +1444 -0
- package/src/schemas/v3/overlays/llc1.json +25 -0
- package/src/schemas/v3/overlays/lpe1.json +2463 -0
- package/src/schemas/v3/overlays/nts.json +1884 -0
- package/src/schemas/v3/overlays/oc1.json +2799 -0
- package/src/schemas/v3/overlays/piq.json +3931 -0
- package/src/schemas/v3/overlays/rds.json +4086 -0
- package/src/schemas/v3/overlays/ta10.json +6521 -0
- package/src/schemas/v3/overlays/ta6.json +5285 -0
- package/src/schemas/v3/overlays/ta7.json +1399 -0
- package/src/schemas/v3/pdtf-transaction.json +34771 -0
- package/src/schemas/v3/skeleton.json +3986 -0
- package/src/tests/v2/transactionSchema.test.js +26 -16
- package/src/tests/v3/transactionSchema.test.js +350 -0
- package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +7 -7
- package/src/utils/hmlrLLC1.json +0 -275
|
@@ -0,0 +1,1884 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/nts.json",
|
|
4
|
+
"required": [
|
|
5
|
+
"propertyPack"
|
|
6
|
+
],
|
|
7
|
+
"properties": {
|
|
8
|
+
"propertyPack": {
|
|
9
|
+
"ntsRef": "0",
|
|
10
|
+
"title": "Property Pack",
|
|
11
|
+
"required": [
|
|
12
|
+
"materialFacts"
|
|
13
|
+
],
|
|
14
|
+
"properties": {
|
|
15
|
+
"materialFacts": {
|
|
16
|
+
"required": [
|
|
17
|
+
"ownership",
|
|
18
|
+
"councilTax",
|
|
19
|
+
"energyEfficiency",
|
|
20
|
+
"propertyType",
|
|
21
|
+
"typeOfConstruction",
|
|
22
|
+
"connectedUtilities",
|
|
23
|
+
"waterAndDrainage",
|
|
24
|
+
"heating",
|
|
25
|
+
"parking",
|
|
26
|
+
"listingAndConservation",
|
|
27
|
+
"rightsAndInformalArrangements",
|
|
28
|
+
"environmentalIssues",
|
|
29
|
+
"notices"
|
|
30
|
+
],
|
|
31
|
+
"properties": {
|
|
32
|
+
"priceInformation": {
|
|
33
|
+
"ntsRef": "A2",
|
|
34
|
+
"title": "Price information",
|
|
35
|
+
"required": [
|
|
36
|
+
"price",
|
|
37
|
+
"priceQualifier"
|
|
38
|
+
],
|
|
39
|
+
"properties": {
|
|
40
|
+
"price": {
|
|
41
|
+
"ntsRef": "A2.1",
|
|
42
|
+
"title": "Price"
|
|
43
|
+
},
|
|
44
|
+
"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
|
+
]
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"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
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"buildInformation": {
|
|
70
|
+
"properties": {
|
|
71
|
+
"rooms": {
|
|
72
|
+
"ntsRef": "B2",
|
|
73
|
+
"title": "Rooms",
|
|
74
|
+
"description": "Information about the property's rooms",
|
|
75
|
+
"items": {
|
|
76
|
+
"properties": {
|
|
77
|
+
"roomName": {
|
|
78
|
+
"ntsRef": "B2.1",
|
|
79
|
+
"title": "The name of the room"
|
|
80
|
+
},
|
|
81
|
+
"description": {
|
|
82
|
+
"ntsRef": "B2.2",
|
|
83
|
+
"title": "The specific description of the room"
|
|
84
|
+
},
|
|
85
|
+
"length": {
|
|
86
|
+
"ntsRef": "B2.3",
|
|
87
|
+
"title": "The length of the room"
|
|
88
|
+
},
|
|
89
|
+
"width": {
|
|
90
|
+
"ntsRef": "B2.4",
|
|
91
|
+
"title": "The width of the room"
|
|
92
|
+
},
|
|
93
|
+
"units": {
|
|
94
|
+
"ntsRef": "B2.5",
|
|
95
|
+
"title": "The units which the length and width of the room have been provided in",
|
|
96
|
+
"enum": [
|
|
97
|
+
"meters",
|
|
98
|
+
"centimetres",
|
|
99
|
+
"millimetres",
|
|
100
|
+
"feet",
|
|
101
|
+
"inches"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"dimensionDetails": {
|
|
105
|
+
"ntsRef": "B2.6",
|
|
106
|
+
"title": "Any additional description or clarification of the room dimensions"
|
|
107
|
+
},
|
|
108
|
+
"photoUrls": {
|
|
109
|
+
"ntsRef": "B2.7",
|
|
110
|
+
"title": "The URLs of images which should be associated with this room"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"ownership": {
|
|
118
|
+
"ntsRef": "A3",
|
|
119
|
+
"title": "Ownership",
|
|
120
|
+
"required": [
|
|
121
|
+
"ownershipsToBeTransferred"
|
|
122
|
+
],
|
|
123
|
+
"properties": {
|
|
124
|
+
"ownershipsToBeTransferred": {
|
|
125
|
+
"ntsRef": "A3",
|
|
126
|
+
"title": "Ownerships to be transferred on sale",
|
|
127
|
+
"minItems": 1,
|
|
128
|
+
"items": {
|
|
129
|
+
"ntsRef": "A3.1",
|
|
130
|
+
"title": "Ownership to be transferred",
|
|
131
|
+
"discriminator": {
|
|
132
|
+
"propertyName": "ownershipType"
|
|
133
|
+
},
|
|
134
|
+
"oneOf": [
|
|
135
|
+
{
|
|
136
|
+
"properties": {
|
|
137
|
+
"ownershipType": {
|
|
138
|
+
"enum": [
|
|
139
|
+
"Freehold"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"properties": {
|
|
146
|
+
"ownershipType": {
|
|
147
|
+
"enum": [
|
|
148
|
+
"Managed Freehold",
|
|
149
|
+
"Commonhold"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"properties": {
|
|
156
|
+
"ownershipType": {
|
|
157
|
+
"enum": [
|
|
158
|
+
"Leasehold"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"leaseholdInformation": {
|
|
162
|
+
"ntsRef": "A3.2",
|
|
163
|
+
"title": "Leasehold information",
|
|
164
|
+
"required": [
|
|
165
|
+
"typeOfLeasehold",
|
|
166
|
+
"leaseTerm",
|
|
167
|
+
"groundRent",
|
|
168
|
+
"serviceCharge"
|
|
169
|
+
],
|
|
170
|
+
"properties": {
|
|
171
|
+
"typeOfLeasehold": {
|
|
172
|
+
"ntsRef": "A3.2",
|
|
173
|
+
"discriminator": {
|
|
174
|
+
"propertyName": "leaseholdType"
|
|
175
|
+
},
|
|
176
|
+
"oneOf": [
|
|
177
|
+
{
|
|
178
|
+
"properties": {
|
|
179
|
+
"leaseholdType": {
|
|
180
|
+
"enum": [
|
|
181
|
+
"Flat",
|
|
182
|
+
"Long leasehold house"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"properties": {
|
|
189
|
+
"leaseholdType": {
|
|
190
|
+
"enum": [
|
|
191
|
+
"Shared ownership"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"sharedOwnershipPercentage": {
|
|
195
|
+
"ntsRef": "A3.7.1",
|
|
196
|
+
"title": "Shared ownership percentage"
|
|
197
|
+
},
|
|
198
|
+
"sharedOwnershipRent": {
|
|
199
|
+
"ntsRef": "A3.7.2",
|
|
200
|
+
"title": "Shared ownership rent (£)"
|
|
201
|
+
},
|
|
202
|
+
"sharedOwnershipRentFrequency": {
|
|
203
|
+
"ntsRef": "A3.7.3",
|
|
204
|
+
"title": "Shared ownership rent frequency",
|
|
205
|
+
"enum": [
|
|
206
|
+
"Yearly",
|
|
207
|
+
"Monthly",
|
|
208
|
+
"Weekly"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"required": [
|
|
213
|
+
"sharedOwnershipPercentage",
|
|
214
|
+
"sharedOwnershipRent",
|
|
215
|
+
"sharedOwnershipRentFrequency"
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"required": [
|
|
220
|
+
"leaseholdType"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
"leaseTerm": {
|
|
224
|
+
"ntsRef": "A3.2.1",
|
|
225
|
+
"required": [
|
|
226
|
+
"startYearOfLease",
|
|
227
|
+
"lengthOfLeaseInYears"
|
|
228
|
+
],
|
|
229
|
+
"properties": {
|
|
230
|
+
"startYearOfLease": {
|
|
231
|
+
"ntsRef": "A3.2.1.1",
|
|
232
|
+
"title": "Year that the lease commenced"
|
|
233
|
+
},
|
|
234
|
+
"lengthOfLeaseInYears": {
|
|
235
|
+
"ntsRef": "A3.2.1.2",
|
|
236
|
+
"title": "Length of lease (years)"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"groundRent": {
|
|
241
|
+
"ntsRef": "A3.4",
|
|
242
|
+
"title": "Ground Rent",
|
|
243
|
+
"discriminator": {
|
|
244
|
+
"propertyName": "isGroundRentPayable"
|
|
245
|
+
},
|
|
246
|
+
"oneOf": [
|
|
247
|
+
{
|
|
248
|
+
"properties": {
|
|
249
|
+
"isGroundRentPayable": {
|
|
250
|
+
"enum": [
|
|
251
|
+
"No"
|
|
252
|
+
]
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"properties": {
|
|
258
|
+
"isGroundRentPayable": {
|
|
259
|
+
"enum": [
|
|
260
|
+
"Yes"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"annualGroundRent": {
|
|
264
|
+
"ntsRef": "A3.4.2",
|
|
265
|
+
"title": "What is the annual ground rent payable? (£)"
|
|
266
|
+
},
|
|
267
|
+
"rentSubjectToIncrease": {
|
|
268
|
+
"ntsRef": "A3.4.3",
|
|
269
|
+
"title": "Is the ground rent subject to increase?",
|
|
270
|
+
"discriminator": {
|
|
271
|
+
"propertyName": "yesNo"
|
|
272
|
+
},
|
|
273
|
+
"oneOf": [
|
|
274
|
+
{
|
|
275
|
+
"properties": {
|
|
276
|
+
"yesNo": {
|
|
277
|
+
"enum": [
|
|
278
|
+
"No"
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"properties": {
|
|
285
|
+
"yesNo": {
|
|
286
|
+
"enum": [
|
|
287
|
+
"Yes"
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
"rentReviewFrequency": {
|
|
291
|
+
"ntsRef": "1.4.3.2",
|
|
292
|
+
"title": "How often is the rent reviewed?"
|
|
293
|
+
},
|
|
294
|
+
"rentIncreaseCalculated": {
|
|
295
|
+
"ntsRef": "1.4.3.3",
|
|
296
|
+
"title": "How is the increase calculated?",
|
|
297
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"required": [
|
|
301
|
+
"rentReviewFrequency",
|
|
302
|
+
"rentIncreaseCalculated"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"required": [
|
|
307
|
+
"yesNo"
|
|
308
|
+
],
|
|
309
|
+
"properties": {
|
|
310
|
+
"yesNo": {
|
|
311
|
+
"ntsRef": "1.4.3.1",
|
|
312
|
+
"enum": [
|
|
313
|
+
"Yes",
|
|
314
|
+
"No"
|
|
315
|
+
]
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"required": [
|
|
321
|
+
"annualGroundRent",
|
|
322
|
+
"rentSubjectToIncrease"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"required": [
|
|
327
|
+
"isGroundRentPayable"
|
|
328
|
+
],
|
|
329
|
+
"properties": {
|
|
330
|
+
"isGroundRentPayable": {
|
|
331
|
+
"ntsRef": "A3.4.1",
|
|
332
|
+
"title": "Does the seller pay ground rent for the property?",
|
|
333
|
+
"enum": [
|
|
334
|
+
"Yes",
|
|
335
|
+
"No"
|
|
336
|
+
]
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"serviceCharge": {
|
|
341
|
+
"ntsRef": "A3.5",
|
|
342
|
+
"title": "Service Charge",
|
|
343
|
+
"discriminator": {
|
|
344
|
+
"propertyName": "sellerContributesToServiceCharge"
|
|
345
|
+
},
|
|
346
|
+
"oneOf": [
|
|
347
|
+
{
|
|
348
|
+
"properties": {
|
|
349
|
+
"sellerContributesToServiceCharge": {
|
|
350
|
+
"enum": [
|
|
351
|
+
"No"
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"properties": {
|
|
358
|
+
"sellerContributesToServiceCharge": {
|
|
359
|
+
"enum": [
|
|
360
|
+
"Yes"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"annualServiceCharge": {
|
|
364
|
+
"ntsRef": "A3.5.1.1",
|
|
365
|
+
"title": "Amount of current annual service charge (£)"
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"required": [
|
|
371
|
+
"sellerContributesToServiceCharge"
|
|
372
|
+
],
|
|
373
|
+
"properties": {
|
|
374
|
+
"sellerContributesToServiceCharge": {
|
|
375
|
+
"ntsRef": "A3.5.1",
|
|
376
|
+
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
377
|
+
"enum": [
|
|
378
|
+
"Yes",
|
|
379
|
+
"No"
|
|
380
|
+
]
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"properties": {
|
|
390
|
+
"ownershipType": {
|
|
391
|
+
"enum": [
|
|
392
|
+
"Other"
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"required": [
|
|
399
|
+
"ownershipType"
|
|
400
|
+
]
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"parking": {
|
|
406
|
+
"ntsRef": "B4",
|
|
407
|
+
"title": "Parking",
|
|
408
|
+
"required": [
|
|
409
|
+
"parkingArrangements",
|
|
410
|
+
"controlledParking",
|
|
411
|
+
"electricVehicleChargingPoint"
|
|
412
|
+
],
|
|
413
|
+
"properties": {
|
|
414
|
+
"parkingArrangements": {
|
|
415
|
+
"ntsRef": "B4.1",
|
|
416
|
+
"title": "Parking arrangements"
|
|
417
|
+
},
|
|
418
|
+
"controlledParking": {
|
|
419
|
+
"ntsRef": "B4.2",
|
|
420
|
+
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
421
|
+
"required": [
|
|
422
|
+
"yesNo"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"electricVehicleChargingPoint": {
|
|
426
|
+
"ntsRef": "B4.3",
|
|
427
|
+
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
428
|
+
"required": [
|
|
429
|
+
"yesNo"
|
|
430
|
+
]
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"listingAndConservation": {
|
|
435
|
+
"ntsRef": "C2.1",
|
|
436
|
+
"title": "Listing and Conservation",
|
|
437
|
+
"required": [
|
|
438
|
+
"isListed",
|
|
439
|
+
"isConservationArea",
|
|
440
|
+
"hasTreePreservationOrder"
|
|
441
|
+
],
|
|
442
|
+
"properties": {
|
|
443
|
+
"isListed": {
|
|
444
|
+
"ntsRef": "C2.1.1",
|
|
445
|
+
"title": "Is the property a listed building in England or Wales?",
|
|
446
|
+
"discriminator": {
|
|
447
|
+
"propertyName": "yesNo"
|
|
448
|
+
},
|
|
449
|
+
"oneOf": [
|
|
450
|
+
{
|
|
451
|
+
"properties": {
|
|
452
|
+
"yesNo": {
|
|
453
|
+
"enum": [
|
|
454
|
+
"No",
|
|
455
|
+
"Not known"
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"properties": {
|
|
462
|
+
"yesNo": {
|
|
463
|
+
"enum": [
|
|
464
|
+
"Yes"
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"required": [
|
|
471
|
+
"yesNo"
|
|
472
|
+
],
|
|
473
|
+
"properties": {
|
|
474
|
+
"yesNo": {
|
|
475
|
+
"ntsRef": "C2.1.1.1",
|
|
476
|
+
"enum": [
|
|
477
|
+
"Yes",
|
|
478
|
+
"No",
|
|
479
|
+
"Not known"
|
|
480
|
+
]
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"isConservationArea": {
|
|
485
|
+
"ntsRef": "C2.1.2",
|
|
486
|
+
"title": "Is the property in a designated conservation area?",
|
|
487
|
+
"discriminator": {
|
|
488
|
+
"propertyName": "yesNo"
|
|
489
|
+
},
|
|
490
|
+
"oneOf": [
|
|
491
|
+
{
|
|
492
|
+
"properties": {
|
|
493
|
+
"yesNo": {
|
|
494
|
+
"enum": [
|
|
495
|
+
"No",
|
|
496
|
+
"Not known"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"properties": {
|
|
503
|
+
"yesNo": {
|
|
504
|
+
"enum": [
|
|
505
|
+
"Yes"
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"required": [
|
|
512
|
+
"yesNo"
|
|
513
|
+
],
|
|
514
|
+
"properties": {
|
|
515
|
+
"yesNo": {
|
|
516
|
+
"ntsRef": "C2.1.2.1",
|
|
517
|
+
"enum": [
|
|
518
|
+
"Yes",
|
|
519
|
+
"No",
|
|
520
|
+
"Not known"
|
|
521
|
+
]
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"hasTreePreservationOrder": {
|
|
526
|
+
"ntsRef": "C2.1.3",
|
|
527
|
+
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
528
|
+
"discriminator": {
|
|
529
|
+
"propertyName": "yesNo"
|
|
530
|
+
},
|
|
531
|
+
"oneOf": [
|
|
532
|
+
{
|
|
533
|
+
"properties": {
|
|
534
|
+
"yesNo": {
|
|
535
|
+
"enum": [
|
|
536
|
+
"No",
|
|
537
|
+
"Not known"
|
|
538
|
+
]
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"properties": {
|
|
544
|
+
"yesNo": {
|
|
545
|
+
"enum": [
|
|
546
|
+
"Yes"
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"required": [
|
|
553
|
+
"yesNo"
|
|
554
|
+
],
|
|
555
|
+
"properties": {
|
|
556
|
+
"yesNo": {
|
|
557
|
+
"ntsRef": "C2.1.3.1",
|
|
558
|
+
"enum": [
|
|
559
|
+
"Yes",
|
|
560
|
+
"No",
|
|
561
|
+
"Not known"
|
|
562
|
+
]
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"typeOfConstruction": {
|
|
569
|
+
"ntsRef": "A1.2",
|
|
570
|
+
"title": "Type of Construction",
|
|
571
|
+
"required": [
|
|
572
|
+
"isStandardForm",
|
|
573
|
+
"buildingSafety",
|
|
574
|
+
"accessibilityAndAdaptations"
|
|
575
|
+
],
|
|
576
|
+
"properties": {
|
|
577
|
+
"isStandardForm": {
|
|
578
|
+
"ntsRef": "A1.2.1",
|
|
579
|
+
"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?",
|
|
580
|
+
"description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
|
|
581
|
+
"discriminator": {
|
|
582
|
+
"propertyName": "yesNo"
|
|
583
|
+
},
|
|
584
|
+
"oneOf": [
|
|
585
|
+
{
|
|
586
|
+
"properties": {
|
|
587
|
+
"yesNo": {
|
|
588
|
+
"enum": [
|
|
589
|
+
"Yes"
|
|
590
|
+
]
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"properties": {
|
|
596
|
+
"yesNo": {
|
|
597
|
+
"enum": [
|
|
598
|
+
"No"
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
"details": {
|
|
602
|
+
"ntsRef": "A1.2.1.2",
|
|
603
|
+
"title": "Details"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"required": [
|
|
607
|
+
"details"
|
|
608
|
+
]
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"required": [
|
|
612
|
+
"yesNo"
|
|
613
|
+
],
|
|
614
|
+
"properties": {
|
|
615
|
+
"yesNo": {
|
|
616
|
+
"ntsRef": "A1.2.1.1",
|
|
617
|
+
"enum": [
|
|
618
|
+
"Yes",
|
|
619
|
+
"No"
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"buildingSafety": {
|
|
625
|
+
"ntsRef": "C1",
|
|
626
|
+
"title": "Are you aware of any building safety issues?",
|
|
627
|
+
"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",
|
|
628
|
+
"discriminator": {
|
|
629
|
+
"propertyName": "yesNo"
|
|
630
|
+
},
|
|
631
|
+
"oneOf": [
|
|
632
|
+
{
|
|
633
|
+
"properties": {
|
|
634
|
+
"yesNo": {
|
|
635
|
+
"enum": [
|
|
636
|
+
"No"
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"properties": {
|
|
643
|
+
"yesNo": {
|
|
644
|
+
"enum": [
|
|
645
|
+
"Yes"
|
|
646
|
+
]
|
|
647
|
+
},
|
|
648
|
+
"details": {
|
|
649
|
+
"ntsRef": "C1.2",
|
|
650
|
+
"title": "What are are the defects or hazards?"
|
|
651
|
+
},
|
|
652
|
+
"workAlreadyDone": {
|
|
653
|
+
"ntsRef": "C1.3",
|
|
654
|
+
"title": "What work has already been done?"
|
|
655
|
+
},
|
|
656
|
+
"workToBeDone": {
|
|
657
|
+
"ntsRef": "C1.4",
|
|
658
|
+
"title": "What work is required to be done?"
|
|
659
|
+
},
|
|
660
|
+
"potentialCost": {
|
|
661
|
+
"ntsRef": "C1.5",
|
|
662
|
+
"title": "What will the potential cost be?"
|
|
663
|
+
},
|
|
664
|
+
"abilityToResideAtProperty": {
|
|
665
|
+
"ntsRef": "C1.6",
|
|
666
|
+
"title": "Will the work impact the ability to reside at the property?"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
"required": [
|
|
670
|
+
"details",
|
|
671
|
+
"workAlreadyDone",
|
|
672
|
+
"workToBeDone",
|
|
673
|
+
"potentialCost",
|
|
674
|
+
"abilityToResideAtProperty"
|
|
675
|
+
]
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"required": [
|
|
679
|
+
"yesNo"
|
|
680
|
+
],
|
|
681
|
+
"properties": {
|
|
682
|
+
"yesNo": {
|
|
683
|
+
"ntsRef": "C1.1",
|
|
684
|
+
"enum": [
|
|
685
|
+
"Yes",
|
|
686
|
+
"No"
|
|
687
|
+
]
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"accessibilityAndAdaptations": {
|
|
692
|
+
"ntsRef": "C5",
|
|
693
|
+
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
694
|
+
"description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"energyEfficiency": {
|
|
699
|
+
"ntsRef": "A4",
|
|
700
|
+
"title": "Energy Efficiency",
|
|
701
|
+
"required": [
|
|
702
|
+
"certificate"
|
|
703
|
+
],
|
|
704
|
+
"properties": {
|
|
705
|
+
"certificate": {
|
|
706
|
+
"ntsRef": "A4.1",
|
|
707
|
+
"required": [
|
|
708
|
+
"currentEnergyRating"
|
|
709
|
+
],
|
|
710
|
+
"properties": {
|
|
711
|
+
"currentEnergyRating": {
|
|
712
|
+
"ntsRef": "A4.1.1",
|
|
713
|
+
"title": "Current energy efficiency rating",
|
|
714
|
+
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
715
|
+
"enum": [
|
|
716
|
+
"A",
|
|
717
|
+
"B",
|
|
718
|
+
"C",
|
|
719
|
+
"D",
|
|
720
|
+
"E",
|
|
721
|
+
"F",
|
|
722
|
+
"G",
|
|
723
|
+
"Exempt Property",
|
|
724
|
+
"Survey Instructed",
|
|
725
|
+
"No Certificate"
|
|
726
|
+
]
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"councilTax": {
|
|
733
|
+
"ntsRef": "A1",
|
|
734
|
+
"title": "Council Tax",
|
|
735
|
+
"required": [
|
|
736
|
+
"councilTaxBand",
|
|
737
|
+
"councilTaxAffectingAlterations"
|
|
738
|
+
],
|
|
739
|
+
"properties": {
|
|
740
|
+
"councilTaxBand": {
|
|
741
|
+
"ntsRef": "A1.1",
|
|
742
|
+
"title": "Which Council Tax band does this property fall within?",
|
|
743
|
+
"description": "Band I relates to Wales only",
|
|
744
|
+
"enum": [
|
|
745
|
+
"A",
|
|
746
|
+
"B",
|
|
747
|
+
"C",
|
|
748
|
+
"D",
|
|
749
|
+
"E",
|
|
750
|
+
"F",
|
|
751
|
+
"G",
|
|
752
|
+
"H",
|
|
753
|
+
"I"
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
"councilTaxAffectingAlterations": {
|
|
757
|
+
"ntsRef": "A1.2",
|
|
758
|
+
"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?",
|
|
759
|
+
"discriminator": {
|
|
760
|
+
"propertyName": "yesNo"
|
|
761
|
+
},
|
|
762
|
+
"oneOf": [
|
|
763
|
+
{
|
|
764
|
+
"properties": {
|
|
765
|
+
"yesNo": {
|
|
766
|
+
"enum": [
|
|
767
|
+
"No"
|
|
768
|
+
]
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"properties": {
|
|
774
|
+
"yesNo": {
|
|
775
|
+
"enum": [
|
|
776
|
+
"Yes"
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
"details": {
|
|
780
|
+
"ntsRef": "A1.2.2",
|
|
781
|
+
"title": "Please give details"
|
|
782
|
+
},
|
|
783
|
+
"attachments": {
|
|
784
|
+
"ntsRef": "A1.2.3",
|
|
785
|
+
"title": "Attachments",
|
|
786
|
+
"enum": [
|
|
787
|
+
"Attached",
|
|
788
|
+
"To follow"
|
|
789
|
+
]
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
"required": [
|
|
793
|
+
"details"
|
|
794
|
+
]
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"required": [
|
|
798
|
+
"yesNo"
|
|
799
|
+
],
|
|
800
|
+
"properties": {
|
|
801
|
+
"yesNo": {
|
|
802
|
+
"ntsRef": "A1.2.1",
|
|
803
|
+
"enum": [
|
|
804
|
+
"Yes",
|
|
805
|
+
"No"
|
|
806
|
+
]
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"connectedUtilities": {
|
|
813
|
+
"ntsRef": "B3",
|
|
814
|
+
"title": "Connected utilities",
|
|
815
|
+
"description": "Please indicate which utilities are are connected to the property.",
|
|
816
|
+
"required": [
|
|
817
|
+
"mainsElectricity",
|
|
818
|
+
"telephone",
|
|
819
|
+
"cableSatelliteTV",
|
|
820
|
+
"broadband",
|
|
821
|
+
"solarPanels",
|
|
822
|
+
"otherServices"
|
|
823
|
+
],
|
|
824
|
+
"properties": {
|
|
825
|
+
"mainsElectricity": {
|
|
826
|
+
"ntsRef": "B3.1",
|
|
827
|
+
"title": "Mains electricity",
|
|
828
|
+
"discriminator": {
|
|
829
|
+
"propertyName": "yesNo"
|
|
830
|
+
},
|
|
831
|
+
"oneOf": [
|
|
832
|
+
{
|
|
833
|
+
"properties": {
|
|
834
|
+
"yesNo": {
|
|
835
|
+
"enum": [
|
|
836
|
+
"No"
|
|
837
|
+
]
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"properties": {
|
|
843
|
+
"yesNo": {
|
|
844
|
+
"enum": [
|
|
845
|
+
"Yes"
|
|
846
|
+
]
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"properties": {
|
|
852
|
+
"yesNo": {
|
|
853
|
+
"enum": [
|
|
854
|
+
"To be connected"
|
|
855
|
+
]
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"required": [
|
|
861
|
+
"yesNo"
|
|
862
|
+
],
|
|
863
|
+
"properties": {
|
|
864
|
+
"yesNo": {
|
|
865
|
+
"ntsRef": "B3.1.1",
|
|
866
|
+
"enum": [
|
|
867
|
+
"Yes",
|
|
868
|
+
"No"
|
|
869
|
+
]
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"mainsGas": {
|
|
874
|
+
"properties": {
|
|
875
|
+
"yesNo": {
|
|
876
|
+
"enum": [
|
|
877
|
+
"Yes",
|
|
878
|
+
"No"
|
|
879
|
+
]
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"lpg": {
|
|
884
|
+
"properties": {
|
|
885
|
+
"yesNo": {
|
|
886
|
+
"enum": [
|
|
887
|
+
"Yes",
|
|
888
|
+
"No"
|
|
889
|
+
]
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"oil": {
|
|
894
|
+
"properties": {
|
|
895
|
+
"yesNo": {
|
|
896
|
+
"enum": [
|
|
897
|
+
"Yes",
|
|
898
|
+
"No"
|
|
899
|
+
]
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"telephone": {
|
|
904
|
+
"properties": {
|
|
905
|
+
"yesNo": {
|
|
906
|
+
"enum": [
|
|
907
|
+
"Yes",
|
|
908
|
+
"No"
|
|
909
|
+
]
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"cableSatelliteTV": {
|
|
914
|
+
"properties": {
|
|
915
|
+
"yesNo": {
|
|
916
|
+
"enum": [
|
|
917
|
+
"Yes",
|
|
918
|
+
"No"
|
|
919
|
+
]
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"broadband": {
|
|
924
|
+
"ntsRef": "B3.5",
|
|
925
|
+
"title": "Broadband",
|
|
926
|
+
"discriminator": {
|
|
927
|
+
"propertyName": "yesNo"
|
|
928
|
+
},
|
|
929
|
+
"oneOf": [
|
|
930
|
+
{
|
|
931
|
+
"properties": {
|
|
932
|
+
"yesNo": {
|
|
933
|
+
"enum": [
|
|
934
|
+
"No"
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"properties": {
|
|
941
|
+
"yesNo": {
|
|
942
|
+
"enum": [
|
|
943
|
+
"Yes"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"typeOfConnection": {
|
|
947
|
+
"ntsRef": "B3.5.2",
|
|
948
|
+
"title": "Type of connection",
|
|
949
|
+
"enum": [
|
|
950
|
+
"ADSL copper wire",
|
|
951
|
+
"Cable",
|
|
952
|
+
"FTTC (Fibre to the Cabinet)",
|
|
953
|
+
"FTTP (Fibre to the Premises)"
|
|
954
|
+
]
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"required": [
|
|
958
|
+
"typeOfConnection"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"properties": {
|
|
963
|
+
"yesNo": {
|
|
964
|
+
"enum": [
|
|
965
|
+
"To be connected"
|
|
966
|
+
]
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"required": [
|
|
972
|
+
"yesNo"
|
|
973
|
+
],
|
|
974
|
+
"properties": {
|
|
975
|
+
"yesNo": {
|
|
976
|
+
"ntsRef": "B3.5.1",
|
|
977
|
+
"enum": [
|
|
978
|
+
"Yes",
|
|
979
|
+
"No"
|
|
980
|
+
]
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"solarPanels": {
|
|
985
|
+
"ntsRef": "B3.7",
|
|
986
|
+
"title": "Solar or photovoltaic panels",
|
|
987
|
+
"discriminator": {
|
|
988
|
+
"propertyName": "yesNo"
|
|
989
|
+
},
|
|
990
|
+
"oneOf": [
|
|
991
|
+
{
|
|
992
|
+
"properties": {
|
|
993
|
+
"yesNo": {
|
|
994
|
+
"enum": [
|
|
995
|
+
"No"
|
|
996
|
+
]
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"properties": {
|
|
1002
|
+
"yesNo": {
|
|
1003
|
+
"enum": [
|
|
1004
|
+
"Yes"
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"yesNo": {
|
|
1012
|
+
"enum": [
|
|
1013
|
+
"To be connected"
|
|
1014
|
+
]
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
],
|
|
1019
|
+
"required": [
|
|
1020
|
+
"yesNo"
|
|
1021
|
+
],
|
|
1022
|
+
"properties": {
|
|
1023
|
+
"yesNo": {
|
|
1024
|
+
"ntsRef": "B3.7.1",
|
|
1025
|
+
"enum": [
|
|
1026
|
+
"Yes",
|
|
1027
|
+
"No"
|
|
1028
|
+
]
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"otherServices": {
|
|
1033
|
+
"ntsRef": "B3.8",
|
|
1034
|
+
"title": "Other services",
|
|
1035
|
+
"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",
|
|
1036
|
+
"discriminator": {
|
|
1037
|
+
"propertyName": "yesNo"
|
|
1038
|
+
},
|
|
1039
|
+
"oneOf": [
|
|
1040
|
+
{
|
|
1041
|
+
"properties": {
|
|
1042
|
+
"yesNo": {
|
|
1043
|
+
"enum": [
|
|
1044
|
+
"No"
|
|
1045
|
+
]
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"properties": {
|
|
1051
|
+
"yesNo": {
|
|
1052
|
+
"enum": [
|
|
1053
|
+
"Yes"
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
"details": {
|
|
1057
|
+
"ntsRef": "3.8.2",
|
|
1058
|
+
"title": "Supplier"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"required": [
|
|
1062
|
+
"details"
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"properties": {
|
|
1067
|
+
"yesNo": {
|
|
1068
|
+
"enum": [
|
|
1069
|
+
"To be connected"
|
|
1070
|
+
]
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"required": [
|
|
1076
|
+
"yesNo"
|
|
1077
|
+
],
|
|
1078
|
+
"properties": {
|
|
1079
|
+
"yesNo": {
|
|
1080
|
+
"ntsRef": "B3.8.1",
|
|
1081
|
+
"enum": [
|
|
1082
|
+
"Yes",
|
|
1083
|
+
"No"
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
"waterAndDrainage": {
|
|
1091
|
+
"ntsRef": "A3.2",
|
|
1092
|
+
"title": "Water and Drainage",
|
|
1093
|
+
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
1094
|
+
"properties": {
|
|
1095
|
+
"water": {
|
|
1096
|
+
"ntsRef": "A3.2",
|
|
1097
|
+
"title": "Water",
|
|
1098
|
+
"properties": {
|
|
1099
|
+
"mainsWater": {
|
|
1100
|
+
"ntsRef": "A3.2",
|
|
1101
|
+
"title": "Mains water",
|
|
1102
|
+
"discriminator": {
|
|
1103
|
+
"propertyName": "yesNo"
|
|
1104
|
+
},
|
|
1105
|
+
"oneOf": [
|
|
1106
|
+
{
|
|
1107
|
+
"properties": {
|
|
1108
|
+
"yesNo": {
|
|
1109
|
+
"enum": [
|
|
1110
|
+
"No"
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
"details": {
|
|
1114
|
+
"ntsRef": "3.2.2",
|
|
1115
|
+
"title": "How is water supplied?",
|
|
1116
|
+
"description": "e.g. Private well, borehole, springs etc."
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
"required": [
|
|
1120
|
+
"details"
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"properties": {
|
|
1125
|
+
"yesNo": {
|
|
1126
|
+
"enum": [
|
|
1127
|
+
"Yes"
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1130
|
+
"isSupplyMetered": {
|
|
1131
|
+
"ntsRef": "3.2.3",
|
|
1132
|
+
"title": "Details"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"required": [
|
|
1136
|
+
"isSupplyMetered"
|
|
1137
|
+
]
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"properties": {
|
|
1141
|
+
"yesNo": {
|
|
1142
|
+
"enum": [
|
|
1143
|
+
"To be connected"
|
|
1144
|
+
]
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
"required": [
|
|
1150
|
+
"yesNo"
|
|
1151
|
+
],
|
|
1152
|
+
"properties": {
|
|
1153
|
+
"yesNo": {
|
|
1154
|
+
"ntsRef": "A3.2.1",
|
|
1155
|
+
"enum": [
|
|
1156
|
+
"Yes",
|
|
1157
|
+
"To be connected",
|
|
1158
|
+
"No"
|
|
1159
|
+
]
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"drainage": {
|
|
1166
|
+
"ntsRef": "A3.3",
|
|
1167
|
+
"title": "Drainage",
|
|
1168
|
+
"required": [
|
|
1169
|
+
"mainsSurfaceWaterDrainage",
|
|
1170
|
+
"mainsFoulDrainage"
|
|
1171
|
+
],
|
|
1172
|
+
"properties": {
|
|
1173
|
+
"mainsSurfaceWaterDrainage": {
|
|
1174
|
+
"ntsRef": "A3.3.1",
|
|
1175
|
+
"title": "Mains surface water drainage",
|
|
1176
|
+
"discriminator": {
|
|
1177
|
+
"propertyName": "yesNo"
|
|
1178
|
+
},
|
|
1179
|
+
"oneOf": [
|
|
1180
|
+
{
|
|
1181
|
+
"properties": {
|
|
1182
|
+
"yesNo": {
|
|
1183
|
+
"enum": [
|
|
1184
|
+
"No",
|
|
1185
|
+
"Not known"
|
|
1186
|
+
]
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"yesNo": {
|
|
1193
|
+
"enum": [
|
|
1194
|
+
"Yes"
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"properties": {
|
|
1201
|
+
"yesNo": {
|
|
1202
|
+
"enum": [
|
|
1203
|
+
"To be connected"
|
|
1204
|
+
]
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"required": [
|
|
1210
|
+
"yesNo"
|
|
1211
|
+
],
|
|
1212
|
+
"properties": {
|
|
1213
|
+
"yesNo": {
|
|
1214
|
+
"ntsRef": "A3.3.1.1",
|
|
1215
|
+
"enum": [
|
|
1216
|
+
"Yes",
|
|
1217
|
+
"To be connected",
|
|
1218
|
+
"No",
|
|
1219
|
+
"Not known"
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"mainsFoulDrainage": {
|
|
1225
|
+
"ntsRef": "A3.3.2",
|
|
1226
|
+
"title": "Mains foul drainage / sweerage",
|
|
1227
|
+
"discriminator": {
|
|
1228
|
+
"propertyName": "yesNo"
|
|
1229
|
+
},
|
|
1230
|
+
"oneOf": [
|
|
1231
|
+
{
|
|
1232
|
+
"properties": {
|
|
1233
|
+
"yesNo": {
|
|
1234
|
+
"enum": [
|
|
1235
|
+
"Yes"
|
|
1236
|
+
]
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"properties": {
|
|
1242
|
+
"yesNo": {
|
|
1243
|
+
"enum": [
|
|
1244
|
+
"To be connected"
|
|
1245
|
+
]
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"properties": {
|
|
1251
|
+
"yesNo": {
|
|
1252
|
+
"enum": [
|
|
1253
|
+
"No",
|
|
1254
|
+
"Not known"
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
"sustainableDrainageSystem": {
|
|
1258
|
+
"ntsRef": "A3.3.3",
|
|
1259
|
+
"title": "Sustainable Drainage System",
|
|
1260
|
+
"discriminator": {
|
|
1261
|
+
"propertyName": "yesNo"
|
|
1262
|
+
},
|
|
1263
|
+
"oneOf": [
|
|
1264
|
+
{
|
|
1265
|
+
"properties": {
|
|
1266
|
+
"yesNo": {
|
|
1267
|
+
"enum": [
|
|
1268
|
+
"No"
|
|
1269
|
+
]
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"properties": {
|
|
1275
|
+
"yesNo": {
|
|
1276
|
+
"enum": [
|
|
1277
|
+
"Yes"
|
|
1278
|
+
]
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"properties": {
|
|
1284
|
+
"yesNo": {
|
|
1285
|
+
"enum": [
|
|
1286
|
+
"To be connected"
|
|
1287
|
+
]
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"required": [
|
|
1293
|
+
"yesNo"
|
|
1294
|
+
],
|
|
1295
|
+
"properties": {
|
|
1296
|
+
"yesNo": {
|
|
1297
|
+
"ntsRef": "A3.3.3.1",
|
|
1298
|
+
"enum": [
|
|
1299
|
+
"Yes",
|
|
1300
|
+
"No"
|
|
1301
|
+
]
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"septicTank": {
|
|
1306
|
+
"ntsRef": "A3.3.4",
|
|
1307
|
+
"title": "Septic tank",
|
|
1308
|
+
"discriminator": {
|
|
1309
|
+
"propertyName": "yesNo"
|
|
1310
|
+
},
|
|
1311
|
+
"oneOf": [
|
|
1312
|
+
{
|
|
1313
|
+
"properties": {
|
|
1314
|
+
"yesNo": {
|
|
1315
|
+
"enum": [
|
|
1316
|
+
"No"
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"properties": {
|
|
1323
|
+
"yesNo": {
|
|
1324
|
+
"enum": [
|
|
1325
|
+
"Yes"
|
|
1326
|
+
]
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"required": [
|
|
1332
|
+
"yesNo"
|
|
1333
|
+
],
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"yesNo": {
|
|
1336
|
+
"ntsRef": "A3.3.4.1",
|
|
1337
|
+
"enum": [
|
|
1338
|
+
"Yes",
|
|
1339
|
+
"No"
|
|
1340
|
+
]
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"cesspit": {
|
|
1345
|
+
"ntsRef": "A3.3.5",
|
|
1346
|
+
"title": "Cesspit",
|
|
1347
|
+
"discriminator": {
|
|
1348
|
+
"propertyName": "yesNo"
|
|
1349
|
+
},
|
|
1350
|
+
"oneOf": [
|
|
1351
|
+
{
|
|
1352
|
+
"properties": {
|
|
1353
|
+
"yesNo": {
|
|
1354
|
+
"enum": [
|
|
1355
|
+
"No"
|
|
1356
|
+
]
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"properties": {
|
|
1362
|
+
"yesNo": {
|
|
1363
|
+
"enum": [
|
|
1364
|
+
"Yes"
|
|
1365
|
+
]
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"required": [
|
|
1371
|
+
"yesNo"
|
|
1372
|
+
],
|
|
1373
|
+
"properties": {
|
|
1374
|
+
"yesNo": {
|
|
1375
|
+
"ntsRef": "A3.3.5.1",
|
|
1376
|
+
"enum": [
|
|
1377
|
+
"Yes",
|
|
1378
|
+
"No"
|
|
1379
|
+
]
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
"sewerageTreatmentPlant": {
|
|
1384
|
+
"ntsRef": "A3.3.6",
|
|
1385
|
+
"title": "Sewerage treatment plant",
|
|
1386
|
+
"discriminator": {
|
|
1387
|
+
"propertyName": "yesNo"
|
|
1388
|
+
},
|
|
1389
|
+
"oneOf": [
|
|
1390
|
+
{
|
|
1391
|
+
"properties": {
|
|
1392
|
+
"yesNo": {
|
|
1393
|
+
"enum": [
|
|
1394
|
+
"No"
|
|
1395
|
+
]
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"properties": {
|
|
1401
|
+
"yesNo": {
|
|
1402
|
+
"enum": [
|
|
1403
|
+
"Yes"
|
|
1404
|
+
]
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"required": [
|
|
1410
|
+
"yesNo"
|
|
1411
|
+
],
|
|
1412
|
+
"properties": {
|
|
1413
|
+
"yesNo": {
|
|
1414
|
+
"ntsRef": "A3.3.6.1",
|
|
1415
|
+
"enum": [
|
|
1416
|
+
"Yes",
|
|
1417
|
+
"No"
|
|
1418
|
+
]
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
"required": [
|
|
1424
|
+
"sustainableDrainageSystem",
|
|
1425
|
+
"septicTank",
|
|
1426
|
+
"cesspit",
|
|
1427
|
+
"sewerageTreatmentPlant"
|
|
1428
|
+
]
|
|
1429
|
+
}
|
|
1430
|
+
],
|
|
1431
|
+
"required": [
|
|
1432
|
+
"yesNo"
|
|
1433
|
+
],
|
|
1434
|
+
"properties": {
|
|
1435
|
+
"yesNo": {
|
|
1436
|
+
"enum": [
|
|
1437
|
+
"Yes",
|
|
1438
|
+
"No"
|
|
1439
|
+
]
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
"heating": {
|
|
1448
|
+
"ntsRef": "B3.4",
|
|
1449
|
+
"title": "Heating",
|
|
1450
|
+
"discriminator": {
|
|
1451
|
+
"propertyName": "heatingType"
|
|
1452
|
+
},
|
|
1453
|
+
"oneOf": [
|
|
1454
|
+
{
|
|
1455
|
+
"properties": {
|
|
1456
|
+
"heatingType": {
|
|
1457
|
+
"enum": [
|
|
1458
|
+
"None"
|
|
1459
|
+
]
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"properties": {
|
|
1465
|
+
"heatingType": {
|
|
1466
|
+
"enum": [
|
|
1467
|
+
"Central heating"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
"centralHeatingDetails": {
|
|
1471
|
+
"ntsRef": "B3.4.3",
|
|
1472
|
+
"title": "Central Heating Details",
|
|
1473
|
+
"required": [
|
|
1474
|
+
"centralHeatingFuel"
|
|
1475
|
+
],
|
|
1476
|
+
"properties": {
|
|
1477
|
+
"centralHeatingFuel": {
|
|
1478
|
+
"ntsRef": "B3.4.3.1",
|
|
1479
|
+
"title": "Central Heating Fuel",
|
|
1480
|
+
"discriminator": {
|
|
1481
|
+
"propertyName": "centralHeatingFuelType"
|
|
1482
|
+
},
|
|
1483
|
+
"oneOf": [
|
|
1484
|
+
{
|
|
1485
|
+
"properties": {
|
|
1486
|
+
"centralHeatingFuelType": {
|
|
1487
|
+
"enum": [
|
|
1488
|
+
"Mains gas",
|
|
1489
|
+
"Electricity",
|
|
1490
|
+
"Oil",
|
|
1491
|
+
"LPG",
|
|
1492
|
+
"Biomass boiler"
|
|
1493
|
+
]
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"properties": {
|
|
1499
|
+
"centralHeatingFuelType": {
|
|
1500
|
+
"enum": [
|
|
1501
|
+
"Other"
|
|
1502
|
+
]
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"required": [
|
|
1508
|
+
"centralHeatingFuelType"
|
|
1509
|
+
],
|
|
1510
|
+
"properties": {
|
|
1511
|
+
"centralHeatingFuelType": {
|
|
1512
|
+
"ntsRef": "B3.4.3.1.1",
|
|
1513
|
+
"title": "What type of fuel does the system run on?",
|
|
1514
|
+
"enum": [
|
|
1515
|
+
"Mains gas",
|
|
1516
|
+
"Electricity",
|
|
1517
|
+
"Oil",
|
|
1518
|
+
"LPG",
|
|
1519
|
+
"Other"
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"required": [
|
|
1528
|
+
"centralHeatingDetails"
|
|
1529
|
+
]
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"properties": {
|
|
1533
|
+
"heatingType": {
|
|
1534
|
+
"enum": [
|
|
1535
|
+
"Community heating system"
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
"details": {
|
|
1539
|
+
"ntsRef": "B3.4.4",
|
|
1540
|
+
"title": "Community heating system details",
|
|
1541
|
+
"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"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"required": [
|
|
1545
|
+
"details"
|
|
1546
|
+
]
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
"required": [
|
|
1550
|
+
"heatingType"
|
|
1551
|
+
],
|
|
1552
|
+
"properties": {
|
|
1553
|
+
"heatingType": {
|
|
1554
|
+
"ntsRef": "B3.4.1",
|
|
1555
|
+
"title": "What type of heating system does the property have?",
|
|
1556
|
+
"enum": [
|
|
1557
|
+
"Central heating",
|
|
1558
|
+
"Communal heating system",
|
|
1559
|
+
"None"
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
"otherHeatingFeatures": {
|
|
1563
|
+
"ntsRef": "B3.4.2",
|
|
1564
|
+
"title": "What other heating features does the property have?"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"rightsAndInformalArrangements": {
|
|
1569
|
+
"ntsRef": "C2.2",
|
|
1570
|
+
"title": "Rights and Informal Arrangements",
|
|
1571
|
+
"properties": {
|
|
1572
|
+
"rightsOrArrangements": {
|
|
1573
|
+
"ntsRef": "C2.2.1",
|
|
1574
|
+
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
1575
|
+
"required": [
|
|
1576
|
+
"publicRightOfWay"
|
|
1577
|
+
],
|
|
1578
|
+
"properties": {
|
|
1579
|
+
"publicRightOfWay": {
|
|
1580
|
+
"ntsRef": "C2.2.1",
|
|
1581
|
+
"title": "A public right of way through and/or across your property, buildings or land",
|
|
1582
|
+
"discriminator": {
|
|
1583
|
+
"propertyName": "yesNo"
|
|
1584
|
+
},
|
|
1585
|
+
"oneOf": [
|
|
1586
|
+
{
|
|
1587
|
+
"properties": {
|
|
1588
|
+
"yesNo": {
|
|
1589
|
+
"enum": [
|
|
1590
|
+
"No"
|
|
1591
|
+
]
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"properties": {
|
|
1597
|
+
"yesNo": {
|
|
1598
|
+
"enum": [
|
|
1599
|
+
"Yes"
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
"details": {
|
|
1603
|
+
"ntsRef": "C2.2.1.2",
|
|
1604
|
+
"title": "Please provide details and mark the route on a plan of the property"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"required": [
|
|
1608
|
+
"details"
|
|
1609
|
+
]
|
|
1610
|
+
}
|
|
1611
|
+
],
|
|
1612
|
+
"required": [
|
|
1613
|
+
"yesNo"
|
|
1614
|
+
],
|
|
1615
|
+
"properties": {
|
|
1616
|
+
"yesNo": {
|
|
1617
|
+
"ntsRef": "C2.2.1.1",
|
|
1618
|
+
"enum": [
|
|
1619
|
+
"Yes",
|
|
1620
|
+
"No"
|
|
1621
|
+
]
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"environmentalIssues": {
|
|
1630
|
+
"ntsRef": "C3.1",
|
|
1631
|
+
"title": "Environmental Issues Affecting the Property",
|
|
1632
|
+
"required": [
|
|
1633
|
+
"flooding",
|
|
1634
|
+
"coalMining",
|
|
1635
|
+
"nonCoalMining",
|
|
1636
|
+
"coastalErosion"
|
|
1637
|
+
],
|
|
1638
|
+
"properties": {
|
|
1639
|
+
"flooding": {
|
|
1640
|
+
"ntsRef": "C3.1.1",
|
|
1641
|
+
"title": "Flooding",
|
|
1642
|
+
"discriminator": {
|
|
1643
|
+
"propertyName": "hasBeenFlooded"
|
|
1644
|
+
},
|
|
1645
|
+
"oneOf": [
|
|
1646
|
+
{
|
|
1647
|
+
"properties": {
|
|
1648
|
+
"hasBeenFlooded": {
|
|
1649
|
+
"enum": [
|
|
1650
|
+
"No"
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"properties": {
|
|
1657
|
+
"hasBeenFlooded": {
|
|
1658
|
+
"enum": [
|
|
1659
|
+
"Yes"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
"typeOfFlooding": {
|
|
1663
|
+
"ntsRef": "C3.1.1.3",
|
|
1664
|
+
"title": "What type of flooding occurred?"
|
|
1665
|
+
},
|
|
1666
|
+
"details": {
|
|
1667
|
+
"ntsRef": "C3.1.1.3",
|
|
1668
|
+
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"required": [
|
|
1672
|
+
"typeOfFlooding",
|
|
1673
|
+
"details"
|
|
1674
|
+
]
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"required": [
|
|
1678
|
+
"floodRisk",
|
|
1679
|
+
"hasBeenFlooded"
|
|
1680
|
+
],
|
|
1681
|
+
"properties": {
|
|
1682
|
+
"floodRisk": {
|
|
1683
|
+
"ntsRef": "C3.1.1.1",
|
|
1684
|
+
"title": "Flood Risk",
|
|
1685
|
+
"discriminator": {
|
|
1686
|
+
"propertyName": "impactIndicator"
|
|
1687
|
+
},
|
|
1688
|
+
"oneOf": [
|
|
1689
|
+
{
|
|
1690
|
+
"properties": {
|
|
1691
|
+
"impactIndicator": {
|
|
1692
|
+
"enum": [
|
|
1693
|
+
"No"
|
|
1694
|
+
]
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"properties": {
|
|
1700
|
+
"impactIndicator": {
|
|
1701
|
+
"enum": [
|
|
1702
|
+
"Yes"
|
|
1703
|
+
]
|
|
1704
|
+
},
|
|
1705
|
+
"summary": {
|
|
1706
|
+
"ntsRef": "C3.1.1.2",
|
|
1707
|
+
"title": "Summary of risk"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"required": [
|
|
1711
|
+
"summary"
|
|
1712
|
+
]
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"required": [
|
|
1716
|
+
"impactIndicator"
|
|
1717
|
+
],
|
|
1718
|
+
"properties": {
|
|
1719
|
+
"impactIndicator": {
|
|
1720
|
+
"ntsRef": "C3.1.1.1",
|
|
1721
|
+
"title": "To your knowledge, is the property at risk of flooding of any type?",
|
|
1722
|
+
"enum": [
|
|
1723
|
+
"Yes",
|
|
1724
|
+
"No"
|
|
1725
|
+
]
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"hasBeenFlooded": {
|
|
1730
|
+
"ntsRef": "C3.1.1.2",
|
|
1731
|
+
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
1732
|
+
"enum": [
|
|
1733
|
+
"Yes",
|
|
1734
|
+
"No"
|
|
1735
|
+
]
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"coalMining": {
|
|
1740
|
+
"ntsRef": "C6.1",
|
|
1741
|
+
"title": "Coal mining",
|
|
1742
|
+
"discriminator": {
|
|
1743
|
+
"propertyName": "impactIndicator"
|
|
1744
|
+
},
|
|
1745
|
+
"oneOf": [
|
|
1746
|
+
{
|
|
1747
|
+
"properties": {
|
|
1748
|
+
"impactIndicator": {
|
|
1749
|
+
"enum": [
|
|
1750
|
+
"No"
|
|
1751
|
+
]
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"properties": {
|
|
1757
|
+
"impactIndicator": {
|
|
1758
|
+
"enum": [
|
|
1759
|
+
"Yes"
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1762
|
+
"summary": {
|
|
1763
|
+
"ntsRef": "C6.1.1",
|
|
1764
|
+
"title": "Please provide details"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"required": [
|
|
1770
|
+
"impactIndicator"
|
|
1771
|
+
],
|
|
1772
|
+
"properties": {
|
|
1773
|
+
"impactIndicator": {
|
|
1774
|
+
"ntsRef": "C6.1.1",
|
|
1775
|
+
"title": "To your knowledge, is the property impacted by coal mining?",
|
|
1776
|
+
"enum": [
|
|
1777
|
+
"Yes",
|
|
1778
|
+
"No"
|
|
1779
|
+
]
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"nonCoalMining": {
|
|
1784
|
+
"ntsRef": "C6.2",
|
|
1785
|
+
"title": "Non-coal mining",
|
|
1786
|
+
"discriminator": {
|
|
1787
|
+
"propertyName": "impactIndicator"
|
|
1788
|
+
},
|
|
1789
|
+
"oneOf": [
|
|
1790
|
+
{
|
|
1791
|
+
"properties": {
|
|
1792
|
+
"impactIndicator": {
|
|
1793
|
+
"enum": [
|
|
1794
|
+
"No"
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"properties": {
|
|
1801
|
+
"impactIndicator": {
|
|
1802
|
+
"enum": [
|
|
1803
|
+
"Yes"
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
"summary": {
|
|
1807
|
+
"ntsRef": "C6.2.2",
|
|
1808
|
+
"title": "Summary of risk"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"required": [
|
|
1812
|
+
"summary"
|
|
1813
|
+
]
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"required": [
|
|
1817
|
+
"impactIndicator"
|
|
1818
|
+
],
|
|
1819
|
+
"properties": {
|
|
1820
|
+
"impactIndicator": {
|
|
1821
|
+
"ntsRef": "C6.2.1",
|
|
1822
|
+
"title": "To your knowledge, is the property impacted by types of mining other than coal?",
|
|
1823
|
+
"enum": [
|
|
1824
|
+
"Yes",
|
|
1825
|
+
"No"
|
|
1826
|
+
]
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
"coastalErosion": {
|
|
1831
|
+
"ntsRef": "C3.2",
|
|
1832
|
+
"title": "Coastal erosion",
|
|
1833
|
+
"discriminator": {
|
|
1834
|
+
"propertyName": "impactIndicator"
|
|
1835
|
+
},
|
|
1836
|
+
"oneOf": [
|
|
1837
|
+
{
|
|
1838
|
+
"properties": {
|
|
1839
|
+
"impactIndicator": {
|
|
1840
|
+
"enum": [
|
|
1841
|
+
"No"
|
|
1842
|
+
]
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"properties": {
|
|
1848
|
+
"impactIndicator": {
|
|
1849
|
+
"enum": [
|
|
1850
|
+
"Yes"
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
"summary": {
|
|
1854
|
+
"ntsRef": "C3.2.2",
|
|
1855
|
+
"title": "Summary of risk"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"required": [
|
|
1859
|
+
"summary"
|
|
1860
|
+
]
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1863
|
+
"required": [
|
|
1864
|
+
"impactIndicator"
|
|
1865
|
+
],
|
|
1866
|
+
"properties": {
|
|
1867
|
+
"impactIndicator": {
|
|
1868
|
+
"ntsRef": "C3.2.1",
|
|
1869
|
+
"title": "To your knowledge, is the property impacted by coastal erosion?",
|
|
1870
|
+
"enum": [
|
|
1871
|
+
"Yes",
|
|
1872
|
+
"No"
|
|
1873
|
+
]
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
}
|