@pdtf/schemas 2.0.0-31 → 2.0.0-32

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": "2.0.0-31",
3
+ "version": "2.0.0-32",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -26,7 +26,6 @@
26
26
  "homepage": "https://github.com/Property-Data-Trust-Framework/schemas#readme",
27
27
  "dependencies": {
28
28
  "@jdw/jst": "^2.0.0-beta.15",
29
- "@pdtf/schemas": "^2.0.0-30",
30
29
  "ajv": "^8.12.0",
31
30
  "ajv-formats": "^2.1.1",
32
31
  "deepmerge": "^4.3.1",
@@ -7486,7 +7486,8 @@
7486
7486
  ]
7487
7487
  }
7488
7488
  },
7489
- "required": ["workCarriedOut"]
7489
+ "baspiRequired": ["workCarriedOut"],
7490
+ "ta6Required": ["workCarriedOut"]
7490
7491
  }
7491
7492
  ]
7492
7493
  }
@@ -19732,6 +19733,7 @@
19732
19733
  "baspiRef": "B1",
19733
19734
  "title": "Legal Owners",
19734
19735
  "type": "object",
19736
+ "baspiRequired": ["namesOfLegalOwners"],
19735
19737
  "properties": {
19736
19738
  "namesOfLegalOwners": {
19737
19739
  "baspiRef": "B1.1",
@@ -1480,7 +1480,10 @@
1480
1480
  }
1481
1481
  }
1482
1482
  }
1483
- }
1483
+ },
1484
+ "required": [
1485
+ "workCarriedOut"
1486
+ ]
1484
1487
  }
1485
1488
  ],
1486
1489
  "required": [
@@ -7536,6 +7539,9 @@
7536
7539
  "legalOwners": {
7537
7540
  "baspiRef": "B1",
7538
7541
  "title": "Legal Owners",
7542
+ "required": [
7543
+ "namesOfLegalOwners"
7544
+ ],
7539
7545
  "properties": {
7540
7546
  "namesOfLegalOwners": {
7541
7547
  "baspiRef": "B1.1",
@@ -372,7 +372,10 @@
372
372
  }
373
373
  }
374
374
  }
375
- }
375
+ },
376
+ "required": [
377
+ "workCarriedOut"
378
+ ]
376
379
  }
377
380
  ],
378
381
  "required": [
@@ -6552,10 +6552,7 @@
6552
6552
  }
6553
6553
  ]
6554
6554
  }
6555
- },
6556
- "required": [
6557
- "workCarriedOut"
6558
- ]
6555
+ }
6559
6556
  }
6560
6557
  ]
6561
6558
  }