@pdtf/schemas 3.0.1-1 → 3.0.1-3

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-3",
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"
@@ -11448,7 +11448,8 @@
11448
11448
  "fittedUnits",
11449
11449
  "outdoorArea",
11450
11450
  "televisionAndTelephone",
11451
- "stockOfFuel"
11451
+ "stockOfFuel",
11452
+ "otherItems"
11452
11453
  ],
11453
11454
  "properties": {
11454
11455
  "itemsToRemove": {
@@ -36477,8 +36478,7 @@
36477
36478
  ]
36478
36479
  },
36479
36480
  "planOnlyIndicator": {
36480
- "type": "string",
36481
- "enum": ["true", "false"]
36481
+ "type": "boolean"
36482
36482
  },
36483
36483
  "filedUnder": {
36484
36484
  "type": "string"
@@ -36,7 +36,8 @@
36
36
  "fittedUnits",
37
37
  "outdoorArea",
38
38
  "televisionAndTelephone",
39
- "stockOfFuel"
39
+ "stockOfFuel",
40
+ "otherItems"
40
41
  ],
41
42
  "properties": {
42
43
  "basicFittings": {
@@ -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"