@claudexor/schema 1.0.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.
- package/LICENSE +21 -0
- package/README.md +16 -0
- package/dist/agent-capabilities.d.ts +366 -0
- package/dist/agent-capabilities.d.ts.map +1 -0
- package/dist/agent-capabilities.js +125 -0
- package/dist/agent-capabilities.js.map +1 -0
- package/dist/apply-eligibility.d.ts +76 -0
- package/dist/apply-eligibility.d.ts.map +1 -0
- package/dist/apply-eligibility.js +37 -0
- package/dist/apply-eligibility.js.map +1 -0
- package/dist/attachment.d.ts +69 -0
- package/dist/attachment.d.ts.map +1 -0
- package/dist/attachment.js +54 -0
- package/dist/attachment.js.map +1 -0
- package/dist/budget.d.ts +75 -0
- package/dist/budget.d.ts.map +1 -0
- package/dist/budget.js +54 -0
- package/dist/budget.js.map +1 -0
- package/dist/config.d.ts +743 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +194 -0
- package/dist/config.js.map +1 -0
- package/dist/context.d.ts +222 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/context.js +70 -0
- package/dist/context.js.map +1 -0
- package/dist/control-run-detail.d.ts +1686 -0
- package/dist/control-run-detail.d.ts.map +1 -0
- package/dist/control-run-detail.js +107 -0
- package/dist/control-run-detail.js.map +1 -0
- package/dist/control-trust.d.ts +79 -0
- package/dist/control-trust.d.ts.map +1 -0
- package/dist/control-trust.js +39 -0
- package/dist/control-trust.js.map +1 -0
- package/dist/control.d.ts +4226 -0
- package/dist/control.d.ts.map +1 -0
- package/dist/control.js +1022 -0
- package/dist/control.js.map +1 -0
- package/dist/decision.d.ts +208 -0
- package/dist/decision.d.ts.map +1 -0
- package/dist/decision.js +98 -0
- package/dist/decision.js.map +1 -0
- package/dist/events.d.ts +70 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/events.js +105 -0
- package/dist/events.js.map +1 -0
- package/dist/gate.d.ts +37 -0
- package/dist/gate.d.ts.map +1 -0
- package/dist/gate.js +20 -0
- package/dist/gate.js.map +1 -0
- package/dist/harness.d.ts +1418 -0
- package/dist/harness.d.ts.map +1 -0
- package/dist/harness.js +552 -0
- package/dist/harness.js.map +1 -0
- package/dist/index.d.ts +32 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/orchestrate.d.ts +428 -0
- package/dist/orchestrate.d.ts.map +1 -0
- package/dist/orchestrate.js +246 -0
- package/dist/orchestrate.js.map +1 -0
- package/dist/primitives.d.ts +71 -0
- package/dist/primitives.d.ts.map +1 -0
- package/dist/primitives.js +114 -0
- package/dist/primitives.js.map +1 -0
- package/dist/review.d.ts +220 -0
- package/dist/review.d.ts.map +1 -0
- package/dist/review.js +91 -0
- package/dist/review.js.map +1 -0
- package/dist/route.d.ts +67 -0
- package/dist/route.d.ts.map +1 -0
- package/dist/route.js +33 -0
- package/dist/route.js.map +1 -0
- package/dist/spec.d.ts +561 -0
- package/dist/spec.d.ts.map +1 -0
- package/dist/spec.js +133 -0
- package/dist/spec.js.map +1 -0
- package/dist/surface-run-controls.d.ts +14 -0
- package/dist/surface-run-controls.d.ts.map +1 -0
- package/dist/surface-run-controls.js +142 -0
- package/dist/surface-run-controls.js.map +1 -0
- package/dist/task.d.ts +565 -0
- package/dist/task.d.ts.map +1 -0
- package/dist/task.js +186 -0
- package/dist/task.js.map +1 -0
- package/dist/telemetry.d.ts +660 -0
- package/dist/telemetry.d.ts.map +1 -0
- package/dist/telemetry.js +140 -0
- package/dist/telemetry.js.map +1 -0
- package/dist/thread.d.ts +348 -0
- package/dist/thread.d.ts.map +1 -0
- package/dist/thread.js +194 -0
- package/dist/thread.js.map +1 -0
- package/dist/workproduct.d.ts +31 -0
- package/dist/workproduct.d.ts.map +1 -0
- package/dist/workproduct.js +25 -0
- package/dist/workproduct.js.map +1 -0
- package/dist/workspace.d.ts +53 -0
- package/dist/workspace.d.ts.map +1 -0
- package/dist/workspace.js +30 -0
- package/dist/workspace.js.map +1 -0
- package/generated/AgentCapabilityCatalog.schema.json +389 -0
- package/generated/ApplyEligibility.schema.json +44 -0
- package/generated/BudgetLease.schema.json +95 -0
- package/generated/BudgetObservation.schema.json +76 -0
- package/generated/ConformanceReport.schema.json +107 -0
- package/generated/ContextPack.schema.json +186 -0
- package/generated/ControlApplyCheckRequest.schema.json +54 -0
- package/generated/ControlApplyRequest.schema.json +74 -0
- package/generated/ControlHarnessListResponse.schema.json +498 -0
- package/generated/ControlHarnessModelsResponse.schema.json +78 -0
- package/generated/ControlHarnessSettingsPatch.schema.json +130 -0
- package/generated/ControlInteractionAnswerRequest.schema.json +48 -0
- package/generated/ControlInteractionAnswerResponse.schema.json +35 -0
- package/generated/ControlPendingInteraction.schema.json +129 -0
- package/generated/ControlQueuedRunInfo.schema.json +44 -0
- package/generated/ControlRunControlRequest.schema.json +61 -0
- package/generated/ControlRunControlResponse.schema.json +40 -0
- package/generated/ControlRunDecisionRequest.schema.json +98 -0
- package/generated/ControlRunDecisionResponse.schema.json +40 -0
- package/generated/ControlRunDetail.schema.json +1925 -0
- package/generated/ControlRunStartInfo.schema.json +33 -0
- package/generated/ControlRunStartRequest.schema.json +429 -0
- package/generated/ControlRunSummary.schema.json +666 -0
- package/generated/ControlSecretListResponse.schema.json +57 -0
- package/generated/ControlSettingsSnapshot.schema.json +281 -0
- package/generated/ControlSettingsUpdateRequest.schema.json +212 -0
- package/generated/ControlSetupJob.schema.json +148 -0
- package/generated/ControlSetupJobConfirmRequest.schema.json +18 -0
- package/generated/ControlSetupJobCreateRequest.schema.json +38 -0
- package/generated/ControlSetupJobEvent.schema.json +58 -0
- package/generated/ControlSetupJobListResponse.schema.json +162 -0
- package/generated/ControlSpecFreezeRequest.schema.json +83 -0
- package/generated/ControlSpecQuestionsRequest.schema.json +80 -0
- package/generated/ControlThread.schema.json +129 -0
- package/generated/ControlThreadApplyRequest.schema.json +32 -0
- package/generated/ControlThreadApplyResponse.schema.json +47 -0
- package/generated/ControlThreadCreateRequest.schema.json +107 -0
- package/generated/ControlThreadDetail.schema.json +515 -0
- package/generated/ControlThreadListResponse.schema.json +141 -0
- package/generated/ControlThreadUpdateRequest.schema.json +46 -0
- package/generated/ControlTrustListResponse.schema.json +59 -0
- package/generated/ControlTrustState.schema.json +45 -0
- package/generated/ControlTrustUpdateRequest.schema.json +26 -0
- package/generated/DecisionRecord.schema.json +232 -0
- package/generated/GateResult.schema.json +81 -0
- package/generated/GlobalConfig.schema.json +313 -0
- package/generated/HarnessEvent.schema.json +360 -0
- package/generated/HarnessManifest.schema.json +350 -0
- package/generated/HarnessModel.schema.json +41 -0
- package/generated/HarnessStatusDto.schema.json +486 -0
- package/generated/McpRunToolResult.schema.json +91 -0
- package/generated/OrchestrateContract.schema.json +93 -0
- package/generated/OrchestratePlan.schema.json +244 -0
- package/generated/OrchestratePlanProgress.schema.json +103 -0
- package/generated/ProjectConfig.schema.json +95 -0
- package/generated/ReviewFinding.schema.json +226 -0
- package/generated/RouteFallbackPayload.schema.json +79 -0
- package/generated/RouteProof.schema.json +111 -0
- package/generated/RunControl.schema.json +51 -0
- package/generated/RunEvent.schema.json +103 -0
- package/generated/RunFailure.schema.json +98 -0
- package/generated/RunTelemetry.schema.json +433 -0
- package/generated/SecretMetadata.schema.json +34 -0
- package/generated/Session.schema.json +80 -0
- package/generated/SessionReboundLineage.schema.json +73 -0
- package/generated/SpecPack.schema.json +372 -0
- package/generated/TaskContract.schema.json +501 -0
- package/generated/Thread.schema.json +176 -0
- package/generated/ThreadTurn.schema.json +172 -0
- package/generated/TrustConfig.schema.json +44 -0
- package/generated/WorkProduct.schema.json +60 -0
- package/generated/WorkspaceEnvelope.schema.json +94 -0
- package/package.json +43 -0
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/SpecPack",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"SpecPack": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"schema_version": {
|
|
8
|
+
"type": "number",
|
|
9
|
+
"const": 2,
|
|
10
|
+
"description": "Schema version of the artifact; bumped on breaking ABI changes."
|
|
11
|
+
},
|
|
12
|
+
"id": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"minLength": 1,
|
|
15
|
+
"description": "SpecPack id."
|
|
16
|
+
},
|
|
17
|
+
"created_at": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"minLength": 1,
|
|
20
|
+
"description": "When this SpecPack revision was created."
|
|
21
|
+
},
|
|
22
|
+
"version": {
|
|
23
|
+
"type": "integer",
|
|
24
|
+
"exclusiveMinimum": 0,
|
|
25
|
+
"default": 1,
|
|
26
|
+
"description": "Monotonic revision; each freeze increments it."
|
|
27
|
+
},
|
|
28
|
+
"frozen": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": false,
|
|
31
|
+
"description": "Whether the spec is frozen (immutable and runnable)."
|
|
32
|
+
},
|
|
33
|
+
"intent": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"raw": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "The user's original request, verbatim."
|
|
39
|
+
},
|
|
40
|
+
"normalized": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "Optional normalized restatement of the request."
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"required": [
|
|
46
|
+
"raw"
|
|
47
|
+
],
|
|
48
|
+
"additionalProperties": false,
|
|
49
|
+
"description": "The user intent this spec captures."
|
|
50
|
+
},
|
|
51
|
+
"summary": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"default": "",
|
|
54
|
+
"description": "Short human-readable summary of the spec."
|
|
55
|
+
},
|
|
56
|
+
"success_criteria": {
|
|
57
|
+
"type": "array",
|
|
58
|
+
"items": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {
|
|
61
|
+
"id": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"minLength": 1,
|
|
64
|
+
"description": "Criterion id."
|
|
65
|
+
},
|
|
66
|
+
"behavior": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"description": "Required behavior, EARS style (WHEN <condition>, THE SYSTEM SHALL <behavior>)."
|
|
69
|
+
},
|
|
70
|
+
"required": {
|
|
71
|
+
"type": "boolean",
|
|
72
|
+
"default": true,
|
|
73
|
+
"description": "Whether this criterion is required (vs advisory)."
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"required": [
|
|
77
|
+
"id",
|
|
78
|
+
"behavior"
|
|
79
|
+
],
|
|
80
|
+
"additionalProperties": false,
|
|
81
|
+
"description": "Acceptance criterion in EARS style."
|
|
82
|
+
},
|
|
83
|
+
"default": [],
|
|
84
|
+
"description": "Acceptance criteria the implementation is held to."
|
|
85
|
+
},
|
|
86
|
+
"non_goals": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"default": [],
|
|
92
|
+
"description": "Explicitly out-of-scope outcomes."
|
|
93
|
+
},
|
|
94
|
+
"forbidden_approaches": {
|
|
95
|
+
"type": "array",
|
|
96
|
+
"items": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
},
|
|
99
|
+
"default": [],
|
|
100
|
+
"description": "Approaches the implementation must not take."
|
|
101
|
+
},
|
|
102
|
+
"decided_tradeoffs": {
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"default": [],
|
|
108
|
+
"description": "Tradeoffs already decided during the interview."
|
|
109
|
+
},
|
|
110
|
+
"constraints": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"properties": {
|
|
113
|
+
"protected_paths": {
|
|
114
|
+
"type": "array",
|
|
115
|
+
"items": {
|
|
116
|
+
"type": "string"
|
|
117
|
+
},
|
|
118
|
+
"default": [],
|
|
119
|
+
"description": "Spec-owned protected path globs that raise review risk; per-run approvals cannot be frozen into a spec."
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"additionalProperties": false,
|
|
123
|
+
"description": "Constraints frozen into the spec.",
|
|
124
|
+
"default": {}
|
|
125
|
+
},
|
|
126
|
+
"tests": {
|
|
127
|
+
"type": "array",
|
|
128
|
+
"items": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"properties": {
|
|
131
|
+
"id": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"minLength": 1,
|
|
134
|
+
"description": "Test command id."
|
|
135
|
+
},
|
|
136
|
+
"command": {
|
|
137
|
+
"type": "string",
|
|
138
|
+
"description": "Shell command executed as a deterministic gate."
|
|
139
|
+
},
|
|
140
|
+
"required": {
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"default": true,
|
|
143
|
+
"description": "Whether this test must pass (vs advisory)."
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"required": [
|
|
147
|
+
"id",
|
|
148
|
+
"command"
|
|
149
|
+
],
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"description": "A deterministic test command used as a verification gate."
|
|
152
|
+
},
|
|
153
|
+
"default": [],
|
|
154
|
+
"description": "Deterministic test commands frozen into the spec."
|
|
155
|
+
},
|
|
156
|
+
"tasks": {
|
|
157
|
+
"type": "array",
|
|
158
|
+
"items": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"id": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"minLength": 1,
|
|
164
|
+
"description": "Task id."
|
|
165
|
+
},
|
|
166
|
+
"title": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"description": "Human-readable task title."
|
|
169
|
+
},
|
|
170
|
+
"depends_on": {
|
|
171
|
+
"type": "array",
|
|
172
|
+
"items": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"minLength": 1,
|
|
175
|
+
"description": "Non-empty identifier string."
|
|
176
|
+
},
|
|
177
|
+
"default": [],
|
|
178
|
+
"description": "Ids of tasks that must complete first."
|
|
179
|
+
},
|
|
180
|
+
"done": {
|
|
181
|
+
"type": "boolean",
|
|
182
|
+
"default": false,
|
|
183
|
+
"description": "Whether the task has been completed."
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"required": [
|
|
187
|
+
"id",
|
|
188
|
+
"title"
|
|
189
|
+
],
|
|
190
|
+
"additionalProperties": false,
|
|
191
|
+
"description": "A dependency-ordered task in the implementation checklist."
|
|
192
|
+
},
|
|
193
|
+
"default": [],
|
|
194
|
+
"description": "Dependency-ordered implementation checklist."
|
|
195
|
+
},
|
|
196
|
+
"open_questions": {
|
|
197
|
+
"type": "array",
|
|
198
|
+
"items": {
|
|
199
|
+
"type": "object",
|
|
200
|
+
"properties": {
|
|
201
|
+
"id": {
|
|
202
|
+
"type": "string",
|
|
203
|
+
"minLength": 1,
|
|
204
|
+
"description": "Clarification id."
|
|
205
|
+
},
|
|
206
|
+
"claim": {
|
|
207
|
+
"type": "string",
|
|
208
|
+
"description": "The ambiguous claim or open question that needs resolution."
|
|
209
|
+
},
|
|
210
|
+
"status": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"enum": [
|
|
213
|
+
"open",
|
|
214
|
+
"resolved"
|
|
215
|
+
],
|
|
216
|
+
"default": "open",
|
|
217
|
+
"description": "Whether the ambiguity is still open or has been resolved."
|
|
218
|
+
},
|
|
219
|
+
"resolution": {
|
|
220
|
+
"type": [
|
|
221
|
+
"string",
|
|
222
|
+
"null"
|
|
223
|
+
],
|
|
224
|
+
"default": null,
|
|
225
|
+
"description": "How the ambiguity was resolved; null while open."
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"required": [
|
|
229
|
+
"id",
|
|
230
|
+
"claim"
|
|
231
|
+
],
|
|
232
|
+
"additionalProperties": false,
|
|
233
|
+
"description": "An explicit unresolved ambiguity (NEEDS_CLARIFICATION); the interview refuses to freeze while any is open."
|
|
234
|
+
},
|
|
235
|
+
"default": [],
|
|
236
|
+
"description": "Unresolved ambiguities; must all be resolved before freezing."
|
|
237
|
+
},
|
|
238
|
+
"interview": {
|
|
239
|
+
"type": "object",
|
|
240
|
+
"properties": {
|
|
241
|
+
"questions": {
|
|
242
|
+
"type": "array",
|
|
243
|
+
"items": {
|
|
244
|
+
"type": "object",
|
|
245
|
+
"properties": {
|
|
246
|
+
"id": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"minLength": 1,
|
|
249
|
+
"description": "Question id."
|
|
250
|
+
},
|
|
251
|
+
"tier": {
|
|
252
|
+
"type": "integer",
|
|
253
|
+
"minimum": 0,
|
|
254
|
+
"default": 0,
|
|
255
|
+
"description": "Hierarchical depth of the question (0 = foundational)."
|
|
256
|
+
},
|
|
257
|
+
"prompt": {
|
|
258
|
+
"type": "string",
|
|
259
|
+
"description": "The question text shown to the user."
|
|
260
|
+
},
|
|
261
|
+
"kind": {
|
|
262
|
+
"type": "string",
|
|
263
|
+
"enum": [
|
|
264
|
+
"single",
|
|
265
|
+
"multi",
|
|
266
|
+
"text"
|
|
267
|
+
],
|
|
268
|
+
"description": "Answer shape of an interview question: single choice, multiple choice, or free text.",
|
|
269
|
+
"default": "single"
|
|
270
|
+
},
|
|
271
|
+
"options": {
|
|
272
|
+
"type": "array",
|
|
273
|
+
"items": {
|
|
274
|
+
"type": "object",
|
|
275
|
+
"properties": {
|
|
276
|
+
"id": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"minLength": 1,
|
|
279
|
+
"description": "Option id."
|
|
280
|
+
},
|
|
281
|
+
"label": {
|
|
282
|
+
"type": "string",
|
|
283
|
+
"description": "Human-readable option label."
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"required": [
|
|
287
|
+
"id",
|
|
288
|
+
"label"
|
|
289
|
+
],
|
|
290
|
+
"additionalProperties": false,
|
|
291
|
+
"description": "One selectable option of an interview question."
|
|
292
|
+
},
|
|
293
|
+
"default": [],
|
|
294
|
+
"description": "Selectable options; empty for pure free-text questions."
|
|
295
|
+
},
|
|
296
|
+
"allow_text": {
|
|
297
|
+
"type": "boolean",
|
|
298
|
+
"default": false,
|
|
299
|
+
"description": "Whether free-text is accepted in addition to or instead of options."
|
|
300
|
+
},
|
|
301
|
+
"rationale": {
|
|
302
|
+
"type": "string",
|
|
303
|
+
"description": "Why this question matters for the spec."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"required": [
|
|
307
|
+
"id",
|
|
308
|
+
"prompt"
|
|
309
|
+
],
|
|
310
|
+
"additionalProperties": false,
|
|
311
|
+
"description": "One quiz card of the spec interview."
|
|
312
|
+
},
|
|
313
|
+
"default": [],
|
|
314
|
+
"description": "Questions asked during the interview."
|
|
315
|
+
},
|
|
316
|
+
"answers": {
|
|
317
|
+
"type": "array",
|
|
318
|
+
"items": {
|
|
319
|
+
"type": "object",
|
|
320
|
+
"properties": {
|
|
321
|
+
"question_id": {
|
|
322
|
+
"type": "string",
|
|
323
|
+
"minLength": 1,
|
|
324
|
+
"description": "Id of the question being answered."
|
|
325
|
+
},
|
|
326
|
+
"option_ids": {
|
|
327
|
+
"type": "array",
|
|
328
|
+
"items": {
|
|
329
|
+
"$ref": "#/definitions/SpecPack/properties/tasks/items/properties/depends_on/items"
|
|
330
|
+
},
|
|
331
|
+
"default": [],
|
|
332
|
+
"description": "Ids of the selected options."
|
|
333
|
+
},
|
|
334
|
+
"text": {
|
|
335
|
+
"type": [
|
|
336
|
+
"string",
|
|
337
|
+
"null"
|
|
338
|
+
],
|
|
339
|
+
"default": null,
|
|
340
|
+
"description": "Free-text answer; null when only options were selected."
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"required": [
|
|
344
|
+
"question_id"
|
|
345
|
+
],
|
|
346
|
+
"additionalProperties": false,
|
|
347
|
+
"description": "The user's answer to one interview question."
|
|
348
|
+
},
|
|
349
|
+
"default": [],
|
|
350
|
+
"description": "The user's answers."
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"additionalProperties": false,
|
|
354
|
+
"default": {
|
|
355
|
+
"questions": [],
|
|
356
|
+
"answers": []
|
|
357
|
+
},
|
|
358
|
+
"description": "The clarify-quiz transcript this spec was built from."
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"required": [
|
|
362
|
+
"schema_version",
|
|
363
|
+
"id",
|
|
364
|
+
"created_at",
|
|
365
|
+
"intent"
|
|
366
|
+
],
|
|
367
|
+
"additionalProperties": false,
|
|
368
|
+
"description": "The frozen, versioned, diffable specification produced by the spec interview; the SSOT a run is held to, mapping deterministically into a TaskContract."
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
372
|
+
}
|