@pdtf/schemas 3.6.0-dev.13 → 3.6.0-dev.14
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/package.json
CHANGED
|
@@ -23694,13 +23694,6 @@
|
|
|
23694
23694
|
"baspi5Required": ["dischargeCompliesWithGBR"]
|
|
23695
23695
|
}
|
|
23696
23696
|
]
|
|
23697
|
-
},
|
|
23698
|
-
"permitDocuments": {
|
|
23699
|
-
"ta6ed6Ref": "11.7j",
|
|
23700
|
-
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
23701
|
-
"ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
|
|
23702
|
-
"type": "string",
|
|
23703
|
-
"enum": ["Attached", "To follow"]
|
|
23704
23697
|
}
|
|
23705
23698
|
},
|
|
23706
23699
|
"discriminator": {
|
|
@@ -23760,6 +23753,13 @@
|
|
|
23760
23753
|
"ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
|
|
23761
23754
|
"type": "string",
|
|
23762
23755
|
"format": "date"
|
|
23756
|
+
},
|
|
23757
|
+
"permitDocuments": {
|
|
23758
|
+
"ta6ed6Ref": "11.7j",
|
|
23759
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
23760
|
+
"ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
|
|
23761
|
+
"type": "string",
|
|
23762
|
+
"enum": ["Attached", "To follow"]
|
|
23763
23763
|
}
|
|
23764
23764
|
},
|
|
23765
23765
|
"baspi4Required": [
|
|
@@ -23823,6 +23823,13 @@
|
|
|
23823
23823
|
"ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
|
|
23824
23824
|
"type": "string",
|
|
23825
23825
|
"format": "date"
|
|
23826
|
+
},
|
|
23827
|
+
"permitDocuments": {
|
|
23828
|
+
"ta6ed6Ref": "11.7j",
|
|
23829
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
23830
|
+
"ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
|
|
23831
|
+
"type": "string",
|
|
23832
|
+
"enum": ["Attached", "To follow"]
|
|
23826
23833
|
}
|
|
23827
23834
|
},
|
|
23828
23835
|
"baspi4Required": ["dateLastEmptied"],
|
|
@@ -23907,6 +23914,13 @@
|
|
|
23907
23914
|
"To follow",
|
|
23908
23915
|
"Not applicable"
|
|
23909
23916
|
]
|
|
23917
|
+
},
|
|
23918
|
+
"permitDocuments": {
|
|
23919
|
+
"ta6ed6Ref": "11.7j",
|
|
23920
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
23921
|
+
"ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
|
|
23922
|
+
"type": "string",
|
|
23923
|
+
"enum": ["Attached", "To follow"]
|
|
23910
23924
|
}
|
|
23911
23925
|
},
|
|
23912
23926
|
"baspi4Required": [
|
|
@@ -23944,6 +23958,13 @@
|
|
|
23944
23958
|
"ntsl2Ref": "B3.3.3.2",
|
|
23945
23959
|
"title": "Details",
|
|
23946
23960
|
"type": "string"
|
|
23961
|
+
},
|
|
23962
|
+
"permitDocuments": {
|
|
23963
|
+
"ta6ed6Ref": "11.7j",
|
|
23964
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
23965
|
+
"ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
|
|
23966
|
+
"type": "string",
|
|
23967
|
+
"enum": ["Attached", "To follow"]
|
|
23947
23968
|
}
|
|
23948
23969
|
},
|
|
23949
23970
|
"ntsRequired": ["details"],
|
|
@@ -2017,11 +2017,11 @@
|
|
|
2017
2017
|
hasInfiltrationSystem
|
|
2018
2018
|
yesNo
|
|
2019
2019
|
dischargeCompliesWithGBR
|
|
2020
|
-
permitDocuments
|
|
2021
2020
|
dateDischargeCommenced
|
|
2022
2021
|
dateInstalled
|
|
2023
2022
|
dateReplaced
|
|
2024
2023
|
dateLastEmptied
|
|
2024
|
+
permitDocuments
|
|
2025
2025
|
supplier
|
|
2026
2026
|
makeModel
|
|
2027
2027
|
serviceProviderName
|
|
@@ -3540,6 +3540,10 @@
|
|
|
3540
3540
|
"dateLastEmptied": {
|
|
3541
3541
|
"ta6ed6Ref": "11.7d",
|
|
3542
3542
|
"title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
|
|
3543
|
+
},
|
|
3544
|
+
"permitDocuments": {
|
|
3545
|
+
"ta6ed6Ref": "11.7j",
|
|
3546
|
+
"title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
|
|
3543
3547
|
}
|
|
3544
3548
|
},
|
|
3545
3549
|
"required": [
|
|
@@ -3570,6 +3574,10 @@
|
|
|
3570
3574
|
"dateLastEmptied": {
|
|
3571
3575
|
"ta6ed6Ref": "11.7d",
|
|
3572
3576
|
"title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
|
|
3577
|
+
},
|
|
3578
|
+
"permitDocuments": {
|
|
3579
|
+
"ta6ed6Ref": "11.7j",
|
|
3580
|
+
"title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
|
|
3573
3581
|
}
|
|
3574
3582
|
},
|
|
3575
3583
|
"required": [
|
|
@@ -3611,6 +3619,10 @@
|
|
|
3611
3619
|
"dateLastServiced": {
|
|
3612
3620
|
"ta6ed6Ref": "11.7e",
|
|
3613
3621
|
"title": "If the property is served by a sewage treatment plant, when was the treatment plant last serviced? (MM/YYYY)"
|
|
3622
|
+
},
|
|
3623
|
+
"permitDocuments": {
|
|
3624
|
+
"ta6ed6Ref": "11.7j",
|
|
3625
|
+
"title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
|
|
3614
3626
|
}
|
|
3615
3627
|
},
|
|
3616
3628
|
"required": [
|
|
@@ -3629,6 +3641,10 @@
|
|
|
3629
3641
|
"Other",
|
|
3630
3642
|
"Not known"
|
|
3631
3643
|
]
|
|
3644
|
+
},
|
|
3645
|
+
"permitDocuments": {
|
|
3646
|
+
"ta6ed6Ref": "11.7j",
|
|
3647
|
+
"title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
|
|
3632
3648
|
}
|
|
3633
3649
|
}
|
|
3634
3650
|
}
|
|
@@ -3783,10 +3799,6 @@
|
|
|
3783
3799
|
]
|
|
3784
3800
|
}
|
|
3785
3801
|
}
|
|
3786
|
-
},
|
|
3787
|
-
"permitDocuments": {
|
|
3788
|
-
"ta6ed6Ref": "11.7j",
|
|
3789
|
-
"title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
|
|
3790
3802
|
}
|
|
3791
3803
|
}
|
|
3792
3804
|
}
|
|
@@ -19432,14 +19432,6 @@
|
|
|
19432
19432
|
}
|
|
19433
19433
|
}
|
|
19434
19434
|
]
|
|
19435
|
-
},
|
|
19436
|
-
"permitDocuments": {
|
|
19437
|
-
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
19438
|
-
"type": "string",
|
|
19439
|
-
"enum": [
|
|
19440
|
-
"Attached",
|
|
19441
|
-
"To follow"
|
|
19442
|
-
]
|
|
19443
19435
|
}
|
|
19444
19436
|
},
|
|
19445
19437
|
"oneOf": [
|
|
@@ -19487,6 +19479,14 @@
|
|
|
19487
19479
|
"title": "Date last emptied",
|
|
19488
19480
|
"type": "string",
|
|
19489
19481
|
"format": "date"
|
|
19482
|
+
},
|
|
19483
|
+
"permitDocuments": {
|
|
19484
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
19485
|
+
"type": "string",
|
|
19486
|
+
"enum": [
|
|
19487
|
+
"Attached",
|
|
19488
|
+
"To follow"
|
|
19489
|
+
]
|
|
19490
19490
|
}
|
|
19491
19491
|
}
|
|
19492
19492
|
},
|
|
@@ -19525,6 +19525,14 @@
|
|
|
19525
19525
|
"title": "Date last emptied",
|
|
19526
19526
|
"type": "string",
|
|
19527
19527
|
"format": "date"
|
|
19528
|
+
},
|
|
19529
|
+
"permitDocuments": {
|
|
19530
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
19531
|
+
"type": "string",
|
|
19532
|
+
"enum": [
|
|
19533
|
+
"Attached",
|
|
19534
|
+
"To follow"
|
|
19535
|
+
]
|
|
19528
19536
|
}
|
|
19529
19537
|
}
|
|
19530
19538
|
},
|
|
@@ -19584,6 +19592,14 @@
|
|
|
19584
19592
|
"To follow",
|
|
19585
19593
|
"Not applicable"
|
|
19586
19594
|
]
|
|
19595
|
+
},
|
|
19596
|
+
"permitDocuments": {
|
|
19597
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
19598
|
+
"type": "string",
|
|
19599
|
+
"enum": [
|
|
19600
|
+
"Attached",
|
|
19601
|
+
"To follow"
|
|
19602
|
+
]
|
|
19587
19603
|
}
|
|
19588
19604
|
}
|
|
19589
19605
|
},
|
|
@@ -19598,6 +19614,14 @@
|
|
|
19598
19614
|
"details": {
|
|
19599
19615
|
"title": "Details",
|
|
19600
19616
|
"type": "string"
|
|
19617
|
+
},
|
|
19618
|
+
"permitDocuments": {
|
|
19619
|
+
"title": "Please supply a copy of any permit or other documents relating to the sewerage system.",
|
|
19620
|
+
"type": "string",
|
|
19621
|
+
"enum": [
|
|
19622
|
+
"Attached",
|
|
19623
|
+
"To follow"
|
|
19624
|
+
]
|
|
19601
19625
|
}
|
|
19602
19626
|
}
|
|
19603
19627
|
}
|
|
@@ -2559,11 +2559,11 @@
|
|
|
2559
2559
|
},
|
|
2560
2560
|
"dischargeCompliesWithGBR": "string"
|
|
2561
2561
|
},
|
|
2562
|
-
"permitDocuments": "string",
|
|
2563
2562
|
"dateDischargeCommenced": {},
|
|
2564
2563
|
"dateInstalled": "string",
|
|
2565
2564
|
"dateReplaced": "string",
|
|
2566
2565
|
"dateLastEmptied": "string",
|
|
2566
|
+
"permitDocuments": "string",
|
|
2567
2567
|
"supplier": "string",
|
|
2568
2568
|
"makeModel": "string",
|
|
2569
2569
|
"serviceProviderName": "string",
|