@toolproof-npm/schema 0.1.63 → 0.1.64

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.
@@ -1876,6 +1876,7 @@
1876
1876
  "$ref": "#/$defs/StrategyThreadIdentity"
1877
1877
  },
1878
1878
  "additionalProperties": {
1879
+ "type": "array",
1879
1880
  "items": {
1880
1881
  "$ref": "#/$defs/Step"
1881
1882
  }
@@ -2527,6 +2527,7 @@
2527
2527
  "$ref": "#/$defs/StrategyThreadIdentity"
2528
2528
  },
2529
2529
  "additionalProperties": {
2530
+ "type": "array",
2530
2531
  "items": {
2531
2532
  "$ref": "#/$defs/Step"
2532
2533
  }
@@ -1431,6 +1431,7 @@
1431
1431
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1432
1432
  "type": "object",
1433
1433
  "additionalProperties": {
1434
+ "type": "array",
1434
1435
  "items": {
1435
1436
  "$ref": "#/$defs/Step"
1436
1437
  }
@@ -34,6 +34,7 @@
34
34
  "$schema": "https://json-schema.org/draft/2020-12/schema",
35
35
  "type": "object",
36
36
  "additionalProperties": {
37
+ "type": "array",
37
38
  "items": {
38
39
  "$ref": "#/$defs/Step"
39
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/schema",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",