@pdtf/schemas 3.6.0-dev.12 → 3.6.0-dev.13

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.6.0-dev.12",
3
+ "version": "3.6.0-dev.13",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -23608,9 +23608,7 @@
23608
23608
  "attachments": {
23609
23609
  "baspi4Ref": "A7.1.3.2",
23610
23610
  "baspi5Ref": "A7.1.3.2",
23611
- "ta6ed6Ref": "11.7j",
23612
23611
  "title": "Please supply the appropriate permit to discharge or exemption certificate",
23613
- "ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
23614
23612
  "type": "string",
23615
23613
  "enum": ["Attached", "To follow"]
23616
23614
  }
@@ -23696,6 +23694,13 @@
23696
23694
  "baspi5Required": ["dischargeCompliesWithGBR"]
23697
23695
  }
23698
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"]
23699
23704
  }
23700
23705
  },
23701
23706
  "discriminator": {
@@ -2017,6 +2017,7 @@
2017
2017
  hasInfiltrationSystem
2018
2018
  yesNo
2019
2019
  dischargeCompliesWithGBR
2020
+ permitDocuments
2020
2021
  dateDischargeCommenced
2021
2022
  dateInstalled
2022
2023
  dateReplaced
@@ -3733,19 +3733,6 @@
3733
3733
  }
3734
3734
  }
3735
3735
  },
3736
- "plantRegistered": {
3737
- "oneOf": [
3738
- null,
3739
- {
3740
- "properties": {
3741
- "attachments": {
3742
- "ta6ed6Ref": "11.7j",
3743
- "title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
3744
- }
3745
- }
3746
- }
3747
- ]
3748
- },
3749
3736
  "plantDrainsIntoWaterway": {
3750
3737
  "ta6ed6Ref": "11.7f",
3751
3738
  "discriminator": {
@@ -3796,6 +3783,10 @@
3796
3783
  ]
3797
3784
  }
3798
3785
  }
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"
3799
3790
  }
3800
3791
  }
3801
3792
  }
@@ -19432,6 +19432,14 @@
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
+ ]
19435
19443
  }
19436
19444
  },
19437
19445
  "oneOf": [
@@ -2559,6 +2559,7 @@
2559
2559
  },
2560
2560
  "dischargeCompliesWithGBR": "string"
2561
2561
  },
2562
+ "permitDocuments": "string",
2562
2563
  "dateDischargeCommenced": {},
2563
2564
  "dateInstalled": "string",
2564
2565
  "dateReplaced": "string",