@pdtf/schemas 3.0.1-1 → 3.0.1-2

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.0.1-1",
3
+ "version": "3.0.1-2",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -728,7 +728,7 @@
728
728
  "documentDetails": {
729
729
  "document": {
730
730
  "entryNumber": ["B3", "C2", "C3", "C4"],
731
- "planOnlyIndicator": "false",
731
+ "planOnlyIndicator": false,
732
732
  "registerDescription": "Charge",
733
733
  "documentType": "50",
734
734
  "documentDate": "2020-11-03"
@@ -36477,8 +36477,7 @@
36477
36477
  ]
36478
36478
  },
36479
36479
  "planOnlyIndicator": {
36480
- "type": "string",
36481
- "enum": ["true", "false"]
36480
+ "type": "boolean"
36482
36481
  },
36483
36482
  "filedUnder": {
36484
36483
  "type": "string"
@@ -33338,11 +33338,7 @@
33338
33338
  ]
33339
33339
  },
33340
33340
  "planOnlyIndicator": {
33341
- "type": "string",
33342
- "enum": [
33343
- "true",
33344
- "false"
33345
- ]
33341
+ "type": "boolean"
33346
33342
  },
33347
33343
  "filedUnder": {
33348
33344
  "type": "string"