@pdtf/schemas 3.6.0-dev.12 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.6.0-dev.12",
3
+ "version": "3.6.0-dev.14",
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
  }
@@ -23755,6 +23753,13 @@
23755
23753
  "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23756
23754
  "type": "string",
23757
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"]
23758
23763
  }
23759
23764
  },
23760
23765
  "baspi4Required": [
@@ -23818,6 +23823,13 @@
23818
23823
  "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23819
23824
  "type": "string",
23820
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"]
23821
23833
  }
23822
23834
  },
23823
23835
  "baspi4Required": ["dateLastEmptied"],
@@ -23902,6 +23914,13 @@
23902
23914
  "To follow",
23903
23915
  "Not applicable"
23904
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"]
23905
23924
  }
23906
23925
  },
23907
23926
  "baspi4Required": [
@@ -23939,6 +23958,13 @@
23939
23958
  "ntsl2Ref": "B3.3.3.2",
23940
23959
  "title": "Details",
23941
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"]
23942
23968
  }
23943
23969
  },
23944
23970
  "ntsRequired": ["details"],
@@ -2021,6 +2021,7 @@
2021
2021
  dateInstalled
2022
2022
  dateReplaced
2023
2023
  dateLastEmptied
2024
+ permitDocuments
2024
2025
  supplier
2025
2026
  makeModel
2026
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
  }
@@ -3733,19 +3749,6 @@
3733
3749
  }
3734
3750
  }
3735
3751
  },
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
3752
  "plantDrainsIntoWaterway": {
3750
3753
  "ta6ed6Ref": "11.7f",
3751
3754
  "discriminator": {
@@ -19479,6 +19479,14 @@
19479
19479
  "title": "Date last emptied",
19480
19480
  "type": "string",
19481
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
+ ]
19482
19490
  }
19483
19491
  }
19484
19492
  },
@@ -19517,6 +19525,14 @@
19517
19525
  "title": "Date last emptied",
19518
19526
  "type": "string",
19519
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
+ ]
19520
19536
  }
19521
19537
  }
19522
19538
  },
@@ -19576,6 +19592,14 @@
19576
19592
  "To follow",
19577
19593
  "Not applicable"
19578
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
+ ]
19579
19603
  }
19580
19604
  }
19581
19605
  },
@@ -19590,6 +19614,14 @@
19590
19614
  "details": {
19591
19615
  "title": "Details",
19592
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
+ ]
19593
19625
  }
19594
19626
  }
19595
19627
  }
@@ -2563,6 +2563,7 @@
2563
2563
  "dateInstalled": "string",
2564
2564
  "dateReplaced": "string",
2565
2565
  "dateLastEmptied": "string",
2566
+ "permitDocuments": "string",
2566
2567
  "supplier": "string",
2567
2568
  "makeModel": "string",
2568
2569
  "serviceProviderName": "string",