@toolproof-core/schema 1.0.15 → 1.0.16

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.
@@ -23,7 +23,6 @@ declare const CONSTANTS: {
23
23
  readonly JobStep: "JobStep";
24
24
  readonly JobStepIdentity: "JobStepIdentity";
25
25
  readonly JobStepSocket: "JobStepSocket";
26
- readonly JsonData: "JsonData";
27
26
  readonly Name: "Name";
28
27
  readonly NameFacet: "NameFacet";
29
28
  readonly Natural: "Natural";
@@ -23,7 +23,6 @@ const CONSTANTS = {
23
23
  JobStep: 'JobStep',
24
24
  JobStepIdentity: 'JobStepIdentity',
25
25
  JobStepSocket: 'JobStepSocket',
26
- JsonData: 'JsonData',
27
26
  Name: 'Name',
28
27
  NameFacet: 'NameFacet',
29
28
  Natural: 'Natural',
@@ -1034,40 +1034,6 @@
1034
1034
  "unevaluatedProperties": false
1035
1035
  }
1036
1036
  },
1037
- "JsonData": {
1038
- "identity": "TYPE-JsonData",
1039
- "name": "JsonData",
1040
- "description": "dummy-description",
1041
- "nucleusSchema": {
1042
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1043
- "oneOf": [
1044
- {
1045
- "type": "null"
1046
- },
1047
- {
1048
- "type": "boolean"
1049
- },
1050
- {
1051
- "type": "number"
1052
- },
1053
- {
1054
- "type": "string"
1055
- },
1056
- {
1057
- "type": "array",
1058
- "items": {
1059
- "$ref": "#/$defs/JsonData"
1060
- }
1061
- },
1062
- {
1063
- "type": "object",
1064
- "additionalProperties": {
1065
- "$ref": "#/$defs/JsonData"
1066
- }
1067
- }
1068
- ]
1069
- }
1070
- },
1071
1037
  "Nucleus": {
1072
1038
  "identity": "TYPE-Nucleus",
1073
1039
  "name": "Nucleus",
@@ -1075,9 +1041,8 @@
1075
1041
  "nucleusSchema": {
1076
1042
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1077
1043
  "type": "object",
1078
- "additionalProperties": {
1079
- "$ref": "#/$defs/JsonData"
1080
- }
1044
+ "additionalProperties": true,
1045
+ "$comment": "Currently not used."
1081
1046
  }
1082
1047
  },
1083
1048
  "NucleusFacet": {
@@ -1663,52 +1663,6 @@
1663
1663
  }
1664
1664
  }
1665
1665
  },
1666
- "JsonData": {
1667
- "identity": "RESOURCE-JsonData",
1668
- "resourceTypeHandle": "TYPE-ResourceType",
1669
- "creationContext": {
1670
- "resourceRoleHandle": "ROLE-Genesis",
1671
- "jobStepHandle": "JOB_STEP-Genesis"
1672
- },
1673
- "resourceShellKind": "materialized",
1674
- "version": 1,
1675
- "timestamp": "2025-11-30T00:00:00.000Z",
1676
- "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JsonData",
1677
- "nucleus": {
1678
- "identity": "TYPE-JsonData",
1679
- "name": "JsonData",
1680
- "description": "dummy-description",
1681
- "nucleusSchema": {
1682
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1683
- "oneOf": [
1684
- {
1685
- "type": "null"
1686
- },
1687
- {
1688
- "type": "boolean"
1689
- },
1690
- {
1691
- "type": "number"
1692
- },
1693
- {
1694
- "type": "string"
1695
- },
1696
- {
1697
- "type": "array",
1698
- "items": {
1699
- "$ref": "#/$defs/JsonData"
1700
- }
1701
- },
1702
- {
1703
- "type": "object",
1704
- "additionalProperties": {
1705
- "$ref": "#/$defs/JsonData"
1706
- }
1707
- }
1708
- ]
1709
- }
1710
- }
1711
- },
1712
1666
  "Nucleus": {
1713
1667
  "identity": "RESOURCE-Nucleus",
1714
1668
  "resourceTypeHandle": "TYPE-ResourceType",
@@ -1727,9 +1681,8 @@
1727
1681
  "nucleusSchema": {
1728
1682
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1729
1683
  "type": "object",
1730
- "additionalProperties": {
1731
- "$ref": "#/$defs/JsonData"
1732
- }
1684
+ "additionalProperties": true,
1685
+ "$comment": "Currently not used."
1733
1686
  }
1734
1687
  }
1735
1688
  },
@@ -767,41 +767,11 @@
767
767
  ],
768
768
  "unevaluatedProperties": false
769
769
  },
770
- "JsonData": {
771
- "$schema": "https://json-schema.org/draft/2020-12/schema",
772
- "oneOf": [
773
- {
774
- "type": "null"
775
- },
776
- {
777
- "type": "boolean"
778
- },
779
- {
780
- "type": "number"
781
- },
782
- {
783
- "type": "string"
784
- },
785
- {
786
- "type": "array",
787
- "items": {
788
- "$ref": "#/$defs/JsonData"
789
- }
790
- },
791
- {
792
- "type": "object",
793
- "additionalProperties": {
794
- "$ref": "#/$defs/JsonData"
795
- }
796
- }
797
- ]
798
- },
799
770
  "Nucleus": {
800
771
  "$schema": "https://json-schema.org/draft/2020-12/schema",
801
772
  "type": "object",
802
- "additionalProperties": {
803
- "$ref": "#/$defs/JsonData"
804
- }
773
+ "additionalProperties": true,
774
+ "$comment": "Currently not used."
805
775
  },
806
776
  "NucleusFacet": {
807
777
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -299,19 +299,6 @@ export type ResourceOutputPotentialJson =
299
299
  */
300
300
  export type ResourcePotentialJson =
301
301
  ResourceMissingJson | ResourceInputPotentialJson | ResourceOutputPotentialJson;
302
- /**
303
- * This interface was referenced by `Genesis`'s JSON-Schema
304
- * via the `definition` "JsonData".
305
- */
306
- export type JsonDataJson =
307
- | null
308
- | boolean
309
- | number
310
- | string
311
- | JsonDataJson[]
312
- | {
313
- [k: string]: JsonDataJson;
314
- };
315
302
  /**
316
303
  * This interface was referenced by `Genesis`'s JSON-Schema
317
304
  * via the `definition` "Resource".
@@ -576,7 +563,6 @@ export interface PathFacetJson {
576
563
  * via the `definition` "Nucleus".
577
564
  */
578
565
  export interface NucleusJson {
579
- [k: string]: JsonDataJson;
580
566
  }
581
567
  /**
582
568
  * This interface was referenced by `Genesis`'s JSON-Schema
package/dist/index.d.ts CHANGED
@@ -11,4 +11,4 @@ export type { Resource_ResourceType as Resource_ResourceTypeJson } from './gener
11
11
  export type { Resource_Job as Resource_JobJson } from './generated/types/standalone/Resource_Job.js';
12
12
  export type { Resource_RawStrategy as Resource_RawStrategyJson } from './generated/types/standalone/Resource_RawStrategy.js';
13
13
  export type { Resource_RunnableStrategy as Resource_RunnableStrategyJson } from './generated/types/standalone/Resource_RunnableStrategy.js';
14
- export type { DocumentationFacetJson, NucleusFacetJson, ResourceTypeIdentityJson, ResourceTypeJson, ResourceRoleIdentityJson, ResourceRoleValueJson, ResourceRoleJson, CaseJson, RoleDictJson, RolesJson, RoleBindingsJson, ResourceIdentityJson, JobStepIdentityJson, BranchStepIdentityJson, WhileStepIdentityJson, ForStepIdentityJson, JobStepJson, BranchStepJson, WhileStepJson, ForStepJson, StepKindJson, StepIdentityJson, StepJson, CreationContextJson, ResourceMissingJson, ResourceInputPotentialJson, ResourceOutputPotentialJson, ShellMaterializedBaseJson, ResourceJson, StrategyStateJson, StepsFacetJson, RawStrategyJson, RunnableStrategyIdentityJson, RunnableStrategyStatusJson, RunnableStrategyJson, RunnableStrategyUpdateJson, JobIdentityJson, JobJson, JsonDataJson, StrategyThreadIdentityJson, StrategyThreadDictJson, JobStepSocketJson, TimestampJson, StrategyRunIdentityJson, StrategyRunJson, GoalIdentityJson, GoalJson, ErrorJson, RunEventJson, RunEventBaseJson, RunEventKindJson, RunEventCountersJson, RunEventStepMetadataJson, RunEventUpdatesJson, GraphStartRunEventJson, GraphEndRunEventJson, TickRunEventJson, InterruptRunEventJson, } from './generated/types/types.js';
14
+ export type { DocumentationFacetJson, NucleusFacetJson, ResourceTypeIdentityJson, ResourceTypeJson, ResourceRoleIdentityJson, ResourceRoleValueJson, ResourceRoleJson, CaseJson, RoleDictJson, RolesJson, RoleBindingsJson, ResourceIdentityJson, JobStepIdentityJson, BranchStepIdentityJson, WhileStepIdentityJson, ForStepIdentityJson, JobStepJson, BranchStepJson, WhileStepJson, ForStepJson, StepKindJson, StepIdentityJson, StepJson, CreationContextJson, ResourceMissingJson, ResourceInputPotentialJson, ResourceOutputPotentialJson, ShellMaterializedBaseJson, ResourceJson, StrategyStateJson, StepsFacetJson, RawStrategyJson, RunnableStrategyIdentityJson, RunnableStrategyStatusJson, RunnableStrategyJson, RunnableStrategyUpdateJson, JobIdentityJson, JobJson, StrategyThreadIdentityJson, StrategyThreadDictJson, JobStepSocketJson, TimestampJson, StrategyRunIdentityJson, StrategyRunJson, GoalIdentityJson, GoalJson, ErrorJson, RunEventJson, RunEventBaseJson, RunEventKindJson, RunEventCountersJson, RunEventStepMetadataJson, RunEventUpdatesJson, GraphStartRunEventJson, GraphEndRunEventJson, TickRunEventJson, InterruptRunEventJson, } from './generated/types/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-core/schema",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/Genesis.json CHANGED
@@ -1087,41 +1087,6 @@
1087
1087
  "unevaluatedProperties": false
1088
1088
  }
1089
1089
  },
1090
- "JsonData": {
1091
- "identity": "TYPE-JsonData",
1092
- "name": "JsonData",
1093
- "description": "dummy-description",
1094
- "nucleusSchema": {
1095
- "$anchor": "JsonData",
1096
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1097
- "oneOf": [
1098
- {
1099
- "type": "null"
1100
- },
1101
- {
1102
- "type": "boolean"
1103
- },
1104
- {
1105
- "type": "number"
1106
- },
1107
- {
1108
- "type": "string"
1109
- },
1110
- {
1111
- "type": "array",
1112
- "items": {
1113
- "$ref": "#JsonData"
1114
- }
1115
- },
1116
- {
1117
- "type": "object",
1118
- "additionalProperties": {
1119
- "$ref": "#JsonData"
1120
- }
1121
- }
1122
- ]
1123
- }
1124
- },
1125
1090
  "Nucleus": {
1126
1091
  "identity": "TYPE-Nucleus",
1127
1092
  "name": "Nucleus",
@@ -1130,9 +1095,8 @@
1130
1095
  "$anchor": "Nucleus",
1131
1096
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1132
1097
  "type": "object",
1133
- "additionalProperties": {
1134
- "$ref": "#JsonData"
1135
- }
1098
+ "additionalProperties": true,
1099
+ "$comment": "Currently not used."
1136
1100
  }
1137
1101
  },
1138
1102
  "NucleusFacet": {
@@ -23,7 +23,6 @@ const CONSTANTS = {
23
23
  JobStep: 'JobStep',
24
24
  JobStepIdentity: 'JobStepIdentity',
25
25
  JobStepSocket: 'JobStepSocket',
26
- JsonData: 'JsonData',
27
26
  Name: 'Name',
28
27
  NameFacet: 'NameFacet',
29
28
  Natural: 'Natural',
@@ -164,10 +164,7 @@
164
164
  "ResourceInputPotential",
165
165
  "ResourceOutputPotential"
166
166
  ],
167
- "JsonData": [],
168
- "Nucleus": [
169
- "JsonData"
170
- ],
167
+ "Nucleus": [],
171
168
  "NucleusFacet": [],
172
169
  "Resource": [
173
170
  "ShellMaterializedBase",
@@ -1034,40 +1034,6 @@
1034
1034
  "unevaluatedProperties": false
1035
1035
  }
1036
1036
  },
1037
- "JsonData": {
1038
- "identity": "TYPE-JsonData",
1039
- "name": "JsonData",
1040
- "description": "dummy-description",
1041
- "nucleusSchema": {
1042
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1043
- "oneOf": [
1044
- {
1045
- "type": "null"
1046
- },
1047
- {
1048
- "type": "boolean"
1049
- },
1050
- {
1051
- "type": "number"
1052
- },
1053
- {
1054
- "type": "string"
1055
- },
1056
- {
1057
- "type": "array",
1058
- "items": {
1059
- "$ref": "#/$defs/JsonData"
1060
- }
1061
- },
1062
- {
1063
- "type": "object",
1064
- "additionalProperties": {
1065
- "$ref": "#/$defs/JsonData"
1066
- }
1067
- }
1068
- ]
1069
- }
1070
- },
1071
1037
  "Nucleus": {
1072
1038
  "identity": "TYPE-Nucleus",
1073
1039
  "name": "Nucleus",
@@ -1075,9 +1041,8 @@
1075
1041
  "nucleusSchema": {
1076
1042
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1077
1043
  "type": "object",
1078
- "additionalProperties": {
1079
- "$ref": "#/$defs/JsonData"
1080
- }
1044
+ "additionalProperties": true,
1045
+ "$comment": "Currently not used."
1081
1046
  }
1082
1047
  },
1083
1048
  "NucleusFacet": {
@@ -1663,52 +1663,6 @@
1663
1663
  }
1664
1664
  }
1665
1665
  },
1666
- "JsonData": {
1667
- "identity": "RESOURCE-JsonData",
1668
- "resourceTypeHandle": "TYPE-ResourceType",
1669
- "creationContext": {
1670
- "resourceRoleHandle": "ROLE-Genesis",
1671
- "jobStepHandle": "JOB_STEP-Genesis"
1672
- },
1673
- "resourceShellKind": "materialized",
1674
- "version": 1,
1675
- "timestamp": "2025-11-30T00:00:00.000Z",
1676
- "path": "https://schemas.toolproof.com/v1/Genesis.json#/$defs/JsonData",
1677
- "nucleus": {
1678
- "identity": "TYPE-JsonData",
1679
- "name": "JsonData",
1680
- "description": "dummy-description",
1681
- "nucleusSchema": {
1682
- "$schema": "https://json-schema.org/draft/2020-12/schema",
1683
- "oneOf": [
1684
- {
1685
- "type": "null"
1686
- },
1687
- {
1688
- "type": "boolean"
1689
- },
1690
- {
1691
- "type": "number"
1692
- },
1693
- {
1694
- "type": "string"
1695
- },
1696
- {
1697
- "type": "array",
1698
- "items": {
1699
- "$ref": "#/$defs/JsonData"
1700
- }
1701
- },
1702
- {
1703
- "type": "object",
1704
- "additionalProperties": {
1705
- "$ref": "#/$defs/JsonData"
1706
- }
1707
- }
1708
- ]
1709
- }
1710
- }
1711
- },
1712
1666
  "Nucleus": {
1713
1667
  "identity": "RESOURCE-Nucleus",
1714
1668
  "resourceTypeHandle": "TYPE-ResourceType",
@@ -1727,9 +1681,8 @@
1727
1681
  "nucleusSchema": {
1728
1682
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1729
1683
  "type": "object",
1730
- "additionalProperties": {
1731
- "$ref": "#/$defs/JsonData"
1732
- }
1684
+ "additionalProperties": true,
1685
+ "$comment": "Currently not used."
1733
1686
  }
1734
1687
  }
1735
1688
  },
@@ -767,41 +767,11 @@
767
767
  ],
768
768
  "unevaluatedProperties": false
769
769
  },
770
- "JsonData": {
771
- "$schema": "https://json-schema.org/draft/2020-12/schema",
772
- "oneOf": [
773
- {
774
- "type": "null"
775
- },
776
- {
777
- "type": "boolean"
778
- },
779
- {
780
- "type": "number"
781
- },
782
- {
783
- "type": "string"
784
- },
785
- {
786
- "type": "array",
787
- "items": {
788
- "$ref": "#/$defs/JsonData"
789
- }
790
- },
791
- {
792
- "type": "object",
793
- "additionalProperties": {
794
- "$ref": "#/$defs/JsonData"
795
- }
796
- }
797
- ]
798
- },
799
770
  "Nucleus": {
800
771
  "$schema": "https://json-schema.org/draft/2020-12/schema",
801
772
  "type": "object",
802
- "additionalProperties": {
803
- "$ref": "#/$defs/JsonData"
804
- }
773
+ "additionalProperties": true,
774
+ "$comment": "Currently not used."
805
775
  },
806
776
  "NucleusFacet": {
807
777
  "$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -299,19 +299,6 @@ export type ResourceOutputPotentialJson =
299
299
  */
300
300
  export type ResourcePotentialJson =
301
301
  ResourceMissingJson | ResourceInputPotentialJson | ResourceOutputPotentialJson;
302
- /**
303
- * This interface was referenced by `Genesis`'s JSON-Schema
304
- * via the `definition` "JsonData".
305
- */
306
- export type JsonDataJson =
307
- | null
308
- | boolean
309
- | number
310
- | string
311
- | JsonDataJson[]
312
- | {
313
- [k: string]: JsonDataJson;
314
- };
315
302
  /**
316
303
  * This interface was referenced by `Genesis`'s JSON-Schema
317
304
  * via the `definition` "Resource".
@@ -576,7 +563,6 @@ export interface PathFacetJson {
576
563
  * via the `definition` "Nucleus".
577
564
  */
578
565
  export interface NucleusJson {
579
- [k: string]: JsonDataJson;
580
566
  }
581
567
  /**
582
568
  * This interface was referenced by `Genesis`'s JSON-Schema
package/src/index.ts CHANGED
@@ -65,7 +65,6 @@ export type {
65
65
  RunnableStrategyUpdateJson,
66
66
  JobIdentityJson,
67
67
  JobJson,
68
- JsonDataJson,
69
68
  StrategyThreadIdentityJson,
70
69
  StrategyThreadDictJson,
71
70
  JobStepSocketJson,