@openwop/spec-artifacts 2.0.0-rc.38 → 2.0.0-rc.8

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 (33) hide show
  1. package/CORPUS-STAMP.json +31 -33
  2. package/api/seams-v2.yaml +1 -1
  3. package/api/v2/asyncapi.yaml +1 -1
  4. package/api/v2/openapi.yaml +10 -9
  5. package/package.json +5 -18
  6. package/schemas/capabilities.schema.json +1 -40
  7. package/schemas/run-snapshot.schema.json +33 -103
  8. package/schemas/v2/agent-deployment-transition.schema.json +6 -5
  9. package/schemas/v2/agent-deployment.schema.json +9 -8
  10. package/schemas/v2/agent-eval-suite.schema.json +12 -11
  11. package/schemas/v2/artifact-type-pack-manifest.schema.json +18 -22
  12. package/schemas/v2/capabilities.schema.json +0 -39
  13. package/schemas/v2/certification-bundle.schema.json +1 -1
  14. package/schemas/v2/chat-card-pack-manifest.schema.json +15 -19
  15. package/schemas/v2/debug-bundle.schema.json +6 -6
  16. package/schemas/v2/eval-summary.schema.json +10 -17
  17. package/schemas/v2/goal.schema.json +5 -5
  18. package/schemas/v2/ids.schema.json +22 -120
  19. package/schemas/v2/node-pack-manifest.schema.json +31 -27
  20. package/schemas/v2/proposal.schema.json +8 -7
  21. package/schemas/v2/run-event-payloads.schema.json +242 -246
  22. package/schemas/v2/run-event.schema.json +126 -2
  23. package/schemas/v2/run-snapshot.schema.json +13 -34
  24. package/schemas/v2/workflow-chain-pack-manifest.schema.json +45 -41
  25. package/schemas/v2/workflow-definition.schema.json +36 -31
  26. package/spec/v1/core-standard-manifest.json +2 -2
  27. package/spec/v1/deprecations.json +67 -79
  28. package/spec/v1/deprecations.schema.json +7 -23
  29. package/spec/v1/extensions.json +2 -3
  30. package/spec/v2/declaration.json +0 -7
  31. package/spec/v2/release.json +2 -2
  32. package/schemas/v2/webhook-delivery.schema.json +0 -26
  33. package/spec/v2/id-field-bindings.json +0 -104
@@ -1,104 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "//": "The explicit coverage map for spec/v2/core/identity.md \u00a75 ('every id field in every v2 schema and every api/v2/openapi.yaml parameter and response body MUST $ref its kind'). It exists because the obvious check \u2014 fire when a property NAME equals a $def name \u2014 enforces \u00a75 only where naming happens to align. 88 *Id properties live in schemas/v2/; only 20 share a name with a kind. childRunId sat as {type:string,minLength:1} in the same file where parentRunId was correctly $ref'd, so a child run's identifier carried no tenant segment for the mandatory 403 id_tenant_mismatch refusal to read. A name-matching check would have reported green over it. Every *Id property MUST appear here exactly once: under `bindings` (it IS that kind and MUST $ref it) or under `notAKind` (nothing in ids.schema.json governs it, with the reason). A property in neither fails the check, so a new id field cannot be added without someone deciding which it is. PLURAL ARRAYS: a `*Ids` property is covered through its `items` schema, which MUST $ref the kind. The first version of this map saw only `/Id$/`, and a tier-1 host found `POST /runs:bulk-cancel` taking runIds[] from the body untyped \u2014 every tenant-bound id a v2 client owned answered not_found, silently.",
4
- "bindings": {
5
- "agentId": "agentId",
6
- "artifactTypeId": "typeId",
7
- "baselineRunId": "runId",
8
- "cardTypeId": "typeId",
9
- "causationId": "eventId",
10
- "chainId": "chainId",
11
- "childRunId": "runId",
12
- "childWorkflowId": "workflowId",
13
- "contributingRunIds": "runId",
14
- "currentNodeId": "nodeId",
15
- "deliveryId": "deliveryId",
16
- "effectId": "effectId",
17
- "enqueuedRunId": "runId",
18
- "evalRunId": "runId",
19
- "eventId": "eventId",
20
- "failedNodeId": "nodeId",
21
- "fromAgentId": "agentId",
22
- "interruptId": "interruptId",
23
- "keyId": "keyId",
24
- "lastNodeId": "nodeId",
25
- "libraryId": "libraryId",
26
- "nodeId": "nodeId",
27
- "nodeIds": "nodeId",
28
- "nodeTypeId": "typeId",
29
- "originalEventId": "eventId",
30
- "parentRunId": "runId",
31
- "parentSpanId": "spanId",
32
- "pinnedNodeIds": "nodeId",
33
- "pluginId": "pluginId",
34
- "runId": "runId",
35
- "signingKeyId": "keyId",
36
- "sourceNodeId": "nodeId",
37
- "sourceRunId": "runId",
38
- "sourceRunIds": "runId",
39
- "spanId": "spanId",
40
- "subjectId": "subjectId",
41
- "subscriptionId": "subscriptionId",
42
- "targetAgentId": "agentId",
43
- "targetNodeId": "nodeId",
44
- "templateId": "templateId",
45
- "tenantId": "tenantId",
46
- "toAgentId": "agentId",
47
- "traceId": "traceId",
48
- "triggerSubscriptionId": "subscriptionId",
49
- "typeId": "typeId",
50
- "workflowId": "workflowId",
51
- "workspaceId": "workspaceId"
52
- },
53
- "notAKind": {
54
- "annotationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
55
- "approvalGateId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
56
- "approvalId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
57
- "artifactId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
58
- "auditCorrelationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
59
- "callId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
60
- "causationHostId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
61
- "changeId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
62
- "changelogId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
63
- "commitmentId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
64
- "compensationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
65
- "contextId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
66
- "conversationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
67
- "correlationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
68
- "credentialId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
69
- "cveIds": "CVE identifiers; the owning schema carries the ^CVE-[0-9]{4}-[0-9]+$ grammar",
70
- "departmentId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
71
- "envelopeId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
72
- "goalId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
73
- "groupId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
74
- "heartbeatId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
75
- "hostId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
76
- "instanceId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
77
- "invocationId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
78
- "leaseId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
79
- "memoryId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
80
- "mergedIds": "memory-entry ids (agentMemoryConsolidated); no openwop id kind governs memory entries",
81
- "messageId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
82
- "nextWorkerIds": "a UNION \u2014 \"worker node-ids OR agent-ids\", so no single kind can bind it; binding to either would reject the other legitimate form",
83
- "outputId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
84
- "pageId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
85
- "parentDepartmentId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
86
- "proposalId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
87
- "roleId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
88
- "rosterId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
89
- "runnerId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
90
- "scopeId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
91
- "sectionId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
92
- "sessionId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
93
- "sourceEngineId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
94
- "sourceIds": "memory-entry ids (memoryCompacted); no openwop id kind governs memory entries",
95
- "sourceManifestId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
96
- "speakerId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
97
- "stepId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
98
- "suiteId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
99
- "taskId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
100
- "toolId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
101
- "webhookId": "no openwop id kind governs this surface; the grammar is the owning schema's own",
102
- "workerId": "no openwop id kind governs this surface; the grammar is the owning schema's own"
103
- }
104
- }