@openwop/spec-artifacts 2.0.0-rc.0

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.
Files changed (229) hide show
  1. package/CORPUS-STAMP.json +234 -0
  2. package/LICENSE +201 -0
  3. package/README.md +7 -0
  4. package/api/.redocly.lint-ignore.yaml +22 -0
  5. package/api/asyncapi.yaml +834 -0
  6. package/api/grpc/openwop.proto +251 -0
  7. package/api/openapi.yaml +2693 -0
  8. package/api/redocly.yaml +23 -0
  9. package/api/seams-v2.yaml +680 -0
  10. package/api/v2/asyncapi.yaml +528 -0
  11. package/api/v2/openapi.yaml +3139 -0
  12. package/api/v2/redocly.yaml +16 -0
  13. package/package.json +10 -0
  14. package/schemas/README.md +144 -0
  15. package/schemas/a2a-task-state.schema.json +78 -0
  16. package/schemas/a2ui-surface-delta-frame.schema.json +48 -0
  17. package/schemas/agent-deployment-transition.schema.json +49 -0
  18. package/schemas/agent-deployment.schema.json +54 -0
  19. package/schemas/agent-eval-suite.schema.json +140 -0
  20. package/schemas/agent-inventory-response.schema.json +115 -0
  21. package/schemas/agent-manifest.schema.json +156 -0
  22. package/schemas/agent-org-chart.schema.json +82 -0
  23. package/schemas/agent-ref.schema.json +63 -0
  24. package/schemas/agent-roster-entry.schema.json +81 -0
  25. package/schemas/agent-roster-response.schema.json +21 -0
  26. package/schemas/ai-envelope.schema.json +134 -0
  27. package/schemas/annotation-create.schema.json +37 -0
  28. package/schemas/annotation.schema.json +56 -0
  29. package/schemas/artifact-type-pack-manifest.schema.json +244 -0
  30. package/schemas/audit-verify-result.schema.json +90 -0
  31. package/schemas/budget-policy.schema.json +18 -0
  32. package/schemas/capabilities.schema.json +4160 -0
  33. package/schemas/certification-bundle-v2.schema.json +118 -0
  34. package/schemas/channel-presence-payload.schema.json +41 -0
  35. package/schemas/channel-written-payload.schema.json +55 -0
  36. package/schemas/chat-card-pack-manifest.schema.json +253 -0
  37. package/schemas/compact-tool-descriptor.schema.json +51 -0
  38. package/schemas/compensation-policy.schema.json +64 -0
  39. package/schemas/conformance-certification-bundle.schema.json +86 -0
  40. package/schemas/connection-pack-manifest.schema.json +353 -0
  41. package/schemas/conversation-event.schema.json +168 -0
  42. package/schemas/conversation-turn.schema.json +117 -0
  43. package/schemas/core-conformance-mock-agent-config.schema.json +152 -0
  44. package/schemas/credential-provenance.schema.json +18 -0
  45. package/schemas/credential-reference.schema.json +21 -0
  46. package/schemas/debug-bundle.schema.json +196 -0
  47. package/schemas/dispatch-config.schema.json +112 -0
  48. package/schemas/envelopes/clarification.request.schema.json +52 -0
  49. package/schemas/envelopes/error.schema.json +30 -0
  50. package/schemas/envelopes/media.audio.schema.json +38 -0
  51. package/schemas/envelopes/media.file.schema.json +37 -0
  52. package/schemas/envelopes/media.image.schema.json +33 -0
  53. package/schemas/envelopes/schema.request.schema.json +26 -0
  54. package/schemas/envelopes/schema.response.schema.json +22 -0
  55. package/schemas/envelopes/ui.a2ui-surface.schema.json +154 -0
  56. package/schemas/error-envelope.schema.json +25 -0
  57. package/schemas/eval-summary.schema.json +92 -0
  58. package/schemas/export-bundle.schema.json +66 -0
  59. package/schemas/form-content-pack-manifest.schema.json +243 -0
  60. package/schemas/frontend-plugin-manifest.schema.json +109 -0
  61. package/schemas/goal.schema.json +104 -0
  62. package/schemas/heartbeat-evaluated.schema.json +14 -0
  63. package/schemas/heartbeat-state-changed.schema.json +14 -0
  64. package/schemas/localized-content-language-settings.schema.json +26 -0
  65. package/schemas/localized-content-page-response.schema.json +60 -0
  66. package/schemas/localized-content-page.schema.json +62 -0
  67. package/schemas/localized-content-section.schema.json +51 -0
  68. package/schemas/memory-entry.schema.json +36 -0
  69. package/schemas/memory-list-options.schema.json +37 -0
  70. package/schemas/node-pack-manifest.schema.json +654 -0
  71. package/schemas/orchestrator-decision.schema.json +90 -0
  72. package/schemas/org-chart-responsibility-view.schema.json +26 -0
  73. package/schemas/pack-lockfile.schema.json +108 -0
  74. package/schemas/prompt-kind.schema.json +8 -0
  75. package/schemas/prompt-pack-manifest.schema.json +117 -0
  76. package/schemas/prompt-ref.schema.json +40 -0
  77. package/schemas/prompt-template.schema.json +149 -0
  78. package/schemas/proposal.schema.json +84 -0
  79. package/schemas/registry-version-manifest.schema.json +208 -0
  80. package/schemas/residency.schema.json +16 -0
  81. package/schemas/run-ancestry-response.schema.json +54 -0
  82. package/schemas/run-diff-response.schema.json +64 -0
  83. package/schemas/run-event-payloads.schema.json +4452 -0
  84. package/schemas/run-event.schema.json +211 -0
  85. package/schemas/run-options.schema.json +80 -0
  86. package/schemas/run-orchestrator-decided-event.schema.json +20 -0
  87. package/schemas/run-snapshot.schema.json +148 -0
  88. package/schemas/security-advisory.schema.json +109 -0
  89. package/schemas/self-hosted-runner-dispatch-frame.schema.json +79 -0
  90. package/schemas/self-hosted-runner-registration.schema.json +53 -0
  91. package/schemas/self-hosted-runner-result-frame.schema.json +38 -0
  92. package/schemas/subject.schema.json +56 -0
  93. package/schemas/suspend-request.schema.json +207 -0
  94. package/schemas/tool-descriptor.schema.json +63 -0
  95. package/schemas/trigger-event.schema.json +222 -0
  96. package/schemas/trigger-subscription-registration.schema.json +67 -0
  97. package/schemas/trigger-subscription.schema.json +26 -0
  98. package/schemas/ui-plugin-message.schema.json +90 -0
  99. package/schemas/v2/a2a-task-state.schema.json +102 -0
  100. package/schemas/v2/a2ui-surface-delta-frame.schema.json +62 -0
  101. package/schemas/v2/agent-deployment-transition.schema.json +67 -0
  102. package/schemas/v2/agent-deployment.schema.json +68 -0
  103. package/schemas/v2/agent-eval-suite.schema.json +214 -0
  104. package/schemas/v2/agent-inventory-response.schema.json +172 -0
  105. package/schemas/v2/agent-manifest.schema.json +218 -0
  106. package/schemas/v2/agent-org-chart.schema.json +149 -0
  107. package/schemas/v2/agent-ref.schema.json +67 -0
  108. package/schemas/v2/agent-roster-entry.schema.json +104 -0
  109. package/schemas/v2/agent-roster-response.schema.json +27 -0
  110. package/schemas/v2/ai-envelope.schema.json +167 -0
  111. package/schemas/v2/annotation-create.schema.json +109 -0
  112. package/schemas/v2/annotation.schema.json +142 -0
  113. package/schemas/v2/artifact-type-pack-manifest.schema.json +245 -0
  114. package/schemas/v2/audit-verify-result.schema.json +110 -0
  115. package/schemas/v2/budget-policy.schema.json +61 -0
  116. package/schemas/v2/capabilities.schema.json +7644 -0
  117. package/schemas/v2/certification-bundle.schema.json +401 -0
  118. package/schemas/v2/channel-presence-payload.schema.json +60 -0
  119. package/schemas/v2/channel-written-payload.schema.json +64 -0
  120. package/schemas/v2/chat-card-pack-manifest.schema.json +254 -0
  121. package/schemas/v2/compact-tool-descriptor.schema.json +108 -0
  122. package/schemas/v2/compensation-policy.schema.json +91 -0
  123. package/schemas/v2/compensation-projection.schema.json +95 -0
  124. package/schemas/v2/configurable.schema.json +110 -0
  125. package/schemas/v2/connection-pack-manifest.schema.json +354 -0
  126. package/schemas/v2/conversation-event.schema.json +281 -0
  127. package/schemas/v2/conversation-turn.schema.json +165 -0
  128. package/schemas/v2/credential-provenance.schema.json +62 -0
  129. package/schemas/v2/credential-reference.schema.json +28 -0
  130. package/schemas/v2/debug-bundle.schema.json +312 -0
  131. package/schemas/v2/dispatch-config.schema.json +147 -0
  132. package/schemas/v2/effect-ledger-projection.schema.json +71 -0
  133. package/schemas/v2/effect-seam-manifest.schema.json +98 -0
  134. package/schemas/v2/envelopes/clarification.request.schema.json +59 -0
  135. package/schemas/v2/envelopes/error.schema.json +35 -0
  136. package/schemas/v2/envelopes/media.audio.schema.json +41 -0
  137. package/schemas/v2/envelopes/media.file.schema.json +40 -0
  138. package/schemas/v2/envelopes/media.image.schema.json +36 -0
  139. package/schemas/v2/envelopes/schema.request.schema.json +29 -0
  140. package/schemas/v2/envelopes/schema.response.schema.json +26 -0
  141. package/schemas/v2/envelopes/ui.a2ui-surface.schema.json +292 -0
  142. package/schemas/v2/error-envelope.schema.json +229 -0
  143. package/schemas/v2/eval-summary.schema.json +166 -0
  144. package/schemas/v2/export-bundle.schema.json +94 -0
  145. package/schemas/v2/form-content-pack-manifest.schema.json +241 -0
  146. package/schemas/v2/frontend-plugin-manifest.schema.json +152 -0
  147. package/schemas/v2/goal.schema.json +188 -0
  148. package/schemas/v2/heartbeat-evaluated.schema.json +34 -0
  149. package/schemas/v2/heartbeat-state-changed.schema.json +31 -0
  150. package/schemas/v2/ids.schema.json +31 -0
  151. package/schemas/v2/localized-content-language-settings.schema.json +34 -0
  152. package/schemas/v2/localized-content-page-response.schema.json +94 -0
  153. package/schemas/v2/localized-content-page.schema.json +87 -0
  154. package/schemas/v2/localized-content-section.schema.json +63 -0
  155. package/schemas/v2/memory-entry.schema.json +45 -0
  156. package/schemas/v2/memory-list-options.schema.json +41 -0
  157. package/schemas/v2/node-pack-manifest.schema.json +657 -0
  158. package/schemas/v2/orchestrator-decision.schema.json +120 -0
  159. package/schemas/v2/org-chart-responsibility-view.schema.json +36 -0
  160. package/schemas/v2/pack-lockfile.schema.json +139 -0
  161. package/schemas/v2/prompt-kind.schema.json +14 -0
  162. package/schemas/v2/prompt-pack-manifest.schema.json +118 -0
  163. package/schemas/v2/prompt-ref.schema.json +42 -0
  164. package/schemas/v2/prompt-template.schema.json +209 -0
  165. package/schemas/v2/proposal.schema.json +145 -0
  166. package/schemas/v2/registry-version-manifest.schema.json +292 -0
  167. package/schemas/v2/residency.schema.json +19 -0
  168. package/schemas/v2/run-ancestry-response.schema.json +68 -0
  169. package/schemas/v2/run-diff-response.schema.json +80 -0
  170. package/schemas/v2/run-event-payloads.schema.json +4588 -0
  171. package/schemas/v2/run-event.schema.json +324 -0
  172. package/schemas/v2/run-options.schema.json +90 -0
  173. package/schemas/v2/run-orchestrator-decided-event.schema.json +22 -0
  174. package/schemas/v2/run-snapshot.schema.json +207 -0
  175. package/schemas/v2/security-advisory.schema.json +138 -0
  176. package/schemas/v2/self-hosted-runner-dispatch-frame.schema.json +119 -0
  177. package/schemas/v2/self-hosted-runner-registration.schema.json +74 -0
  178. package/schemas/v2/self-hosted-runner-result-frame.schema.json +47 -0
  179. package/schemas/v2/subject-link.schema.json +69 -0
  180. package/schemas/v2/subject.schema.json +597 -0
  181. package/schemas/v2/suspend-request.schema.json +370 -0
  182. package/schemas/v2/tool-descriptor.schema.json +150 -0
  183. package/schemas/v2/trigger-event.schema.json +508 -0
  184. package/schemas/v2/trigger-subscription-registration.schema.json +99 -0
  185. package/schemas/v2/trigger-subscription.schema.json +79 -0
  186. package/schemas/v2/ui-plugin-message.schema.json +149 -0
  187. package/schemas/v2/workflow-chain-pack-manifest.schema.json +610 -0
  188. package/schemas/v2/workflow-definition.schema.json +864 -0
  189. package/schemas/v2/workload-identity.schema.json +115 -0
  190. package/schemas/v2/workspace-file-create.schema.json +23 -0
  191. package/schemas/v2/workspace-file.schema.json +45 -0
  192. package/schemas/workflow-chain-pack-manifest.schema.json +615 -0
  193. package/schemas/workflow-definition.schema.json +850 -0
  194. package/schemas/workload-identity.schema.json +79 -0
  195. package/schemas/workspace-file-create.schema.json +20 -0
  196. package/schemas/workspace-file.schema.json +39 -0
  197. package/spec/v1/alias-detectors.json +283 -0
  198. package/spec/v1/capability-declaration-classes.json +176 -0
  199. package/spec/v1/core-standard-manifest.json +423 -0
  200. package/spec/v1/deprecations.json +854 -0
  201. package/spec/v1/deprecations.schema.json +187 -0
  202. package/spec/v1/event-codemap.json +1089 -0
  203. package/spec/v1/event-codemap.schema.json +41 -0
  204. package/spec/v1/extensions.json +1273 -0
  205. package/spec/v1/gaps.json +14581 -0
  206. package/spec/v1/gaps.schema.json +55 -0
  207. package/spec/v1/migrations.json +1822 -0
  208. package/spec/v1/migrations.schema.json +44 -0
  209. package/spec/v1/operation-path-manifest.json +462 -0
  210. package/spec/v1/spec-gaps.json +4823 -0
  211. package/spec/v2/declaration.json +1862 -0
  212. package/spec/v2/declaration.schema.json +305 -0
  213. package/spec/v2/errors.json +837 -0
  214. package/spec/v2/event-codemap.json +1099 -0
  215. package/spec/v2/event-codemap.schema.json +114 -0
  216. package/spec/v2/ext/provider-idempotency/registry.json +6 -0
  217. package/spec/v2/facets/a2a.schema.json +51 -0
  218. package/spec/v2/facets/aiProviders.schema.json +56 -0
  219. package/spec/v2/facets/auth.schema.json +91 -0
  220. package/spec/v2/facets/heartbeat.schema.json +20 -0
  221. package/spec/v2/facets/interrupt.schema.json +29 -0
  222. package/spec/v2/facets/mcp.schema.json +81 -0
  223. package/spec/v2/facets/replay.schema.json +34 -0
  224. package/spec/v2/facets/sandbox.schema.json +31 -0
  225. package/spec/v2/facets/webhooks.schema.json +18 -0
  226. package/spec/v2/path-manifest.json +279 -0
  227. package/spec/v2/peer-dependency-aliases.json +165 -0
  228. package/spec/v2/profiles.json +45 -0
  229. package/spec/v2/release.json +6 -0
@@ -0,0 +1,423 @@
1
+ {
2
+ "profile": "openwop-core-standard",
3
+ "rfc": "0155 §B",
4
+ "provenance": {
5
+ "suite": {
6
+ "package": "@openwop/openwop-conformance",
7
+ "version": "2.0.0-rc.0"
8
+ },
9
+ "note": "Derived from the corpus at generation time. Regenerate with --write; verify with --check."
10
+ },
11
+ "floor": {
12
+ "requiredScenarios": [
13
+ "auth.test.ts",
14
+ "discovery.test.ts",
15
+ "eventOrdering.test.ts",
16
+ "failure-path.test.ts",
17
+ "idempotency-key-determinism.test.ts",
18
+ "idempotency.test.ts",
19
+ "runs-lifecycle.test.ts",
20
+ "webhook-negative.test.ts"
21
+ ],
22
+ "requiredAnyPrefix": [
23
+ "interrupt-"
24
+ ]
25
+ },
26
+ "requirementIds": [
27
+ "openwop.floor.any.interrupt-",
28
+ "openwop.floor.auth",
29
+ "openwop.floor.discovery",
30
+ "openwop.floor.eventOrdering",
31
+ "openwop.floor.failure-path",
32
+ "openwop.floor.idempotency",
33
+ "openwop.floor.idempotency-key-determinism",
34
+ "openwop.floor.runs-lifecycle",
35
+ "openwop.floor.webhook-negative"
36
+ ],
37
+ "openapiOperations": [
38
+ "bulkCancelRuns",
39
+ "cancelRun",
40
+ "createAnnotation",
41
+ "createContentPage",
42
+ "createPromptTemplate",
43
+ "createRun",
44
+ "createTriggerSubscription",
45
+ "deletePromptTemplate",
46
+ "deleteTestPackVersion",
47
+ "deleteWorkspaceFile",
48
+ "diffRun",
49
+ "forkRun",
50
+ "getA2ATaskState",
51
+ "getAgent",
52
+ "getAgentOrgChart",
53
+ "getAgentOrgChartDepartment",
54
+ "getAgentRosterEntry",
55
+ "getArtifact",
56
+ "getCapabilities",
57
+ "getContentPage",
58
+ "getContentSettings",
59
+ "getEvalSummary",
60
+ "getOpenApiSpec",
61
+ "getPromptTemplate",
62
+ "getRun",
63
+ "getRunAncestry",
64
+ "getTestPackSignature",
65
+ "getTestPackTarball",
66
+ "getTool",
67
+ "getWorkflow",
68
+ "getWorkspaceFile",
69
+ "inspectInterruptByToken",
70
+ "listAgentDeployments",
71
+ "listAgentRoster",
72
+ "listAgents",
73
+ "listAnnotations",
74
+ "listContentPages",
75
+ "listPromptTemplates",
76
+ "listTools",
77
+ "listWorkspaceFiles",
78
+ "pauseRun",
79
+ "pollRunEvents",
80
+ "putContentSection",
81
+ "putContentSettings",
82
+ "putTestPackTarball",
83
+ "putWorkspaceFile",
84
+ "registerWebhook",
85
+ "renderPromptTemplate",
86
+ "resolveInterruptByRun",
87
+ "resolveInterruptByToken",
88
+ "resumeRun",
89
+ "streamRunEvents",
90
+ "transitionAgentDeployment",
91
+ "unregisterWebhook",
92
+ "updatePromptTemplate",
93
+ "verifyAuditLog"
94
+ ],
95
+ "asyncapiMessages": [],
96
+ "schemas": [
97
+ {
98
+ "file": "schemas/a2a-task-state.schema.json",
99
+ "$id": "https://openwop.dev/spec/v1/a2a-task-state.schema.json"
100
+ },
101
+ {
102
+ "file": "schemas/a2ui-surface-delta-frame.schema.json",
103
+ "$id": "https://openwop.dev/spec/v1/a2ui-surface-delta-frame.schema.json"
104
+ },
105
+ {
106
+ "file": "schemas/agent-deployment-transition.schema.json",
107
+ "$id": "https://openwop.dev/spec/v1/agent-deployment-transition.schema.json"
108
+ },
109
+ {
110
+ "file": "schemas/agent-deployment.schema.json",
111
+ "$id": "https://openwop.dev/spec/v1/agent-deployment.schema.json"
112
+ },
113
+ {
114
+ "file": "schemas/agent-eval-suite.schema.json",
115
+ "$id": "https://openwop.dev/spec/v1/agent-eval-suite.schema.json"
116
+ },
117
+ {
118
+ "file": "schemas/agent-inventory-response.schema.json",
119
+ "$id": "https://openwop.dev/spec/v1/agent-inventory-response.schema.json"
120
+ },
121
+ {
122
+ "file": "schemas/agent-manifest.schema.json",
123
+ "$id": "https://openwop.dev/spec/v1/agent-manifest.schema.json"
124
+ },
125
+ {
126
+ "file": "schemas/agent-org-chart.schema.json",
127
+ "$id": "https://openwop.dev/spec/v1/agent-org-chart.schema.json"
128
+ },
129
+ {
130
+ "file": "schemas/agent-ref.schema.json",
131
+ "$id": "https://openwop.dev/spec/v1/agent-ref.schema.json"
132
+ },
133
+ {
134
+ "file": "schemas/agent-roster-entry.schema.json",
135
+ "$id": "https://openwop.dev/spec/v1/agent-roster-entry.schema.json"
136
+ },
137
+ {
138
+ "file": "schemas/agent-roster-response.schema.json",
139
+ "$id": "https://openwop.dev/spec/v1/agent-roster-response.schema.json"
140
+ },
141
+ {
142
+ "file": "schemas/ai-envelope.schema.json",
143
+ "$id": "https://openwop.dev/spec/v1/ai-envelope.schema.json"
144
+ },
145
+ {
146
+ "file": "schemas/annotation-create.schema.json",
147
+ "$id": "https://openwop.dev/spec/v1/annotation-create.schema.json"
148
+ },
149
+ {
150
+ "file": "schemas/annotation.schema.json",
151
+ "$id": "https://openwop.dev/spec/v1/annotation.schema.json"
152
+ },
153
+ {
154
+ "file": "schemas/artifact-type-pack-manifest.schema.json",
155
+ "$id": "https://openwop.dev/spec/v1/artifact-type-pack-manifest.schema.json"
156
+ },
157
+ {
158
+ "file": "schemas/audit-verify-result.schema.json",
159
+ "$id": "https://openwop.dev/spec/v1/audit-verify-result.schema.json"
160
+ },
161
+ {
162
+ "file": "schemas/budget-policy.schema.json",
163
+ "$id": "https://openwop.dev/spec/v1/budget-policy.schema.json"
164
+ },
165
+ {
166
+ "file": "schemas/capabilities.schema.json",
167
+ "$id": "https://openwop.dev/spec/v1/capabilities.schema.json"
168
+ },
169
+ {
170
+ "file": "schemas/certification-bundle-v2.schema.json",
171
+ "$id": "https://openwop.dev/spec/v1/certification-bundle-v2.schema.json"
172
+ },
173
+ {
174
+ "file": "schemas/channel-presence-payload.schema.json",
175
+ "$id": "https://openwop.dev/spec/v1/channel-presence-payload.schema.json"
176
+ },
177
+ {
178
+ "file": "schemas/channel-written-payload.schema.json",
179
+ "$id": "https://openwop.dev/spec/v1/channel-written-payload.schema.json"
180
+ },
181
+ {
182
+ "file": "schemas/chat-card-pack-manifest.schema.json",
183
+ "$id": "https://openwop.dev/spec/v1/chat-card-pack-manifest.schema.json"
184
+ },
185
+ {
186
+ "file": "schemas/compact-tool-descriptor.schema.json",
187
+ "$id": "https://openwop.dev/spec/v1/compact-tool-descriptor.schema.json"
188
+ },
189
+ {
190
+ "file": "schemas/compensation-policy.schema.json",
191
+ "$id": "https://openwop.dev/spec/v1/compensation-policy.schema.json"
192
+ },
193
+ {
194
+ "file": "schemas/conformance-certification-bundle.schema.json",
195
+ "$id": "https://openwop.dev/spec/v1/conformance-certification-bundle.schema.json"
196
+ },
197
+ {
198
+ "file": "schemas/connection-pack-manifest.schema.json",
199
+ "$id": "https://openwop.dev/spec/v1/connection-pack-manifest.schema.json"
200
+ },
201
+ {
202
+ "file": "schemas/conversation-event.schema.json",
203
+ "$id": "https://openwop.dev/spec/v1/conversation-event.schema.json"
204
+ },
205
+ {
206
+ "file": "schemas/conversation-turn.schema.json",
207
+ "$id": "https://openwop.dev/spec/v1/conversation-turn.schema.json"
208
+ },
209
+ {
210
+ "file": "schemas/core-conformance-mock-agent-config.schema.json",
211
+ "$id": "https://openwop.dev/spec/v1/core-conformance-mock-agent-config.schema.json"
212
+ },
213
+ {
214
+ "file": "schemas/credential-provenance.schema.json",
215
+ "$id": "https://openwop.dev/spec/v1/credential-provenance.schema.json"
216
+ },
217
+ {
218
+ "file": "schemas/credential-reference.schema.json",
219
+ "$id": "https://openwop.dev/spec/v1/credential-reference.schema.json"
220
+ },
221
+ {
222
+ "file": "schemas/debug-bundle.schema.json",
223
+ "$id": "https://openwop.dev/spec/v1/debug-bundle.schema.json"
224
+ },
225
+ {
226
+ "file": "schemas/dispatch-config.schema.json",
227
+ "$id": "https://openwop.dev/spec/v1/dispatch-config.schema.json"
228
+ },
229
+ {
230
+ "file": "schemas/error-envelope.schema.json",
231
+ "$id": "https://openwop.dev/spec/v1/error-envelope.schema.json"
232
+ },
233
+ {
234
+ "file": "schemas/eval-summary.schema.json",
235
+ "$id": "https://openwop.dev/spec/v1/eval-summary.schema.json"
236
+ },
237
+ {
238
+ "file": "schemas/export-bundle.schema.json",
239
+ "$id": "https://openwop.dev/spec/v1/export-bundle.schema.json"
240
+ },
241
+ {
242
+ "file": "schemas/form-content-pack-manifest.schema.json",
243
+ "$id": "https://openwop.dev/spec/v1/form-content-pack-manifest.schema.json"
244
+ },
245
+ {
246
+ "file": "schemas/frontend-plugin-manifest.schema.json",
247
+ "$id": "https://openwop.dev/spec/v1/frontend-plugin-manifest.schema.json"
248
+ },
249
+ {
250
+ "file": "schemas/goal.schema.json",
251
+ "$id": "https://openwop.dev/spec/v1/goal.schema.json"
252
+ },
253
+ {
254
+ "file": "schemas/heartbeat-evaluated.schema.json",
255
+ "$id": "https://openwop.dev/spec/v1/heartbeat-evaluated.schema.json"
256
+ },
257
+ {
258
+ "file": "schemas/heartbeat-state-changed.schema.json",
259
+ "$id": "https://openwop.dev/spec/v1/heartbeat-state-changed.schema.json"
260
+ },
261
+ {
262
+ "file": "schemas/localized-content-language-settings.schema.json",
263
+ "$id": "https://openwop.dev/spec/v1/localized-content-language-settings.schema.json"
264
+ },
265
+ {
266
+ "file": "schemas/localized-content-page-response.schema.json",
267
+ "$id": "https://openwop.dev/spec/v1/localized-content-page-response.schema.json"
268
+ },
269
+ {
270
+ "file": "schemas/localized-content-page.schema.json",
271
+ "$id": "https://openwop.dev/spec/v1/localized-content-page.schema.json"
272
+ },
273
+ {
274
+ "file": "schemas/localized-content-section.schema.json",
275
+ "$id": "https://openwop.dev/spec/v1/localized-content-section.schema.json"
276
+ },
277
+ {
278
+ "file": "schemas/memory-entry.schema.json",
279
+ "$id": "https://openwop.dev/spec/v1/memory-entry.schema.json"
280
+ },
281
+ {
282
+ "file": "schemas/memory-list-options.schema.json",
283
+ "$id": "https://openwop.dev/spec/v1/memory-list-options.schema.json"
284
+ },
285
+ {
286
+ "file": "schemas/node-pack-manifest.schema.json",
287
+ "$id": "https://openwop.dev/spec/v1/node-pack-manifest.schema.json"
288
+ },
289
+ {
290
+ "file": "schemas/orchestrator-decision.schema.json",
291
+ "$id": "https://openwop.dev/spec/v1/orchestrator-decision.schema.json"
292
+ },
293
+ {
294
+ "file": "schemas/org-chart-responsibility-view.schema.json",
295
+ "$id": "https://openwop.dev/spec/v1/org-chart-responsibility-view.schema.json"
296
+ },
297
+ {
298
+ "file": "schemas/pack-lockfile.schema.json",
299
+ "$id": "https://openwop.dev/spec/v1/pack-lockfile.schema.json"
300
+ },
301
+ {
302
+ "file": "schemas/prompt-kind.schema.json",
303
+ "$id": "https://openwop.dev/spec/v1/prompt-kind.schema.json"
304
+ },
305
+ {
306
+ "file": "schemas/prompt-pack-manifest.schema.json",
307
+ "$id": "https://openwop.dev/spec/v1/prompt-pack-manifest.schema.json"
308
+ },
309
+ {
310
+ "file": "schemas/prompt-ref.schema.json",
311
+ "$id": "https://openwop.dev/spec/v1/prompt-ref.schema.json"
312
+ },
313
+ {
314
+ "file": "schemas/prompt-template.schema.json",
315
+ "$id": "https://openwop.dev/spec/v1/prompt-template.schema.json"
316
+ },
317
+ {
318
+ "file": "schemas/proposal.schema.json",
319
+ "$id": "https://openwop.dev/spec/v1/proposal.schema.json"
320
+ },
321
+ {
322
+ "file": "schemas/registry-version-manifest.schema.json",
323
+ "$id": "https://openwop.dev/spec/v1/registry-version-manifest.schema.json"
324
+ },
325
+ {
326
+ "file": "schemas/residency.schema.json",
327
+ "$id": "https://openwop.dev/spec/v1/residency.schema.json"
328
+ },
329
+ {
330
+ "file": "schemas/run-ancestry-response.schema.json",
331
+ "$id": "https://openwop.dev/spec/v1/run-ancestry-response.schema.json"
332
+ },
333
+ {
334
+ "file": "schemas/run-diff-response.schema.json",
335
+ "$id": "https://openwop.dev/spec/v1/run-diff-response.schema.json"
336
+ },
337
+ {
338
+ "file": "schemas/run-event-payloads.schema.json",
339
+ "$id": "https://openwop.dev/spec/v1/run-event-payloads.schema.json"
340
+ },
341
+ {
342
+ "file": "schemas/run-event.schema.json",
343
+ "$id": "https://openwop.dev/spec/v1/run-event.schema.json"
344
+ },
345
+ {
346
+ "file": "schemas/run-options.schema.json",
347
+ "$id": "https://openwop.dev/spec/v1/run-options.schema.json"
348
+ },
349
+ {
350
+ "file": "schemas/run-orchestrator-decided-event.schema.json",
351
+ "$id": "https://openwop.dev/spec/v1/run-orchestrator-decided-event.schema.json"
352
+ },
353
+ {
354
+ "file": "schemas/run-snapshot.schema.json",
355
+ "$id": "https://openwop.dev/spec/v1/run-snapshot.schema.json"
356
+ },
357
+ {
358
+ "file": "schemas/security-advisory.schema.json",
359
+ "$id": "https://openwop.dev/spec/v1/security-advisory.schema.json"
360
+ },
361
+ {
362
+ "file": "schemas/self-hosted-runner-dispatch-frame.schema.json",
363
+ "$id": "https://openwop.dev/spec/v1/self-hosted-runner-dispatch-frame.schema.json"
364
+ },
365
+ {
366
+ "file": "schemas/self-hosted-runner-registration.schema.json",
367
+ "$id": "https://openwop.dev/spec/v1/self-hosted-runner-registration.schema.json"
368
+ },
369
+ {
370
+ "file": "schemas/self-hosted-runner-result-frame.schema.json",
371
+ "$id": "https://openwop.dev/spec/v1/self-hosted-runner-result-frame.schema.json"
372
+ },
373
+ {
374
+ "file": "schemas/subject.schema.json",
375
+ "$id": "https://openwop.dev/spec/v1/subject.schema.json"
376
+ },
377
+ {
378
+ "file": "schemas/suspend-request.schema.json",
379
+ "$id": "https://openwop.dev/spec/v1/suspend-request.schema.json"
380
+ },
381
+ {
382
+ "file": "schemas/tool-descriptor.schema.json",
383
+ "$id": "https://openwop.dev/spec/v1/tool-descriptor.schema.json"
384
+ },
385
+ {
386
+ "file": "schemas/trigger-event.schema.json",
387
+ "$id": "https://openwop.dev/spec/v1/trigger-event.schema.json"
388
+ },
389
+ {
390
+ "file": "schemas/trigger-subscription-registration.schema.json",
391
+ "$id": "https://openwop.dev/spec/v1/trigger-subscription-registration.schema.json"
392
+ },
393
+ {
394
+ "file": "schemas/trigger-subscription.schema.json",
395
+ "$id": "https://openwop.dev/spec/v1/trigger-subscription.schema.json"
396
+ },
397
+ {
398
+ "file": "schemas/ui-plugin-message.schema.json",
399
+ "$id": "https://openwop.dev/spec/v1/ui-plugin-message.schema.json"
400
+ },
401
+ {
402
+ "file": "schemas/workflow-chain-pack-manifest.schema.json",
403
+ "$id": "https://openwop.dev/spec/v1/workflow-chain-pack-manifest.schema.json"
404
+ },
405
+ {
406
+ "file": "schemas/workflow-definition.schema.json",
407
+ "$id": "https://openwop.dev/spec/v1/workflow-definition.schema.json"
408
+ },
409
+ {
410
+ "file": "schemas/workload-identity.schema.json",
411
+ "$id": "https://openwop.dev/spec/v1/workload-identity.schema.json"
412
+ },
413
+ {
414
+ "file": "schemas/workspace-file-create.schema.json",
415
+ "$id": "https://openwop.dev/spec/v1/workspace-file-create.schema.json"
416
+ },
417
+ {
418
+ "file": "schemas/workspace-file.schema.json",
419
+ "$id": "https://openwop.dev/spec/v1/workspace-file.schema.json"
420
+ }
421
+ ],
422
+ "digest": "b4fec837a0301ce9015b610bd3ec6ff055cf6ae716049dac18b5fd8184a1ff7c"
423
+ }