@pdtf/schemas 3.0.0-1 → 3.0.0-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +23 -22
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +762 -683
- package/src/schemas/v3/overlays/baspi.json +662 -2571
- package/src/schemas/v3/overlays/con29DW.json +46 -127
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +493 -475
- package/src/schemas/v3/overlays/piq.json +225 -827
- package/src/schemas/v3/overlays/rds.json +172 -541
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +346 -1271
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +628 -600
- package/src/schemas/v3/skeleton.json +92 -67
- package/src/tests/v3/transactionSchema.test.js +27 -17
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -164,143 +164,6 @@
|
|
|
164
164
|
"title": "Unique Property Reference Number ",
|
|
165
165
|
"type": "integer"
|
|
166
166
|
},
|
|
167
|
-
"propertyType": {
|
|
168
|
-
"title": "Type of Property",
|
|
169
|
-
"description": "The type or category of the property.",
|
|
170
|
-
"type": "string",
|
|
171
|
-
"enum": [
|
|
172
|
-
"Not Specified",
|
|
173
|
-
"Terraced House",
|
|
174
|
-
"End of terrace house",
|
|
175
|
-
"Semi-detached house",
|
|
176
|
-
"Detached house",
|
|
177
|
-
"Mews house",
|
|
178
|
-
"Cluster house",
|
|
179
|
-
"Ground floor flat",
|
|
180
|
-
"Flat",
|
|
181
|
-
"Studio flat",
|
|
182
|
-
"Ground floor maisonette",
|
|
183
|
-
"Maisonette",
|
|
184
|
-
"Bungalow",
|
|
185
|
-
"Terraced bungalow",
|
|
186
|
-
"Semi-detached bungalow",
|
|
187
|
-
"Detached bungalow",
|
|
188
|
-
"Mobile home",
|
|
189
|
-
"Land (Residential)",
|
|
190
|
-
"Link detached house",
|
|
191
|
-
"Town house",
|
|
192
|
-
"Cottage",
|
|
193
|
-
"Chalet",
|
|
194
|
-
"Character Property",
|
|
195
|
-
"House (unspecified)",
|
|
196
|
-
"Villa",
|
|
197
|
-
"Apartment",
|
|
198
|
-
"Penthouse",
|
|
199
|
-
"Finca",
|
|
200
|
-
"Barn Conversion",
|
|
201
|
-
"Serviced apartment",
|
|
202
|
-
"Parking",
|
|
203
|
-
"Sheltered Housing",
|
|
204
|
-
"Reteirment property",
|
|
205
|
-
"House share",
|
|
206
|
-
"Flat share",
|
|
207
|
-
"Park home",
|
|
208
|
-
"Garages",
|
|
209
|
-
"Farm House",
|
|
210
|
-
"Equestrian facility",
|
|
211
|
-
"Duplex",
|
|
212
|
-
"Triplex",
|
|
213
|
-
"Longere",
|
|
214
|
-
"Gite",
|
|
215
|
-
"Barn",
|
|
216
|
-
"Trulli",
|
|
217
|
-
"Mill",
|
|
218
|
-
"Ruins",
|
|
219
|
-
"Restaurant",
|
|
220
|
-
"Cafe",
|
|
221
|
-
"Castle",
|
|
222
|
-
"Village House",
|
|
223
|
-
"Cave House",
|
|
224
|
-
"Cortijo",
|
|
225
|
-
"Farm Land",
|
|
226
|
-
"Plot",
|
|
227
|
-
"Country House",
|
|
228
|
-
"Stone House",
|
|
229
|
-
"Caravan",
|
|
230
|
-
"Lodge",
|
|
231
|
-
"Log Cabin",
|
|
232
|
-
"Manor House",
|
|
233
|
-
"Stately Home",
|
|
234
|
-
"Off-Plan",
|
|
235
|
-
"Semi-detached Villa",
|
|
236
|
-
"Detached Villa",
|
|
237
|
-
"Bar/Nightclub",
|
|
238
|
-
"Shop",
|
|
239
|
-
"Riad",
|
|
240
|
-
"House Boat",
|
|
241
|
-
"Hotel Room",
|
|
242
|
-
"Block of Apartments",
|
|
243
|
-
"Private Halls",
|
|
244
|
-
"Office",
|
|
245
|
-
"Business Park",
|
|
246
|
-
"Serviced Office",
|
|
247
|
-
"Retail Property (High Street)",
|
|
248
|
-
"Retail Property (Out of Town)",
|
|
249
|
-
"Convenience Store",
|
|
250
|
-
"Hairdresser/Barber Shop",
|
|
251
|
-
"Hotel",
|
|
252
|
-
"Petrol Station",
|
|
253
|
-
"Post Office",
|
|
254
|
-
"Pub",
|
|
255
|
-
"Workshop & Retail Space",
|
|
256
|
-
"Distribution Warehouse",
|
|
257
|
-
"Factory",
|
|
258
|
-
"Heavy Industrial",
|
|
259
|
-
"Industrial Park",
|
|
260
|
-
"Light Industrial",
|
|
261
|
-
"Storage",
|
|
262
|
-
"Showroom",
|
|
263
|
-
"Warehouse",
|
|
264
|
-
"Land (Commercial)",
|
|
265
|
-
"Commercial Development",
|
|
266
|
-
"Industrial Development",
|
|
267
|
-
"Residential Development",
|
|
268
|
-
"Commercial Property",
|
|
269
|
-
"Data Centre",
|
|
270
|
-
"Farm",
|
|
271
|
-
"Healthcare Facility",
|
|
272
|
-
"Marine Property",
|
|
273
|
-
"Mixed Use",
|
|
274
|
-
"Research & Development Facility",
|
|
275
|
-
"Science Park",
|
|
276
|
-
"Guest House",
|
|
277
|
-
"Hospitality",
|
|
278
|
-
"Leisure Facility",
|
|
279
|
-
"Takeaway",
|
|
280
|
-
"Childcare Facility",
|
|
281
|
-
"Smallholding",
|
|
282
|
-
"Place of Worship",
|
|
283
|
-
"Trade Counter",
|
|
284
|
-
"Coach House",
|
|
285
|
-
"House of Multiple Occupation",
|
|
286
|
-
"Sports facilities",
|
|
287
|
-
"Spa",
|
|
288
|
-
"Campsite & Holiday Village"
|
|
289
|
-
]
|
|
290
|
-
},
|
|
291
|
-
"isNewBuild": {
|
|
292
|
-
"title": "Is the property a New Build?",
|
|
293
|
-
"type": "object",
|
|
294
|
-
"properties": {
|
|
295
|
-
"yesNo": {
|
|
296
|
-
"type": "string",
|
|
297
|
-
"enum": [
|
|
298
|
-
"Yes",
|
|
299
|
-
"No"
|
|
300
|
-
]
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
167
|
"location": {
|
|
305
168
|
"title": "Geographical location",
|
|
306
169
|
"type": "object",
|
|
@@ -472,9 +335,145 @@
|
|
|
472
335
|
}
|
|
473
336
|
},
|
|
474
337
|
"buildInformation": {
|
|
475
|
-
"title": "
|
|
338
|
+
"title": "About the property building",
|
|
476
339
|
"type": "object",
|
|
477
340
|
"properties": {
|
|
341
|
+
"building": {
|
|
342
|
+
"title": "Building informatiom",
|
|
343
|
+
"type": "object",
|
|
344
|
+
"properties": {
|
|
345
|
+
"propertyType": {
|
|
346
|
+
"title": "Property type",
|
|
347
|
+
"type": "string",
|
|
348
|
+
"enum": [
|
|
349
|
+
"House",
|
|
350
|
+
"Bungalow",
|
|
351
|
+
"Maisonette",
|
|
352
|
+
"Flat",
|
|
353
|
+
"Park home",
|
|
354
|
+
"Other"
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"oneOf": [
|
|
359
|
+
{
|
|
360
|
+
"properties": {
|
|
361
|
+
"propertyType": {
|
|
362
|
+
"enum": [
|
|
363
|
+
"Other"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"otherType": {
|
|
367
|
+
"title": "Please describe the other type of property build",
|
|
368
|
+
"type": "string",
|
|
369
|
+
"minLength": 1
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"properties": {
|
|
375
|
+
"propertyType": {
|
|
376
|
+
"enum": [
|
|
377
|
+
"House",
|
|
378
|
+
"Bungalow"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"builtForm": {
|
|
382
|
+
"title": "Built form",
|
|
383
|
+
"type": "string",
|
|
384
|
+
"enum": [
|
|
385
|
+
"Detached",
|
|
386
|
+
"Semi-detached",
|
|
387
|
+
"Terraced",
|
|
388
|
+
"End of terrace",
|
|
389
|
+
"Other"
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"properties": {
|
|
396
|
+
"propertyType": {
|
|
397
|
+
"enum": [
|
|
398
|
+
"Maisonette",
|
|
399
|
+
"Flat"
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
"builtForm": {
|
|
403
|
+
"title": "Built form",
|
|
404
|
+
"type": "string",
|
|
405
|
+
"enum": [
|
|
406
|
+
"Detached",
|
|
407
|
+
"Semi-detached",
|
|
408
|
+
"Terraced",
|
|
409
|
+
"End of terrace",
|
|
410
|
+
"Other"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"numberOfFloors": {
|
|
414
|
+
"title": "Number of floors in the building",
|
|
415
|
+
"type": "integer"
|
|
416
|
+
},
|
|
417
|
+
"entranceFloor": {
|
|
418
|
+
"title": "Entrance floor",
|
|
419
|
+
"description": "The floor on which the main entrance to the property is located, starting with 1 for the ground floor (0 for a basement)",
|
|
420
|
+
"type": "integer"
|
|
421
|
+
},
|
|
422
|
+
"hasLift": {
|
|
423
|
+
"title": "Entrance floor",
|
|
424
|
+
"description": "Is the property served by a lift?",
|
|
425
|
+
"type": "string",
|
|
426
|
+
"enum": [
|
|
427
|
+
"Yes",
|
|
428
|
+
"No"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"overCommercialPremises": {
|
|
432
|
+
"title": "Is the property located over commercial premises?",
|
|
433
|
+
"type": "object",
|
|
434
|
+
"properties": {
|
|
435
|
+
"isLocatedOverCommercialPremises": {
|
|
436
|
+
"type": "string",
|
|
437
|
+
"title": "Is the property located over commercial premises?",
|
|
438
|
+
"enum": [
|
|
439
|
+
"Yes",
|
|
440
|
+
"No"
|
|
441
|
+
]
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"required": [
|
|
445
|
+
"isLocatedOverCommercialPremises"
|
|
446
|
+
],
|
|
447
|
+
"oneOf": [
|
|
448
|
+
{
|
|
449
|
+
"properties": {
|
|
450
|
+
"isLocatedOverCommercialPremises": {
|
|
451
|
+
"enum": [
|
|
452
|
+
"No"
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"properties": {
|
|
459
|
+
"isLocatedOverCommercialPremises": {
|
|
460
|
+
"enum": [
|
|
461
|
+
"Yes"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
"details": {
|
|
465
|
+
"title": "Please provide details",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"minLength": 1
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
},
|
|
478
477
|
"internalArea": {
|
|
479
478
|
"title": "Total internal floor area",
|
|
480
479
|
"type": "object",
|
|
@@ -498,57 +497,110 @@
|
|
|
498
497
|
"title": "Year the property was built",
|
|
499
498
|
"type": "integer"
|
|
500
499
|
},
|
|
501
|
-
"
|
|
502
|
-
"title": "
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
"width": {
|
|
524
|
-
"type": "number",
|
|
525
|
-
"minimum": 0,
|
|
526
|
-
"title": "The width of the room"
|
|
527
|
-
},
|
|
528
|
-
"units": {
|
|
529
|
-
"title": "The units which the length and width of the room have been provided in",
|
|
530
|
-
"type": "string",
|
|
531
|
-
"enum": [
|
|
532
|
-
"meters",
|
|
533
|
-
"centimetres",
|
|
534
|
-
"millimetres",
|
|
535
|
-
"feet",
|
|
536
|
-
"inches"
|
|
537
|
-
]
|
|
538
|
-
},
|
|
539
|
-
"dimensionDetails": {
|
|
540
|
-
"title": "Any additional description or clarification of the room dimensions",
|
|
541
|
-
"type": "string",
|
|
542
|
-
"minLength": 1
|
|
543
|
-
},
|
|
544
|
-
"photoUrls": {
|
|
545
|
-
"title": "The URLs of images which should be associated with this room",
|
|
546
|
-
"type": "array",
|
|
547
|
-
"items": {
|
|
500
|
+
"isNewBuild": {
|
|
501
|
+
"title": "Is the property a New Build?",
|
|
502
|
+
"type": "object",
|
|
503
|
+
"properties": {
|
|
504
|
+
"yesNo": {
|
|
505
|
+
"type": "string",
|
|
506
|
+
"enum": [
|
|
507
|
+
"Yes",
|
|
508
|
+
"No"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"roomDimensions": {
|
|
514
|
+
"title": "Room dimensions",
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"hasFloorplan": {
|
|
518
|
+
"title": "Is a floorplan available which includes the dimensions of all the rooms?",
|
|
519
|
+
"type": "object",
|
|
520
|
+
"properties": {
|
|
521
|
+
"yesNo": {
|
|
548
522
|
"type": "string",
|
|
549
|
-
"
|
|
523
|
+
"title": "",
|
|
524
|
+
"enum": [
|
|
525
|
+
"Yes",
|
|
526
|
+
"No"
|
|
527
|
+
]
|
|
550
528
|
}
|
|
551
|
-
}
|
|
529
|
+
},
|
|
530
|
+
"oneOf": [
|
|
531
|
+
{
|
|
532
|
+
"properties": {
|
|
533
|
+
"yesNo": {
|
|
534
|
+
"enum": [
|
|
535
|
+
"Yes"
|
|
536
|
+
]
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"properties": {
|
|
542
|
+
"yesNo": {
|
|
543
|
+
"enum": [
|
|
544
|
+
"No"
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
"rooms": {
|
|
548
|
+
"title": "Rooms",
|
|
549
|
+
"description": "Please supply dimensions for each of the rooms.",
|
|
550
|
+
"type": "array",
|
|
551
|
+
"items": {
|
|
552
|
+
"type": "object",
|
|
553
|
+
"properties": {
|
|
554
|
+
"roomName": {
|
|
555
|
+
"type": "string",
|
|
556
|
+
"title": "The name of the room",
|
|
557
|
+
"minLength": 1
|
|
558
|
+
},
|
|
559
|
+
"description": {
|
|
560
|
+
"type": "string",
|
|
561
|
+
"minLength": 1,
|
|
562
|
+
"title": "Description of the room"
|
|
563
|
+
},
|
|
564
|
+
"length": {
|
|
565
|
+
"type": "number",
|
|
566
|
+
"minimum": 0,
|
|
567
|
+
"title": "The length of the room"
|
|
568
|
+
},
|
|
569
|
+
"width": {
|
|
570
|
+
"type": "number",
|
|
571
|
+
"minimum": 0,
|
|
572
|
+
"title": "The width of the room"
|
|
573
|
+
},
|
|
574
|
+
"units": {
|
|
575
|
+
"title": "The units which the length and width of the room have been provided in",
|
|
576
|
+
"type": "string",
|
|
577
|
+
"enum": [
|
|
578
|
+
"meters",
|
|
579
|
+
"centimetres",
|
|
580
|
+
"millimetres",
|
|
581
|
+
"feet",
|
|
582
|
+
"inches"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
"dimensionDetails": {
|
|
586
|
+
"title": "Any additional description or clarification of the room dimensions",
|
|
587
|
+
"type": "string",
|
|
588
|
+
"minLength": 1
|
|
589
|
+
},
|
|
590
|
+
"photoUrls": {
|
|
591
|
+
"title": "The URLs of images which should be associated with this room",
|
|
592
|
+
"type": "array",
|
|
593
|
+
"items": {
|
|
594
|
+
"type": "string",
|
|
595
|
+
"format": "uri"
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
]
|
|
552
604
|
}
|
|
553
605
|
}
|
|
554
606
|
}
|
|
@@ -1574,13 +1626,11 @@
|
|
|
1574
1626
|
"type": "object",
|
|
1575
1627
|
"properties": {
|
|
1576
1628
|
"isApplicableParty": {
|
|
1577
|
-
"
|
|
1578
|
-
|
|
1579
|
-
"
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
]
|
|
1583
|
-
}
|
|
1629
|
+
"type": "string",
|
|
1630
|
+
"enum": [
|
|
1631
|
+
"true",
|
|
1632
|
+
"false"
|
|
1633
|
+
]
|
|
1584
1634
|
}
|
|
1585
1635
|
},
|
|
1586
1636
|
"oneOf": [
|
|
@@ -1616,13 +1666,11 @@
|
|
|
1616
1666
|
"type": "object",
|
|
1617
1667
|
"properties": {
|
|
1618
1668
|
"isApplicableParty": {
|
|
1619
|
-
"
|
|
1620
|
-
|
|
1621
|
-
"
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
]
|
|
1625
|
-
}
|
|
1669
|
+
"type": "string",
|
|
1670
|
+
"enum": [
|
|
1671
|
+
"true",
|
|
1672
|
+
"false"
|
|
1673
|
+
]
|
|
1626
1674
|
}
|
|
1627
1675
|
},
|
|
1628
1676
|
"oneOf": [
|
|
@@ -1658,13 +1706,11 @@
|
|
|
1658
1706
|
"type": "object",
|
|
1659
1707
|
"properties": {
|
|
1660
1708
|
"isApplicableParty": {
|
|
1661
|
-
"
|
|
1662
|
-
|
|
1663
|
-
"
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
]
|
|
1667
|
-
}
|
|
1709
|
+
"type": "string",
|
|
1710
|
+
"enum": [
|
|
1711
|
+
"true",
|
|
1712
|
+
"false"
|
|
1713
|
+
]
|
|
1668
1714
|
}
|
|
1669
1715
|
},
|
|
1670
1716
|
"oneOf": [
|
|
@@ -1700,13 +1746,11 @@
|
|
|
1700
1746
|
"type": "object",
|
|
1701
1747
|
"properties": {
|
|
1702
1748
|
"isApplicableParty": {
|
|
1703
|
-
"
|
|
1704
|
-
|
|
1705
|
-
"
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
]
|
|
1709
|
-
}
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"enum": [
|
|
1751
|
+
"true",
|
|
1752
|
+
"false"
|
|
1753
|
+
]
|
|
1710
1754
|
}
|
|
1711
1755
|
},
|
|
1712
1756
|
"oneOf": [
|
|
@@ -1741,13 +1785,11 @@
|
|
|
1741
1785
|
"type": "object",
|
|
1742
1786
|
"properties": {
|
|
1743
1787
|
"isApplicableParty": {
|
|
1744
|
-
"
|
|
1745
|
-
|
|
1746
|
-
"
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
]
|
|
1750
|
-
}
|
|
1788
|
+
"type": "string",
|
|
1789
|
+
"enum": [
|
|
1790
|
+
"true",
|
|
1791
|
+
"false"
|
|
1792
|
+
]
|
|
1751
1793
|
}
|
|
1752
1794
|
},
|
|
1753
1795
|
"oneOf": [
|
|
@@ -3806,13 +3848,11 @@
|
|
|
3806
3848
|
"type": "object",
|
|
3807
3849
|
"properties": {
|
|
3808
3850
|
"isApplicableParty": {
|
|
3809
|
-
"
|
|
3810
|
-
|
|
3811
|
-
"
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
]
|
|
3815
|
-
}
|
|
3851
|
+
"type": "string",
|
|
3852
|
+
"enum": [
|
|
3853
|
+
"true",
|
|
3854
|
+
"false"
|
|
3855
|
+
]
|
|
3816
3856
|
}
|
|
3817
3857
|
},
|
|
3818
3858
|
"oneOf": [
|
|
@@ -3848,13 +3888,11 @@
|
|
|
3848
3888
|
"type": "object",
|
|
3849
3889
|
"properties": {
|
|
3850
3890
|
"isApplicableParty": {
|
|
3851
|
-
"
|
|
3852
|
-
|
|
3853
|
-
"
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
]
|
|
3857
|
-
}
|
|
3891
|
+
"type": "string",
|
|
3892
|
+
"enum": [
|
|
3893
|
+
"true",
|
|
3894
|
+
"false"
|
|
3895
|
+
]
|
|
3858
3896
|
}
|
|
3859
3897
|
},
|
|
3860
3898
|
"oneOf": [
|
|
@@ -3889,13 +3927,11 @@
|
|
|
3889
3927
|
"type": "object",
|
|
3890
3928
|
"properties": {
|
|
3891
3929
|
"isApplicableParty": {
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
]
|
|
3898
|
-
}
|
|
3930
|
+
"type": "string",
|
|
3931
|
+
"enum": [
|
|
3932
|
+
"true",
|
|
3933
|
+
"false"
|
|
3934
|
+
]
|
|
3899
3935
|
}
|
|
3900
3936
|
},
|
|
3901
3937
|
"oneOf": [
|
|
@@ -3991,14 +4027,12 @@
|
|
|
3991
4027
|
"type": "object",
|
|
3992
4028
|
"properties": {
|
|
3993
4029
|
"isApplicableParty": {
|
|
3994
|
-
"
|
|
3995
|
-
|
|
3996
|
-
"
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
}
|
|
4001
|
-
}
|
|
4030
|
+
"type": "string",
|
|
4031
|
+
"enum": [
|
|
4032
|
+
"true",
|
|
4033
|
+
"false"
|
|
4034
|
+
]
|
|
4035
|
+
}
|
|
4002
4036
|
},
|
|
4003
4037
|
"oneOf": [
|
|
4004
4038
|
{
|
|
@@ -4033,13 +4067,11 @@
|
|
|
4033
4067
|
"type": "object",
|
|
4034
4068
|
"properties": {
|
|
4035
4069
|
"isApplicableParty": {
|
|
4036
|
-
"
|
|
4037
|
-
|
|
4038
|
-
"
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
]
|
|
4042
|
-
}
|
|
4070
|
+
"type": "string",
|
|
4071
|
+
"enum": [
|
|
4072
|
+
"true",
|
|
4073
|
+
"false"
|
|
4074
|
+
]
|
|
4043
4075
|
}
|
|
4044
4076
|
},
|
|
4045
4077
|
"oneOf": [
|
|
@@ -4075,13 +4107,11 @@
|
|
|
4075
4107
|
"type": "object",
|
|
4076
4108
|
"properties": {
|
|
4077
4109
|
"isApplicableParty": {
|
|
4078
|
-
"
|
|
4079
|
-
|
|
4080
|
-
"
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
]
|
|
4084
|
-
}
|
|
4110
|
+
"type": "string",
|
|
4111
|
+
"enum": [
|
|
4112
|
+
"true",
|
|
4113
|
+
"false"
|
|
4114
|
+
]
|
|
4085
4115
|
}
|
|
4086
4116
|
},
|
|
4087
4117
|
"oneOf": [
|
|
@@ -4117,13 +4147,11 @@
|
|
|
4117
4147
|
"type": "object",
|
|
4118
4148
|
"properties": {
|
|
4119
4149
|
"isApplicableParty": {
|
|
4120
|
-
"
|
|
4121
|
-
|
|
4122
|
-
"
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
]
|
|
4126
|
-
}
|
|
4150
|
+
"type": "string",
|
|
4151
|
+
"enum": [
|
|
4152
|
+
"true",
|
|
4153
|
+
"false"
|
|
4154
|
+
]
|
|
4127
4155
|
}
|
|
4128
4156
|
},
|
|
4129
4157
|
"oneOf": [
|
|
@@ -4158,13 +4186,11 @@
|
|
|
4158
4186
|
"type": "object",
|
|
4159
4187
|
"properties": {
|
|
4160
4188
|
"isApplicableParty": {
|
|
4161
|
-
"
|
|
4162
|
-
|
|
4163
|
-
"
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
]
|
|
4167
|
-
}
|
|
4189
|
+
"type": "string",
|
|
4190
|
+
"enum": [
|
|
4191
|
+
"true",
|
|
4192
|
+
"false"
|
|
4193
|
+
]
|
|
4168
4194
|
}
|
|
4169
4195
|
},
|
|
4170
4196
|
"oneOf": [
|
|
@@ -7037,7 +7063,7 @@
|
|
|
7037
7063
|
]
|
|
7038
7064
|
},
|
|
7039
7065
|
"details": {
|
|
7040
|
-
"title": "Please provide details of the listing
|
|
7066
|
+
"title": "Please provide details of the listing",
|
|
7041
7067
|
"type": "string",
|
|
7042
7068
|
"minLength": 1
|
|
7043
7069
|
},
|
|
@@ -7086,7 +7112,7 @@
|
|
|
7086
7112
|
]
|
|
7087
7113
|
},
|
|
7088
7114
|
"details": {
|
|
7089
|
-
"title": "Please provide details of the listing
|
|
7115
|
+
"title": "Please provide details of the listing",
|
|
7090
7116
|
"type": "string",
|
|
7091
7117
|
"minLength": 1
|
|
7092
7118
|
},
|
|
@@ -16300,7 +16326,7 @@
|
|
|
16300
16326
|
]
|
|
16301
16327
|
},
|
|
16302
16328
|
"details": {
|
|
16303
|
-
"title": "
|
|
16329
|
+
"title": "Details",
|
|
16304
16330
|
"type": "string"
|
|
16305
16331
|
},
|
|
16306
16332
|
"supplier": {
|
|
@@ -16450,9 +16476,12 @@
|
|
|
16450
16476
|
"minLength": 1
|
|
16451
16477
|
},
|
|
16452
16478
|
"isSupplyMetered": {
|
|
16453
|
-
"title": "
|
|
16479
|
+
"title": "Is the supply metered?",
|
|
16454
16480
|
"type": "string",
|
|
16455
|
-
"
|
|
16481
|
+
"enum": [
|
|
16482
|
+
"Yes",
|
|
16483
|
+
"No"
|
|
16484
|
+
]
|
|
16456
16485
|
}
|
|
16457
16486
|
}
|
|
16458
16487
|
},
|
|
@@ -16642,10 +16671,6 @@
|
|
|
16642
16671
|
"Yes"
|
|
16643
16672
|
]
|
|
16644
16673
|
},
|
|
16645
|
-
"supplier": {
|
|
16646
|
-
"title": "Supplier",
|
|
16647
|
-
"type": "string"
|
|
16648
|
-
},
|
|
16649
16674
|
"details": {
|
|
16650
16675
|
"title": "Details",
|
|
16651
16676
|
"type": "string",
|
|
@@ -16664,17 +16689,13 @@
|
|
|
16664
16689
|
"title": "Date to be connected",
|
|
16665
16690
|
"type": "string",
|
|
16666
16691
|
"format": "date"
|
|
16667
|
-
},
|
|
16668
|
-
"supplier": {
|
|
16669
|
-
"title": "Supplier",
|
|
16670
|
-
"type": "string"
|
|
16671
16692
|
}
|
|
16672
16693
|
}
|
|
16673
16694
|
}
|
|
16674
16695
|
]
|
|
16675
16696
|
},
|
|
16676
16697
|
"mainsFoulDrainage": {
|
|
16677
|
-
"title": "Mains foul drainage /
|
|
16698
|
+
"title": "Mains foul drainage / sewerage",
|
|
16678
16699
|
"type": "object",
|
|
16679
16700
|
"properties": {
|
|
16680
16701
|
"yesNo": {
|
|
@@ -16696,11 +16717,6 @@
|
|
|
16696
16717
|
"Yes"
|
|
16697
16718
|
]
|
|
16698
16719
|
},
|
|
16699
|
-
"supplier": {
|
|
16700
|
-
"title": "Supplier",
|
|
16701
|
-
"type": "string",
|
|
16702
|
-
"minLength": 1
|
|
16703
|
-
},
|
|
16704
16720
|
"details": {
|
|
16705
16721
|
"title": "Details",
|
|
16706
16722
|
"type": "string",
|
|
@@ -16708,6 +16724,15 @@
|
|
|
16708
16724
|
}
|
|
16709
16725
|
}
|
|
16710
16726
|
},
|
|
16727
|
+
{
|
|
16728
|
+
"properties": {
|
|
16729
|
+
"yesNo": {
|
|
16730
|
+
"enum": [
|
|
16731
|
+
"Not known"
|
|
16732
|
+
]
|
|
16733
|
+
}
|
|
16734
|
+
}
|
|
16735
|
+
},
|
|
16711
16736
|
{
|
|
16712
16737
|
"properties": {
|
|
16713
16738
|
"yesNo": {
|
|
@@ -16730,95 +16755,206 @@
|
|
|
16730
16755
|
"properties": {
|
|
16731
16756
|
"yesNo": {
|
|
16732
16757
|
"enum": [
|
|
16733
|
-
"No"
|
|
16734
|
-
"Not known"
|
|
16758
|
+
"No"
|
|
16735
16759
|
]
|
|
16736
16760
|
},
|
|
16737
|
-
"
|
|
16738
|
-
"title": "Sustainable Drainage System",
|
|
16761
|
+
"offMainsDrainageSystem": {
|
|
16739
16762
|
"type": "object",
|
|
16740
16763
|
"properties": {
|
|
16741
|
-
"
|
|
16764
|
+
"offMainsDrainageSystemType": {
|
|
16742
16765
|
"type": "string",
|
|
16743
|
-
"title": "",
|
|
16744
16766
|
"enum": [
|
|
16745
|
-
"
|
|
16746
|
-
"
|
|
16747
|
-
"
|
|
16767
|
+
"Sustainable Drainage System",
|
|
16768
|
+
"Septic tank",
|
|
16769
|
+
"Cesspit",
|
|
16770
|
+
"Sewerage treatment plant"
|
|
16748
16771
|
]
|
|
16749
|
-
}
|
|
16750
|
-
|
|
16751
|
-
|
|
16752
|
-
|
|
16772
|
+
},
|
|
16773
|
+
"otherConnectedProperties": {
|
|
16774
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
16775
|
+
"type": "object",
|
|
16753
16776
|
"properties": {
|
|
16754
16777
|
"yesNo": {
|
|
16778
|
+
"type": "string",
|
|
16779
|
+
"title": "",
|
|
16755
16780
|
"enum": [
|
|
16781
|
+
"Yes",
|
|
16756
16782
|
"No"
|
|
16757
16783
|
]
|
|
16758
16784
|
}
|
|
16759
|
-
}
|
|
16785
|
+
},
|
|
16786
|
+
"oneOf": [
|
|
16787
|
+
{
|
|
16788
|
+
"properties": {
|
|
16789
|
+
"yesNo": {
|
|
16790
|
+
"enum": [
|
|
16791
|
+
"No"
|
|
16792
|
+
]
|
|
16793
|
+
}
|
|
16794
|
+
}
|
|
16795
|
+
},
|
|
16796
|
+
{
|
|
16797
|
+
"properties": {
|
|
16798
|
+
"yesNo": {
|
|
16799
|
+
"enum": [
|
|
16800
|
+
"Yes"
|
|
16801
|
+
]
|
|
16802
|
+
},
|
|
16803
|
+
"numberOfPropertiesSharing": {
|
|
16804
|
+
"title": "How many other properties?",
|
|
16805
|
+
"type": "integer"
|
|
16806
|
+
},
|
|
16807
|
+
"details": {
|
|
16808
|
+
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
|
|
16809
|
+
"type": "string",
|
|
16810
|
+
"minLength": 1
|
|
16811
|
+
}
|
|
16812
|
+
}
|
|
16813
|
+
}
|
|
16814
|
+
]
|
|
16760
16815
|
},
|
|
16761
|
-
{
|
|
16816
|
+
"plantOnOtherLand": {
|
|
16817
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
16818
|
+
"type": "object",
|
|
16762
16819
|
"properties": {
|
|
16763
16820
|
"yesNo": {
|
|
16821
|
+
"type": "string",
|
|
16822
|
+
"title": "",
|
|
16764
16823
|
"enum": [
|
|
16765
|
-
"Yes"
|
|
16824
|
+
"Yes",
|
|
16825
|
+
"No"
|
|
16766
16826
|
]
|
|
16827
|
+
}
|
|
16828
|
+
},
|
|
16829
|
+
"oneOf": [
|
|
16830
|
+
{
|
|
16831
|
+
"properties": {
|
|
16832
|
+
"yesNo": {
|
|
16833
|
+
"enum": [
|
|
16834
|
+
"No"
|
|
16835
|
+
]
|
|
16836
|
+
}
|
|
16837
|
+
}
|
|
16767
16838
|
},
|
|
16768
|
-
|
|
16769
|
-
"
|
|
16770
|
-
|
|
16839
|
+
{
|
|
16840
|
+
"properties": {
|
|
16841
|
+
"yesNo": {
|
|
16842
|
+
"enum": [
|
|
16843
|
+
"Yes"
|
|
16844
|
+
]
|
|
16845
|
+
},
|
|
16846
|
+
"attachments": {
|
|
16847
|
+
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
16848
|
+
"type": "string",
|
|
16849
|
+
"enum": [
|
|
16850
|
+
"Attached",
|
|
16851
|
+
"To follow"
|
|
16852
|
+
]
|
|
16853
|
+
}
|
|
16854
|
+
}
|
|
16771
16855
|
}
|
|
16772
|
-
|
|
16856
|
+
]
|
|
16773
16857
|
},
|
|
16774
|
-
{
|
|
16858
|
+
"plantRegistered": {
|
|
16859
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
16860
|
+
"type": "object",
|
|
16775
16861
|
"properties": {
|
|
16776
16862
|
"yesNo": {
|
|
16863
|
+
"type": "string",
|
|
16864
|
+
"title": "",
|
|
16777
16865
|
"enum": [
|
|
16778
|
-
"
|
|
16866
|
+
"Yes",
|
|
16867
|
+
"No"
|
|
16779
16868
|
]
|
|
16869
|
+
}
|
|
16870
|
+
},
|
|
16871
|
+
"oneOf": [
|
|
16872
|
+
{
|
|
16873
|
+
"properties": {
|
|
16874
|
+
"yesNo": {
|
|
16875
|
+
"enum": [
|
|
16876
|
+
"No"
|
|
16877
|
+
]
|
|
16878
|
+
}
|
|
16879
|
+
}
|
|
16780
16880
|
},
|
|
16781
|
-
|
|
16782
|
-
"
|
|
16881
|
+
{
|
|
16882
|
+
"properties": {
|
|
16883
|
+
"yesNo": {
|
|
16884
|
+
"enum": [
|
|
16885
|
+
"Yes"
|
|
16886
|
+
]
|
|
16887
|
+
},
|
|
16888
|
+
"attachments": {
|
|
16889
|
+
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
16890
|
+
"type": "string",
|
|
16891
|
+
"enum": [
|
|
16892
|
+
"Attached",
|
|
16893
|
+
"To follow"
|
|
16894
|
+
]
|
|
16895
|
+
}
|
|
16896
|
+
}
|
|
16897
|
+
}
|
|
16898
|
+
]
|
|
16899
|
+
},
|
|
16900
|
+
"plantDrainsIntoWaterway": {
|
|
16901
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
16902
|
+
"type": "object",
|
|
16903
|
+
"properties": {
|
|
16904
|
+
"yesNo": {
|
|
16783
16905
|
"type": "string",
|
|
16784
|
-
"
|
|
16906
|
+
"title": "",
|
|
16907
|
+
"enum": [
|
|
16908
|
+
"Yes",
|
|
16909
|
+
"No, the effluent is discharged through a soakaway system."
|
|
16910
|
+
]
|
|
16911
|
+
}
|
|
16912
|
+
},
|
|
16913
|
+
"oneOf": [
|
|
16914
|
+
{
|
|
16915
|
+
"properties": {
|
|
16916
|
+
"yesNo": {
|
|
16917
|
+
"enum": [
|
|
16918
|
+
"No, the effluent is discharged through a soakaway system."
|
|
16919
|
+
]
|
|
16920
|
+
}
|
|
16921
|
+
}
|
|
16785
16922
|
},
|
|
16786
|
-
|
|
16787
|
-
"
|
|
16788
|
-
|
|
16923
|
+
{
|
|
16924
|
+
"properties": {
|
|
16925
|
+
"yesNo": {
|
|
16926
|
+
"enum": [
|
|
16927
|
+
"Yes"
|
|
16928
|
+
]
|
|
16929
|
+
},
|
|
16930
|
+
"dischargeCompliesWithGBR": {
|
|
16931
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
16932
|
+
"type": "string",
|
|
16933
|
+
"enum": [
|
|
16934
|
+
"Yes",
|
|
16935
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
16936
|
+
]
|
|
16937
|
+
}
|
|
16938
|
+
}
|
|
16789
16939
|
}
|
|
16790
|
-
}
|
|
16791
|
-
}
|
|
16792
|
-
]
|
|
16793
|
-
},
|
|
16794
|
-
"septicTank": {
|
|
16795
|
-
"title": "Septic tank",
|
|
16796
|
-
"type": "object",
|
|
16797
|
-
"properties": {
|
|
16798
|
-
"yesNo": {
|
|
16799
|
-
"type": "string",
|
|
16800
|
-
"title": "",
|
|
16801
|
-
"enum": [
|
|
16802
|
-
"Yes",
|
|
16803
|
-
"No"
|
|
16804
16940
|
]
|
|
16805
16941
|
}
|
|
16806
16942
|
},
|
|
16807
16943
|
"oneOf": [
|
|
16808
16944
|
{
|
|
16809
16945
|
"properties": {
|
|
16810
|
-
"
|
|
16946
|
+
"offMainsDrainageSystemType": {
|
|
16811
16947
|
"enum": [
|
|
16812
|
-
"
|
|
16948
|
+
"Sustainable Drainage System"
|
|
16813
16949
|
]
|
|
16814
16950
|
}
|
|
16815
16951
|
}
|
|
16816
16952
|
},
|
|
16817
16953
|
{
|
|
16818
16954
|
"properties": {
|
|
16819
|
-
"
|
|
16955
|
+
"offMainsDrainageSystemType": {
|
|
16820
16956
|
"enum": [
|
|
16821
|
-
"
|
|
16957
|
+
"Septic tank"
|
|
16822
16958
|
]
|
|
16823
16959
|
},
|
|
16824
16960
|
"dateReplaced": {
|
|
@@ -16832,37 +16968,12 @@
|
|
|
16832
16968
|
"format": "date"
|
|
16833
16969
|
}
|
|
16834
16970
|
}
|
|
16835
|
-
}
|
|
16836
|
-
]
|
|
16837
|
-
},
|
|
16838
|
-
"cesspit": {
|
|
16839
|
-
"title": "Cesspit",
|
|
16840
|
-
"type": "object",
|
|
16841
|
-
"properties": {
|
|
16842
|
-
"yesNo": {
|
|
16843
|
-
"type": "string",
|
|
16844
|
-
"title": "",
|
|
16845
|
-
"enum": [
|
|
16846
|
-
"Yes",
|
|
16847
|
-
"No"
|
|
16848
|
-
]
|
|
16849
|
-
}
|
|
16850
|
-
},
|
|
16851
|
-
"oneOf": [
|
|
16852
|
-
{
|
|
16853
|
-
"properties": {
|
|
16854
|
-
"yesNo": {
|
|
16855
|
-
"enum": [
|
|
16856
|
-
"No"
|
|
16857
|
-
]
|
|
16858
|
-
}
|
|
16859
|
-
}
|
|
16860
16971
|
},
|
|
16861
16972
|
{
|
|
16862
16973
|
"properties": {
|
|
16863
|
-
"
|
|
16974
|
+
"offMainsDrainageSystemType": {
|
|
16864
16975
|
"enum": [
|
|
16865
|
-
"
|
|
16976
|
+
"Cesspit"
|
|
16866
16977
|
]
|
|
16867
16978
|
},
|
|
16868
16979
|
"dateLastEmptied": {
|
|
@@ -16871,37 +16982,12 @@
|
|
|
16871
16982
|
"format": "date"
|
|
16872
16983
|
}
|
|
16873
16984
|
}
|
|
16874
|
-
}
|
|
16875
|
-
]
|
|
16876
|
-
},
|
|
16877
|
-
"sewerageTreatmentPlant": {
|
|
16878
|
-
"title": "Sewerage treatment plant",
|
|
16879
|
-
"type": "object",
|
|
16880
|
-
"properties": {
|
|
16881
|
-
"yesNo": {
|
|
16882
|
-
"type": "string",
|
|
16883
|
-
"title": "",
|
|
16884
|
-
"enum": [
|
|
16885
|
-
"Yes",
|
|
16886
|
-
"No"
|
|
16887
|
-
]
|
|
16888
|
-
}
|
|
16889
|
-
},
|
|
16890
|
-
"oneOf": [
|
|
16891
|
-
{
|
|
16892
|
-
"properties": {
|
|
16893
|
-
"yesNo": {
|
|
16894
|
-
"enum": [
|
|
16895
|
-
"No"
|
|
16896
|
-
]
|
|
16897
|
-
}
|
|
16898
|
-
}
|
|
16899
16985
|
},
|
|
16900
16986
|
{
|
|
16901
16987
|
"properties": {
|
|
16902
|
-
"
|
|
16988
|
+
"offMainsDrainageSystemType": {
|
|
16903
16989
|
"enum": [
|
|
16904
|
-
"
|
|
16990
|
+
"Sewerage treatment plant"
|
|
16905
16991
|
]
|
|
16906
16992
|
},
|
|
16907
16993
|
"dateInstalled": {
|
|
@@ -16926,175 +17012,6 @@
|
|
|
16926
17012
|
}
|
|
16927
17013
|
}
|
|
16928
17014
|
]
|
|
16929
|
-
},
|
|
16930
|
-
"otherConnectedProperties": {
|
|
16931
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
16932
|
-
"type": "object",
|
|
16933
|
-
"properties": {
|
|
16934
|
-
"yesNo": {
|
|
16935
|
-
"type": "string",
|
|
16936
|
-
"title": "",
|
|
16937
|
-
"enum": [
|
|
16938
|
-
"Yes",
|
|
16939
|
-
"No"
|
|
16940
|
-
]
|
|
16941
|
-
}
|
|
16942
|
-
},
|
|
16943
|
-
"oneOf": [
|
|
16944
|
-
{
|
|
16945
|
-
"properties": {
|
|
16946
|
-
"yesNo": {
|
|
16947
|
-
"enum": [
|
|
16948
|
-
"No"
|
|
16949
|
-
]
|
|
16950
|
-
}
|
|
16951
|
-
}
|
|
16952
|
-
},
|
|
16953
|
-
{
|
|
16954
|
-
"properties": {
|
|
16955
|
-
"yesNo": {
|
|
16956
|
-
"enum": [
|
|
16957
|
-
"Yes"
|
|
16958
|
-
]
|
|
16959
|
-
},
|
|
16960
|
-
"numberOfPropertiesSharing": {
|
|
16961
|
-
"title": "How many other properties?",
|
|
16962
|
-
"type": "integer"
|
|
16963
|
-
},
|
|
16964
|
-
"details": {
|
|
16965
|
-
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
|
|
16966
|
-
"type": "string",
|
|
16967
|
-
"minLength": 1
|
|
16968
|
-
}
|
|
16969
|
-
}
|
|
16970
|
-
}
|
|
16971
|
-
]
|
|
16972
|
-
},
|
|
16973
|
-
"plantOnOtherLand": {
|
|
16974
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
16975
|
-
"type": "object",
|
|
16976
|
-
"properties": {
|
|
16977
|
-
"yesNo": {
|
|
16978
|
-
"type": "string",
|
|
16979
|
-
"title": "",
|
|
16980
|
-
"enum": [
|
|
16981
|
-
"Yes",
|
|
16982
|
-
"No"
|
|
16983
|
-
]
|
|
16984
|
-
}
|
|
16985
|
-
},
|
|
16986
|
-
"oneOf": [
|
|
16987
|
-
{
|
|
16988
|
-
"properties": {
|
|
16989
|
-
"yesNo": {
|
|
16990
|
-
"enum": [
|
|
16991
|
-
"No"
|
|
16992
|
-
]
|
|
16993
|
-
}
|
|
16994
|
-
}
|
|
16995
|
-
},
|
|
16996
|
-
{
|
|
16997
|
-
"properties": {
|
|
16998
|
-
"yesNo": {
|
|
16999
|
-
"enum": [
|
|
17000
|
-
"Yes"
|
|
17001
|
-
]
|
|
17002
|
-
},
|
|
17003
|
-
"attachments": {
|
|
17004
|
-
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
17005
|
-
"type": "string",
|
|
17006
|
-
"enum": [
|
|
17007
|
-
"Attached",
|
|
17008
|
-
"To follow"
|
|
17009
|
-
]
|
|
17010
|
-
}
|
|
17011
|
-
}
|
|
17012
|
-
}
|
|
17013
|
-
]
|
|
17014
|
-
},
|
|
17015
|
-
"plantRegistered": {
|
|
17016
|
-
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
17017
|
-
"type": "object",
|
|
17018
|
-
"properties": {
|
|
17019
|
-
"yesNo": {
|
|
17020
|
-
"type": "string",
|
|
17021
|
-
"title": "",
|
|
17022
|
-
"enum": [
|
|
17023
|
-
"Yes",
|
|
17024
|
-
"No"
|
|
17025
|
-
]
|
|
17026
|
-
}
|
|
17027
|
-
},
|
|
17028
|
-
"oneOf": [
|
|
17029
|
-
{
|
|
17030
|
-
"properties": {
|
|
17031
|
-
"yesNo": {
|
|
17032
|
-
"enum": [
|
|
17033
|
-
"No"
|
|
17034
|
-
]
|
|
17035
|
-
}
|
|
17036
|
-
}
|
|
17037
|
-
},
|
|
17038
|
-
{
|
|
17039
|
-
"properties": {
|
|
17040
|
-
"yesNo": {
|
|
17041
|
-
"enum": [
|
|
17042
|
-
"Yes"
|
|
17043
|
-
]
|
|
17044
|
-
},
|
|
17045
|
-
"attachments": {
|
|
17046
|
-
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
17047
|
-
"type": "string",
|
|
17048
|
-
"enum": [
|
|
17049
|
-
"Attached",
|
|
17050
|
-
"To follow"
|
|
17051
|
-
]
|
|
17052
|
-
}
|
|
17053
|
-
}
|
|
17054
|
-
}
|
|
17055
|
-
]
|
|
17056
|
-
},
|
|
17057
|
-
"plantDrainsIntoWaterway": {
|
|
17058
|
-
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
17059
|
-
"type": "object",
|
|
17060
|
-
"properties": {
|
|
17061
|
-
"yesNo": {
|
|
17062
|
-
"type": "string",
|
|
17063
|
-
"title": "",
|
|
17064
|
-
"enum": [
|
|
17065
|
-
"Yes",
|
|
17066
|
-
"No, the effluent is discharged through a soakaway system."
|
|
17067
|
-
]
|
|
17068
|
-
}
|
|
17069
|
-
},
|
|
17070
|
-
"oneOf": [
|
|
17071
|
-
{
|
|
17072
|
-
"properties": {
|
|
17073
|
-
"yesNo": {
|
|
17074
|
-
"enum": [
|
|
17075
|
-
"No, the effluent is discharged through a soakaway system."
|
|
17076
|
-
]
|
|
17077
|
-
}
|
|
17078
|
-
}
|
|
17079
|
-
},
|
|
17080
|
-
{
|
|
17081
|
-
"properties": {
|
|
17082
|
-
"yesNo": {
|
|
17083
|
-
"enum": [
|
|
17084
|
-
"Yes"
|
|
17085
|
-
]
|
|
17086
|
-
},
|
|
17087
|
-
"dischargeCompliesWithGBR": {
|
|
17088
|
-
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
17089
|
-
"type": "string",
|
|
17090
|
-
"enum": [
|
|
17091
|
-
"Yes",
|
|
17092
|
-
"No, it does not comply with the rules for discharge into a waterway."
|
|
17093
|
-
]
|
|
17094
|
-
}
|
|
17095
|
-
}
|
|
17096
|
-
}
|
|
17097
|
-
]
|
|
17098
17015
|
}
|
|
17099
17016
|
}
|
|
17100
17017
|
}
|
|
@@ -17569,6 +17486,7 @@
|
|
|
17569
17486
|
"Electricity",
|
|
17570
17487
|
"Oil",
|
|
17571
17488
|
"LPG",
|
|
17489
|
+
"Biomass",
|
|
17572
17490
|
"Other"
|
|
17573
17491
|
]
|
|
17574
17492
|
}
|
|
@@ -17582,7 +17500,7 @@
|
|
|
17582
17500
|
"Electricity",
|
|
17583
17501
|
"Oil",
|
|
17584
17502
|
"LPG",
|
|
17585
|
-
"Biomass
|
|
17503
|
+
"Biomass"
|
|
17586
17504
|
]
|
|
17587
17505
|
}
|
|
17588
17506
|
}
|
|
@@ -18308,12 +18226,12 @@
|
|
|
18308
18226
|
]
|
|
18309
18227
|
},
|
|
18310
18228
|
"details": {
|
|
18311
|
-
"title": "Please provide details
|
|
18229
|
+
"title": "Please provide details",
|
|
18312
18230
|
"type": "string",
|
|
18313
18231
|
"minLength": 1
|
|
18314
18232
|
},
|
|
18315
18233
|
"attachments": {
|
|
18316
|
-
"title": "
|
|
18234
|
+
"title": "Please mark the route on a plan of the property",
|
|
18317
18235
|
"type": "string",
|
|
18318
18236
|
"enum": [
|
|
18319
18237
|
"Attached",
|
|
@@ -18613,7 +18531,7 @@
|
|
|
18613
18531
|
"title": "Flood Risk",
|
|
18614
18532
|
"type": "object",
|
|
18615
18533
|
"properties": {
|
|
18616
|
-
"
|
|
18534
|
+
"riskIndicator": {
|
|
18617
18535
|
"type": "string",
|
|
18618
18536
|
"title": "Is the property impacted?",
|
|
18619
18537
|
"enum": [
|
|
@@ -18625,7 +18543,7 @@
|
|
|
18625
18543
|
"oneOf": [
|
|
18626
18544
|
{
|
|
18627
18545
|
"properties": {
|
|
18628
|
-
"
|
|
18546
|
+
"riskIndicator": {
|
|
18629
18547
|
"enum": [
|
|
18630
18548
|
"No"
|
|
18631
18549
|
]
|
|
@@ -18634,7 +18552,7 @@
|
|
|
18634
18552
|
},
|
|
18635
18553
|
{
|
|
18636
18554
|
"properties": {
|
|
18637
|
-
"
|
|
18555
|
+
"riskIndicator": {
|
|
18638
18556
|
"enum": [
|
|
18639
18557
|
"Yes"
|
|
18640
18558
|
]
|
|
@@ -18650,6 +18568,11 @@
|
|
|
18650
18568
|
"5"
|
|
18651
18569
|
]
|
|
18652
18570
|
},
|
|
18571
|
+
"result": {
|
|
18572
|
+
"title": "Result",
|
|
18573
|
+
"type": "string",
|
|
18574
|
+
"minLength": 1
|
|
18575
|
+
},
|
|
18653
18576
|
"summary": {
|
|
18654
18577
|
"type": "string",
|
|
18655
18578
|
"title": "Summary of risk",
|
|
@@ -18676,7 +18599,7 @@
|
|
|
18676
18599
|
"type": "string",
|
|
18677
18600
|
"title": "Risk sub-category name"
|
|
18678
18601
|
},
|
|
18679
|
-
"
|
|
18602
|
+
"riskIndicator": {
|
|
18680
18603
|
"type": "string",
|
|
18681
18604
|
"title": "Is action recommended?",
|
|
18682
18605
|
"enum": [
|
|
@@ -18695,6 +18618,11 @@
|
|
|
18695
18618
|
"5"
|
|
18696
18619
|
]
|
|
18697
18620
|
},
|
|
18621
|
+
"result": {
|
|
18622
|
+
"title": "Result",
|
|
18623
|
+
"type": "string",
|
|
18624
|
+
"minLength": 1
|
|
18625
|
+
},
|
|
18698
18626
|
"summary": {
|
|
18699
18627
|
"type": "string",
|
|
18700
18628
|
"title": "Summary of risk",
|
|
@@ -18775,7 +18703,7 @@
|
|
|
18775
18703
|
"type": "object",
|
|
18776
18704
|
"title": "Radon risk",
|
|
18777
18705
|
"properties": {
|
|
18778
|
-
"
|
|
18706
|
+
"riskIndicator": {
|
|
18779
18707
|
"type": "string",
|
|
18780
18708
|
"title": "Is the property impacted?",
|
|
18781
18709
|
"enum": [
|
|
@@ -18794,6 +18722,11 @@
|
|
|
18794
18722
|
"5"
|
|
18795
18723
|
]
|
|
18796
18724
|
},
|
|
18725
|
+
"result": {
|
|
18726
|
+
"title": "Result",
|
|
18727
|
+
"type": "string",
|
|
18728
|
+
"minLength": 1
|
|
18729
|
+
},
|
|
18797
18730
|
"summary": {
|
|
18798
18731
|
"type": "string",
|
|
18799
18732
|
"title": "Summary of risk",
|
|
@@ -18819,7 +18752,7 @@
|
|
|
18819
18752
|
"type": "string",
|
|
18820
18753
|
"title": "Risk sub-category name"
|
|
18821
18754
|
},
|
|
18822
|
-
"
|
|
18755
|
+
"riskIndicator": {
|
|
18823
18756
|
"type": "string",
|
|
18824
18757
|
"title": "Is action recommended?",
|
|
18825
18758
|
"enum": [
|
|
@@ -18838,6 +18771,11 @@
|
|
|
18838
18771
|
"5"
|
|
18839
18772
|
]
|
|
18840
18773
|
},
|
|
18774
|
+
"result": {
|
|
18775
|
+
"title": "Result",
|
|
18776
|
+
"type": "string",
|
|
18777
|
+
"minLength": 1
|
|
18778
|
+
},
|
|
18841
18779
|
"summary": {
|
|
18842
18780
|
"type": "string",
|
|
18843
18781
|
"title": "Summary of risk",
|
|
@@ -18933,7 +18871,7 @@
|
|
|
18933
18871
|
"type": "object",
|
|
18934
18872
|
"title": "Contaminated land risk",
|
|
18935
18873
|
"properties": {
|
|
18936
|
-
"
|
|
18874
|
+
"riskIndicator": {
|
|
18937
18875
|
"type": "string",
|
|
18938
18876
|
"title": "Is the property impacted?",
|
|
18939
18877
|
"enum": [
|
|
@@ -18952,6 +18890,11 @@
|
|
|
18952
18890
|
"5"
|
|
18953
18891
|
]
|
|
18954
18892
|
},
|
|
18893
|
+
"result": {
|
|
18894
|
+
"title": "Result",
|
|
18895
|
+
"type": "string",
|
|
18896
|
+
"minLength": 1
|
|
18897
|
+
},
|
|
18955
18898
|
"summary": {
|
|
18956
18899
|
"type": "string",
|
|
18957
18900
|
"title": "Summary of risk",
|
|
@@ -18977,7 +18920,7 @@
|
|
|
18977
18920
|
"type": "string",
|
|
18978
18921
|
"title": "Risk sub-category name"
|
|
18979
18922
|
},
|
|
18980
|
-
"
|
|
18923
|
+
"riskIndicator": {
|
|
18981
18924
|
"type": "string",
|
|
18982
18925
|
"title": "Is action recommended?",
|
|
18983
18926
|
"enum": [
|
|
@@ -18996,6 +18939,11 @@
|
|
|
18996
18939
|
"5"
|
|
18997
18940
|
]
|
|
18998
18941
|
},
|
|
18942
|
+
"result": {
|
|
18943
|
+
"title": "Result",
|
|
18944
|
+
"type": "string",
|
|
18945
|
+
"minLength": 1
|
|
18946
|
+
},
|
|
18999
18947
|
"summary": {
|
|
19000
18948
|
"type": "string",
|
|
19001
18949
|
"title": "Summary of risk",
|
|
@@ -19026,7 +18974,7 @@
|
|
|
19026
18974
|
"type": "object",
|
|
19027
18975
|
"title": "Ground stability risk",
|
|
19028
18976
|
"properties": {
|
|
19029
|
-
"
|
|
18977
|
+
"riskIndicator": {
|
|
19030
18978
|
"type": "string",
|
|
19031
18979
|
"title": "Is the property impacted?",
|
|
19032
18980
|
"enum": [
|
|
@@ -19045,6 +18993,11 @@
|
|
|
19045
18993
|
"5"
|
|
19046
18994
|
]
|
|
19047
18995
|
},
|
|
18996
|
+
"result": {
|
|
18997
|
+
"title": "Result",
|
|
18998
|
+
"type": "string",
|
|
18999
|
+
"minLength": 1
|
|
19000
|
+
},
|
|
19048
19001
|
"summary": {
|
|
19049
19002
|
"type": "string",
|
|
19050
19003
|
"title": "Summary of risk",
|
|
@@ -19070,7 +19023,7 @@
|
|
|
19070
19023
|
"type": "string",
|
|
19071
19024
|
"title": "Risk sub-category name"
|
|
19072
19025
|
},
|
|
19073
|
-
"
|
|
19026
|
+
"riskIndicator": {
|
|
19074
19027
|
"type": "string",
|
|
19075
19028
|
"title": "Is action recommended?",
|
|
19076
19029
|
"enum": [
|
|
@@ -19089,6 +19042,11 @@
|
|
|
19089
19042
|
"5"
|
|
19090
19043
|
]
|
|
19091
19044
|
},
|
|
19045
|
+
"result": {
|
|
19046
|
+
"title": "Result",
|
|
19047
|
+
"type": "string",
|
|
19048
|
+
"minLength": 1
|
|
19049
|
+
},
|
|
19092
19050
|
"summary": {
|
|
19093
19051
|
"type": "string",
|
|
19094
19052
|
"title": "Summary of risk",
|
|
@@ -19119,7 +19077,7 @@
|
|
|
19119
19077
|
"type": "object",
|
|
19120
19078
|
"title": "Energy risk",
|
|
19121
19079
|
"properties": {
|
|
19122
|
-
"
|
|
19080
|
+
"riskIndicator": {
|
|
19123
19081
|
"type": "string",
|
|
19124
19082
|
"title": "Is the property impacted?",
|
|
19125
19083
|
"enum": [
|
|
@@ -19138,6 +19096,11 @@
|
|
|
19138
19096
|
"5"
|
|
19139
19097
|
]
|
|
19140
19098
|
},
|
|
19099
|
+
"result": {
|
|
19100
|
+
"title": "Result",
|
|
19101
|
+
"type": "string",
|
|
19102
|
+
"minLength": 1
|
|
19103
|
+
},
|
|
19141
19104
|
"summary": {
|
|
19142
19105
|
"type": "string",
|
|
19143
19106
|
"title": "Summary of risk",
|
|
@@ -19163,7 +19126,7 @@
|
|
|
19163
19126
|
"type": "string",
|
|
19164
19127
|
"title": "Risk sub-category name"
|
|
19165
19128
|
},
|
|
19166
|
-
"
|
|
19129
|
+
"riskIndicator": {
|
|
19167
19130
|
"type": "string",
|
|
19168
19131
|
"title": "Is action recommended?",
|
|
19169
19132
|
"enum": [
|
|
@@ -19182,6 +19145,11 @@
|
|
|
19182
19145
|
"5"
|
|
19183
19146
|
]
|
|
19184
19147
|
},
|
|
19148
|
+
"result": {
|
|
19149
|
+
"title": "Result",
|
|
19150
|
+
"type": "string",
|
|
19151
|
+
"minLength": 1
|
|
19152
|
+
},
|
|
19185
19153
|
"summary": {
|
|
19186
19154
|
"type": "string",
|
|
19187
19155
|
"title": "Summary of risk",
|
|
@@ -19212,7 +19180,7 @@
|
|
|
19212
19180
|
"type": "object",
|
|
19213
19181
|
"title": "Transportation risk",
|
|
19214
19182
|
"properties": {
|
|
19215
|
-
"
|
|
19183
|
+
"riskIndicator": {
|
|
19216
19184
|
"type": "string",
|
|
19217
19185
|
"title": "Is the property impacted?",
|
|
19218
19186
|
"enum": [
|
|
@@ -19231,6 +19199,11 @@
|
|
|
19231
19199
|
"5"
|
|
19232
19200
|
]
|
|
19233
19201
|
},
|
|
19202
|
+
"result": {
|
|
19203
|
+
"title": "Result",
|
|
19204
|
+
"type": "string",
|
|
19205
|
+
"minLength": 1
|
|
19206
|
+
},
|
|
19234
19207
|
"summary": {
|
|
19235
19208
|
"type": "string",
|
|
19236
19209
|
"title": "Summary of risk",
|
|
@@ -19256,7 +19229,7 @@
|
|
|
19256
19229
|
"type": "string",
|
|
19257
19230
|
"title": "Risk sub-category name"
|
|
19258
19231
|
},
|
|
19259
|
-
"
|
|
19232
|
+
"riskIndicator": {
|
|
19260
19233
|
"type": "string",
|
|
19261
19234
|
"title": "Is action recommended?",
|
|
19262
19235
|
"enum": [
|
|
@@ -19275,6 +19248,11 @@
|
|
|
19275
19248
|
"5"
|
|
19276
19249
|
]
|
|
19277
19250
|
},
|
|
19251
|
+
"result": {
|
|
19252
|
+
"title": "Result",
|
|
19253
|
+
"type": "string",
|
|
19254
|
+
"minLength": 1
|
|
19255
|
+
},
|
|
19278
19256
|
"summary": {
|
|
19279
19257
|
"type": "string",
|
|
19280
19258
|
"title": "Summary of risk",
|
|
@@ -19305,7 +19283,7 @@
|
|
|
19305
19283
|
"type": "object",
|
|
19306
19284
|
"title": "Planning risk",
|
|
19307
19285
|
"properties": {
|
|
19308
|
-
"
|
|
19286
|
+
"riskIndicator": {
|
|
19309
19287
|
"type": "string",
|
|
19310
19288
|
"title": "Is the property impacted?",
|
|
19311
19289
|
"enum": [
|
|
@@ -19324,6 +19302,11 @@
|
|
|
19324
19302
|
"5"
|
|
19325
19303
|
]
|
|
19326
19304
|
},
|
|
19305
|
+
"result": {
|
|
19306
|
+
"title": "Result",
|
|
19307
|
+
"type": "string",
|
|
19308
|
+
"minLength": 1
|
|
19309
|
+
},
|
|
19327
19310
|
"summary": {
|
|
19328
19311
|
"type": "string",
|
|
19329
19312
|
"title": "Summary of risk",
|
|
@@ -19349,7 +19332,7 @@
|
|
|
19349
19332
|
"type": "string",
|
|
19350
19333
|
"title": "Risk sub-category name"
|
|
19351
19334
|
},
|
|
19352
|
-
"
|
|
19335
|
+
"riskIndicator": {
|
|
19353
19336
|
"type": "string",
|
|
19354
19337
|
"title": "Is action recommended?",
|
|
19355
19338
|
"enum": [
|
|
@@ -19368,6 +19351,11 @@
|
|
|
19368
19351
|
"5"
|
|
19369
19352
|
]
|
|
19370
19353
|
},
|
|
19354
|
+
"result": {
|
|
19355
|
+
"title": "Result",
|
|
19356
|
+
"type": "string",
|
|
19357
|
+
"minLength": 1
|
|
19358
|
+
},
|
|
19371
19359
|
"summary": {
|
|
19372
19360
|
"type": "string",
|
|
19373
19361
|
"title": "Summary of risk",
|
|
@@ -19398,7 +19386,7 @@
|
|
|
19398
19386
|
"type": "object",
|
|
19399
19387
|
"title": "Climate risk",
|
|
19400
19388
|
"properties": {
|
|
19401
|
-
"
|
|
19389
|
+
"riskIndicator": {
|
|
19402
19390
|
"type": "string",
|
|
19403
19391
|
"title": "Is the property impacted?",
|
|
19404
19392
|
"enum": [
|
|
@@ -19417,6 +19405,11 @@
|
|
|
19417
19405
|
"5"
|
|
19418
19406
|
]
|
|
19419
19407
|
},
|
|
19408
|
+
"result": {
|
|
19409
|
+
"title": "Result",
|
|
19410
|
+
"type": "string",
|
|
19411
|
+
"minLength": 1
|
|
19412
|
+
},
|
|
19420
19413
|
"summary": {
|
|
19421
19414
|
"type": "string",
|
|
19422
19415
|
"title": "Summary of risk",
|
|
@@ -19442,7 +19435,7 @@
|
|
|
19442
19435
|
"type": "string",
|
|
19443
19436
|
"title": "Risk sub-category name"
|
|
19444
19437
|
},
|
|
19445
|
-
"
|
|
19438
|
+
"riskIndicator": {
|
|
19446
19439
|
"type": "string",
|
|
19447
19440
|
"title": "Is action recommended?",
|
|
19448
19441
|
"enum": [
|
|
@@ -19461,6 +19454,11 @@
|
|
|
19461
19454
|
"5"
|
|
19462
19455
|
]
|
|
19463
19456
|
},
|
|
19457
|
+
"result": {
|
|
19458
|
+
"title": "Result",
|
|
19459
|
+
"type": "string",
|
|
19460
|
+
"minLength": 1
|
|
19461
|
+
},
|
|
19464
19462
|
"summary": {
|
|
19465
19463
|
"type": "string",
|
|
19466
19464
|
"title": "Summary of risk",
|
|
@@ -19487,7 +19485,7 @@
|
|
|
19487
19485
|
"title": "Coal mining",
|
|
19488
19486
|
"type": "object",
|
|
19489
19487
|
"properties": {
|
|
19490
|
-
"
|
|
19488
|
+
"riskIndicator": {
|
|
19491
19489
|
"type": "string",
|
|
19492
19490
|
"title": "Is the property impacted?",
|
|
19493
19491
|
"enum": [
|
|
@@ -19499,7 +19497,7 @@
|
|
|
19499
19497
|
"oneOf": [
|
|
19500
19498
|
{
|
|
19501
19499
|
"properties": {
|
|
19502
|
-
"
|
|
19500
|
+
"riskIndicator": {
|
|
19503
19501
|
"enum": [
|
|
19504
19502
|
"No"
|
|
19505
19503
|
]
|
|
@@ -19508,7 +19506,7 @@
|
|
|
19508
19506
|
},
|
|
19509
19507
|
{
|
|
19510
19508
|
"properties": {
|
|
19511
|
-
"
|
|
19509
|
+
"riskIndicator": {
|
|
19512
19510
|
"enum": [
|
|
19513
19511
|
"Yes"
|
|
19514
19512
|
]
|
|
@@ -19524,6 +19522,11 @@
|
|
|
19524
19522
|
"5"
|
|
19525
19523
|
]
|
|
19526
19524
|
},
|
|
19525
|
+
"result": {
|
|
19526
|
+
"title": "Result",
|
|
19527
|
+
"type": "string",
|
|
19528
|
+
"minLength": 1
|
|
19529
|
+
},
|
|
19527
19530
|
"summary": {
|
|
19528
19531
|
"type": "string",
|
|
19529
19532
|
"title": "Summary of risk",
|
|
@@ -19549,7 +19552,7 @@
|
|
|
19549
19552
|
"type": "string",
|
|
19550
19553
|
"title": "Risk sub-category name"
|
|
19551
19554
|
},
|
|
19552
|
-
"
|
|
19555
|
+
"riskIndicator": {
|
|
19553
19556
|
"type": "string",
|
|
19554
19557
|
"title": "Is action recommended?",
|
|
19555
19558
|
"enum": [
|
|
@@ -19568,6 +19571,11 @@
|
|
|
19568
19571
|
"5"
|
|
19569
19572
|
]
|
|
19570
19573
|
},
|
|
19574
|
+
"result": {
|
|
19575
|
+
"title": "Result",
|
|
19576
|
+
"type": "string",
|
|
19577
|
+
"minLength": 1
|
|
19578
|
+
},
|
|
19571
19579
|
"summary": {
|
|
19572
19580
|
"type": "string",
|
|
19573
19581
|
"title": "Summary of risk",
|
|
@@ -19594,7 +19602,7 @@
|
|
|
19594
19602
|
"title": "Non-coal mining",
|
|
19595
19603
|
"type": "object",
|
|
19596
19604
|
"properties": {
|
|
19597
|
-
"
|
|
19605
|
+
"riskIndicator": {
|
|
19598
19606
|
"type": "string",
|
|
19599
19607
|
"title": "Is the property impacted?",
|
|
19600
19608
|
"enum": [
|
|
@@ -19606,7 +19614,7 @@
|
|
|
19606
19614
|
"oneOf": [
|
|
19607
19615
|
{
|
|
19608
19616
|
"properties": {
|
|
19609
|
-
"
|
|
19617
|
+
"riskIndicator": {
|
|
19610
19618
|
"enum": [
|
|
19611
19619
|
"No"
|
|
19612
19620
|
]
|
|
@@ -19615,7 +19623,7 @@
|
|
|
19615
19623
|
},
|
|
19616
19624
|
{
|
|
19617
19625
|
"properties": {
|
|
19618
|
-
"
|
|
19626
|
+
"riskIndicator": {
|
|
19619
19627
|
"enum": [
|
|
19620
19628
|
"Yes"
|
|
19621
19629
|
]
|
|
@@ -19631,6 +19639,11 @@
|
|
|
19631
19639
|
"5"
|
|
19632
19640
|
]
|
|
19633
19641
|
},
|
|
19642
|
+
"result": {
|
|
19643
|
+
"title": "Result",
|
|
19644
|
+
"type": "string",
|
|
19645
|
+
"minLength": 1
|
|
19646
|
+
},
|
|
19634
19647
|
"summary": {
|
|
19635
19648
|
"type": "string",
|
|
19636
19649
|
"title": "Summary of risk",
|
|
@@ -19657,7 +19670,7 @@
|
|
|
19657
19670
|
"type": "string",
|
|
19658
19671
|
"title": "Risk sub-category name"
|
|
19659
19672
|
},
|
|
19660
|
-
"
|
|
19673
|
+
"riskIndicator": {
|
|
19661
19674
|
"type": "string",
|
|
19662
19675
|
"title": "Is action recommended?",
|
|
19663
19676
|
"enum": [
|
|
@@ -19676,6 +19689,11 @@
|
|
|
19676
19689
|
"5"
|
|
19677
19690
|
]
|
|
19678
19691
|
},
|
|
19692
|
+
"result": {
|
|
19693
|
+
"title": "Result",
|
|
19694
|
+
"type": "string",
|
|
19695
|
+
"minLength": 1
|
|
19696
|
+
},
|
|
19679
19697
|
"summary": {
|
|
19680
19698
|
"type": "string",
|
|
19681
19699
|
"title": "Summary of risk",
|
|
@@ -19702,7 +19720,7 @@
|
|
|
19702
19720
|
"title": "Coastal erosion",
|
|
19703
19721
|
"type": "object",
|
|
19704
19722
|
"properties": {
|
|
19705
|
-
"
|
|
19723
|
+
"riskIndicator": {
|
|
19706
19724
|
"type": "string",
|
|
19707
19725
|
"title": "Is the property impacted?",
|
|
19708
19726
|
"enum": [
|
|
@@ -19714,7 +19732,7 @@
|
|
|
19714
19732
|
"oneOf": [
|
|
19715
19733
|
{
|
|
19716
19734
|
"properties": {
|
|
19717
|
-
"
|
|
19735
|
+
"riskIndicator": {
|
|
19718
19736
|
"enum": [
|
|
19719
19737
|
"No"
|
|
19720
19738
|
]
|
|
@@ -19723,7 +19741,7 @@
|
|
|
19723
19741
|
},
|
|
19724
19742
|
{
|
|
19725
19743
|
"properties": {
|
|
19726
|
-
"
|
|
19744
|
+
"riskIndicator": {
|
|
19727
19745
|
"enum": [
|
|
19728
19746
|
"Yes"
|
|
19729
19747
|
]
|
|
@@ -19739,6 +19757,11 @@
|
|
|
19739
19757
|
"5"
|
|
19740
19758
|
]
|
|
19741
19759
|
},
|
|
19760
|
+
"result": {
|
|
19761
|
+
"title": "Result",
|
|
19762
|
+
"type": "string",
|
|
19763
|
+
"minLength": 1
|
|
19764
|
+
},
|
|
19742
19765
|
"summary": {
|
|
19743
19766
|
"type": "string",
|
|
19744
19767
|
"title": "Summary of risk",
|
|
@@ -19765,7 +19788,7 @@
|
|
|
19765
19788
|
"type": "string",
|
|
19766
19789
|
"title": "Risk sub-category name"
|
|
19767
19790
|
},
|
|
19768
|
-
"
|
|
19791
|
+
"riskIndicator": {
|
|
19769
19792
|
"type": "string",
|
|
19770
19793
|
"title": "Is action recommended?",
|
|
19771
19794
|
"enum": [
|
|
@@ -19784,6 +19807,11 @@
|
|
|
19784
19807
|
"5"
|
|
19785
19808
|
]
|
|
19786
19809
|
},
|
|
19810
|
+
"result": {
|
|
19811
|
+
"title": "Result",
|
|
19812
|
+
"type": "string",
|
|
19813
|
+
"minLength": 1
|
|
19814
|
+
},
|
|
19787
19815
|
"summary": {
|
|
19788
19816
|
"type": "string",
|
|
19789
19817
|
"title": "Summary of risk",
|