@pdtf/schemas 3.4.0-4 → 3.4.0-5

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.4.0-4",
3
+ "version": "3.4.0-5",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -4758,7 +4758,6 @@
4758
4758
  ],
4759
4759
  "nts2Required": [
4760
4760
  "nameOrOrganisation",
4761
- "address",
4762
4761
  "emailAddress"
4763
4762
  ],
4764
4763
  "properties": {
@@ -4775,7 +4774,6 @@
4775
4774
  "baspi4Ref": "A1.5.5.1.2",
4776
4775
  "baspi5Ref": "A1.5.6.1.2",
4777
4776
  "ta7Ref": "4.1c.0",
4778
- "nts2Ref": "A1.5.6.1.2",
4779
4777
  "title": "Address",
4780
4778
  "type": "object",
4781
4779
  "properties": {
@@ -4783,7 +4781,6 @@
4783
4781
  "baspi4Ref": "A1.5.5.1.2.1",
4784
4782
  "baspi5Ref": "A1.5.6.1.2.1",
4785
4783
  "ta7Ref": "4.1c.2",
4786
- "nts2Ref": "A1.5.6.1.2.1",
4787
4784
  "title": "Address line 1",
4788
4785
  "type": "string",
4789
4786
  "minLength": 1
@@ -4792,7 +4789,6 @@
4792
4789
  "baspi4Ref": "A1.5.5.1.2.2",
4793
4790
  "baspi5Ref": "A1.5.6.1.2.2",
4794
4791
  "ta7Ref": "4.1c.3",
4795
- "nts2Ref": "A1.5.6.1.2.2",
4796
4792
  "title": "Address line 2",
4797
4793
  "type": "string"
4798
4794
  },
@@ -4800,7 +4796,6 @@
4800
4796
  "baspi4Ref": "A1.5.5.1.2.3",
4801
4797
  "baspi5Ref": "A1.5.6.1.2.3",
4802
4798
  "ta7Ref": "4.1c.4",
4803
- "nts2Ref": "A1.5.6.1.2.3",
4804
4799
  "title": "Address line 3",
4805
4800
  "type": "string"
4806
4801
  },
@@ -4808,7 +4803,6 @@
4808
4803
  "baspi4Ref": "A1.5.5.1.2.4",
4809
4804
  "baspi5Ref": "A1.5.6.1.2.4",
4810
4805
  "ta7Ref": "4.1c.5",
4811
- "nts2Ref": "A1.5.6.1.2.4",
4812
4806
  "title": "Town",
4813
4807
  "type": "string"
4814
4808
  },
@@ -4816,7 +4810,6 @@
4816
4810
  "baspi4Ref": "A1.5.5.1.2.5",
4817
4811
  "baspi5Ref": "A1.5.6.1.2.5",
4818
4812
  "ta7Ref": "4.1c.6",
4819
- "nts2Ref": "A1.5.6.1.2.5",
4820
4813
  "title": "Postcode",
4821
4814
  "type": "string",
4822
4815
  "minLength": 1
@@ -4833,10 +4826,6 @@
4833
4826
  "baspi5Required": [
4834
4827
  "line1",
4835
4828
  "postcode"
4836
- ],
4837
- "nts2Required": [
4838
- "line1",
4839
- "postcode"
4840
4829
  ]
4841
4830
  },
4842
4831
  "telephone": {
@@ -4849,7 +4838,7 @@
4849
4838
  "baspi4Ref": "A1.5.5.1.3",
4850
4839
  "baspi5Ref": "A1.5.6.1.3",
4851
4840
  "ta7Ref": "4.1c.8",
4852
- "nts2Ref": "A1.5.6.1.3",
4841
+ "nts2Ref": "A1.5.6.1.2",
4853
4842
  "title": "Email address",
4854
4843
  "type": "string",
4855
4844
  "format": "email"
@@ -453,39 +453,14 @@
453
453
  "nts2Ref": "A1.5.6.1",
454
454
  "required": [
455
455
  "nameOrOrganisation",
456
- "address",
457
456
  "emailAddress"
458
457
  ],
459
458
  "properties": {
460
459
  "nameOrOrganisation": {
461
460
  "nts2Ref": "A1.5.6.1.1"
462
461
  },
463
- "address": {
464
- "nts2Ref": "A1.5.6.1.2",
465
- "required": [
466
- "line1",
467
- "postcode"
468
- ],
469
- "properties": {
470
- "line1": {
471
- "nts2Ref": "A1.5.6.1.2.1"
472
- },
473
- "line2": {
474
- "nts2Ref": "A1.5.6.1.2.2"
475
- },
476
- "line3": {
477
- "nts2Ref": "A1.5.6.1.2.3"
478
- },
479
- "town": {
480
- "nts2Ref": "A1.5.6.1.2.4"
481
- },
482
- "postcode": {
483
- "nts2Ref": "A1.5.6.1.2.5"
484
- }
485
- }
486
- },
487
462
  "emailAddress": {
488
- "nts2Ref": "A1.5.6.1.3"
463
+ "nts2Ref": "A1.5.6.1.2"
489
464
  }
490
465
  }
491
466
  }