@toolproof-npm/schema 0.1.62 → 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.
@@ -1772,7 +1772,8 @@
1772
1772
  {
1773
1773
  "$ref": "#/$defs/StrategyStateWrapper"
1774
1774
  }
1775
- ]
1775
+ ],
1776
+ "unevaluatedProperties": false
1776
1777
  }
1777
1778
  },
1778
1779
  "StatefulStrategyWrapper": {
@@ -1875,6 +1876,7 @@
1875
1876
  "$ref": "#/$defs/StrategyThreadIdentity"
1876
1877
  },
1877
1878
  "additionalProperties": {
1879
+ "type": "array",
1878
1880
  "items": {
1879
1881
  "$ref": "#/$defs/Step"
1880
1882
  }
@@ -2363,7 +2363,8 @@
2363
2363
  {
2364
2364
  "$ref": "#/$defs/StrategyStateWrapper"
2365
2365
  }
2366
- ]
2366
+ ],
2367
+ "unevaluatedProperties": false
2367
2368
  }
2368
2369
  }
2369
2370
  },
@@ -2526,6 +2527,7 @@
2526
2527
  "$ref": "#/$defs/StrategyThreadIdentity"
2527
2528
  },
2528
2529
  "additionalProperties": {
2530
+ "type": "array",
2529
2531
  "items": {
2530
2532
  "$ref": "#/$defs/Step"
2531
2533
  }
@@ -1206,6 +1206,7 @@
1206
1206
  "required": [
1207
1207
  "identity"
1208
1208
  ],
1209
+ "unevaluatedProperties": false,
1209
1210
  "$anchor": "StatefulStrategy"
1210
1211
  },
1211
1212
  "StatefulStrategyIdentity": {
@@ -1430,6 +1431,7 @@
1430
1431
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1431
1432
  "type": "object",
1432
1433
  "additionalProperties": {
1434
+ "type": "array",
1433
1435
  "items": {
1434
1436
  "$ref": "#/$defs/Step"
1435
1437
  }
@@ -17,6 +17,7 @@
17
17
  "required": [
18
18
  "identity"
19
19
  ],
20
+ "unevaluatedProperties": false,
20
21
  "$anchor": "StatefulStrategy",
21
22
  "$defs": {
22
23
  "StatelessStrategyWrapper": {
@@ -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.62",
3
+ "version": "0.1.64",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",