@pdtf/schemas 3.0.0-22 → 3.0.0-24

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