@claudexor/schema 3.10.5 → 3.12.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/dist/agent-capabilities.d.ts +24 -0
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +5 -0
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/attempt-execution.d.ts +112 -0
- package/dist/attempt-execution.d.ts.map +1 -0
- package/dist/attempt-execution.js +15 -0
- package/dist/attempt-execution.js.map +1 -0
- package/dist/budget.d.ts +76 -0
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +12 -0
- package/dist/budget.js.map +1 -1
- package/dist/control-harness-list.d.ts +18 -0
- package/dist/control-harness-list.d.ts.map +1 -1
- package/dist/control-harness-models.d.ts +1042 -0
- package/dist/control-harness-models.d.ts.map +1 -0
- package/dist/control-harness-models.js +47 -0
- package/dist/control-harness-models.js.map +1 -0
- package/dist/control-operation-responses.d.ts +73 -21
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +6 -0
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +270 -85
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +12 -1
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-execution.d.ts +6 -0
- package/dist/control-run-execution.d.ts.map +1 -1
- package/dist/control-run-execution.js +6 -0
- package/dist/control-run-execution.js.map +1 -1
- package/dist/control-thread-apply.d.ts +12 -0
- package/dist/control-thread-apply.d.ts.map +1 -1
- package/dist/control.d.ts +181 -146
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +25 -33
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +36 -0
- package/dist/credential-profile-snapshot.d.ts.map +1 -1
- package/dist/decision.d.ts +16 -8
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +5 -0
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +8 -0
- package/dist/delivery.d.ts.map +1 -1
- package/dist/delivery.js +1 -0
- package/dist/delivery.js.map +1 -1
- package/dist/events.d.ts +20 -0
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +23 -1
- package/dist/events.js.map +1 -1
- package/dist/files-manifest.d.ts +501 -0
- package/dist/files-manifest.d.ts.map +1 -0
- package/dist/files-manifest.js +77 -0
- package/dist/files-manifest.js.map +1 -0
- package/dist/harness-model.d.ts +86 -0
- package/dist/harness-model.d.ts.map +1 -0
- package/dist/harness-model.js +34 -0
- package/dist/harness-model.js.map +1 -0
- package/dist/harness.d.ts +183 -27
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +19 -31
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-run-result.d.ts +379 -56
- package/dist/mcp-run-result.d.ts.map +1 -1
- package/dist/mcp-run-result.js +3 -0
- package/dist/mcp-run-result.js.map +1 -1
- package/dist/model-operation.d.ts +1371 -0
- package/dist/model-operation.d.ts.map +1 -1
- package/dist/model-operation.js +36 -0
- package/dist/model-operation.js.map +1 -1
- package/dist/processing.d.ts +94 -0
- package/dist/processing.d.ts.map +1 -0
- package/dist/processing.js +45 -0
- package/dist/processing.js.map +1 -0
- package/dist/readiness.d.ts +14 -0
- package/dist/readiness.d.ts.map +1 -1
- package/dist/run-facts.d.ts +28 -28
- package/dist/run-facts.js +4 -4
- package/dist/run-facts.js.map +1 -1
- package/dist/run-strategy.d.ts +1 -0
- package/dist/run-strategy.d.ts.map +1 -1
- package/dist/run-strategy.js +2 -0
- package/dist/run-strategy.js.map +1 -1
- package/dist/status-projection.d.ts.map +1 -1
- package/dist/status-projection.js +3 -1
- package/dist/status-projection.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +22 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +9 -0
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +2 -0
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +263 -41
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +5 -8
- package/dist/telemetry.js.map +1 -1
- package/dist/workproduct.d.ts +4 -4
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js +4 -4
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +14 -11
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +14 -9
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +25 -0
- package/generated/AttemptExecutionEvidence.schema.json +187 -0
- package/generated/BudgetLease.schema.json +39 -0
- package/generated/ControlApplyCheckRequest.schema.json +7 -0
- package/generated/ControlApplyRequest.schema.json +7 -0
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +25 -0
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +25 -0
- package/generated/ControlDeliveryResponse.schema.json +10 -0
- package/generated/ControlHarnessAccountCatalog.schema.json +208 -0
- package/generated/ControlHarnessAccountModelsResponse.schema.json +320 -0
- package/generated/ControlHarnessListResponse.schema.json +25 -0
- package/generated/ControlHarnessModelsQueryResponse.schema.json +347 -0
- package/generated/ControlHarnessModelsResponse.schema.json +89 -0
- package/generated/ControlModelAccountCatalogResponse.schema.json +339 -0
- package/generated/ControlModelCatalogQueryResponse.schema.json +346 -0
- package/generated/ControlModelCatalogResponse.schema.json +86 -0
- package/generated/ControlModelOperationDetail.schema.json +39 -0
- package/generated/ControlModelSourcesAccountsResponse.schema.json +61 -0
- package/generated/ControlModelSourcesQueryResponse.schema.json +98 -0
- package/generated/ControlRunAgainDraft.schema.json +29 -0
- package/generated/ControlRunDecisionRequest.schema.json +4 -3
- package/generated/ControlRunDecisionResponse.schema.json +2 -1
- package/generated/ControlRunDetail.schema.json +234 -28
- package/generated/ControlRunListResponse.schema.json +18 -4
- package/generated/ControlRunStartRequest.schema.json +29 -0
- package/generated/ControlRunSummary.schema.json +18 -4
- package/generated/ControlThreadApplyResponse.schema.json +10 -0
- package/generated/ControlThreadDetail.schema.json +9 -4
- package/generated/ControlThreadTurnRequest.schema.json +45 -0
- package/generated/DecisionRecord.schema.json +8 -1
- package/generated/HarnessEvent.schema.json +146 -0
- package/generated/HarnessManifest.schema.json +25 -0
- package/generated/HarnessModel.schema.json +89 -0
- package/generated/HarnessStatusDto.schema.json +25 -0
- package/generated/JournaledRunCreatedPayload.schema.json +37 -0
- package/generated/McpRunHandleResult.schema.json +205 -9
- package/generated/McpRunToolResult.schema.json +196 -9
- package/generated/ModelCallRequest.schema.json +9 -0
- package/generated/ModelCallResult.schema.json +124 -0
- package/generated/ProcessingCapability.schema.json +95 -0
- package/generated/ProcessingCostBasis.schema.json +45 -0
- package/generated/ProcessingPreference.schema.json +15 -0
- package/generated/ProcessingReceipt.schema.json +94 -0
- package/generated/RunFacts.schema.json +6 -1
- package/generated/RunTelemetry.schema.json +168 -1
- package/generated/TaskContract.schema.json +9 -0
- package/generated/UsageCostBasis.schema.json +31 -0
- package/generated/UsageCostSummary.schema.json +44 -0
- package/generated/WorkProduct.schema.json +4 -3
- package/generated/WorkspaceEnvelope.schema.json +25 -5
- package/generated/WorkspaceFilesManifest.schema.json +160 -0
- package/generated/WorkspaceKind.schema.json +13 -0
- package/package.json +2 -2
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"ControlModelAccountCatalogResponse": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"source": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1,
|
|
10
|
+
"description": "Non-empty identifier string."
|
|
11
|
+
},
|
|
12
|
+
"accounts": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"properties": {
|
|
17
|
+
"credentialProfileId": {
|
|
18
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/source"
|
|
19
|
+
},
|
|
20
|
+
"availability": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"enum": [
|
|
23
|
+
"available",
|
|
24
|
+
"unavailable",
|
|
25
|
+
"unknown"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"problem": {
|
|
29
|
+
"anyOf": [
|
|
30
|
+
{
|
|
31
|
+
"type": "object",
|
|
32
|
+
"properties": {
|
|
33
|
+
"code": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"minLength": 1
|
|
36
|
+
},
|
|
37
|
+
"message": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"retryable": {
|
|
41
|
+
"type": "boolean"
|
|
42
|
+
},
|
|
43
|
+
"fieldErrors": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"additionalProperties": {
|
|
46
|
+
"type": "array",
|
|
47
|
+
"items": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"default": {}
|
|
52
|
+
},
|
|
53
|
+
"requiredActions": {
|
|
54
|
+
"type": "array",
|
|
55
|
+
"items": {
|
|
56
|
+
"type": "string",
|
|
57
|
+
"minLength": 1
|
|
58
|
+
},
|
|
59
|
+
"default": []
|
|
60
|
+
},
|
|
61
|
+
"evidenceRefs": {
|
|
62
|
+
"type": "array",
|
|
63
|
+
"items": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"minLength": 1
|
|
66
|
+
},
|
|
67
|
+
"default": []
|
|
68
|
+
},
|
|
69
|
+
"context": {
|
|
70
|
+
"type": "object",
|
|
71
|
+
"additionalProperties": {},
|
|
72
|
+
"default": {},
|
|
73
|
+
"description": "Typed route-specific recovery context; never a duplicate error message."
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"required": [
|
|
77
|
+
"code",
|
|
78
|
+
"message",
|
|
79
|
+
"retryable"
|
|
80
|
+
],
|
|
81
|
+
"additionalProperties": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "null"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"catalog": {
|
|
89
|
+
"anyOf": [
|
|
90
|
+
{
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"source": {
|
|
94
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/source"
|
|
95
|
+
},
|
|
96
|
+
"credentialProfileId": {
|
|
97
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/source"
|
|
98
|
+
},
|
|
99
|
+
"accountFingerprint": {
|
|
100
|
+
"type": [
|
|
101
|
+
"string",
|
|
102
|
+
"null"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"observedAt": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"minLength": 1,
|
|
108
|
+
"description": "Original catalog observation time; cached reuse never advances it."
|
|
109
|
+
},
|
|
110
|
+
"provenance": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"minLength": 1,
|
|
113
|
+
"pattern": "\\S",
|
|
114
|
+
"description": "provider_http means the catalog body was read and validated from a successful upstream HTTP response at observedAt. Other values do not certify provider contact."
|
|
115
|
+
},
|
|
116
|
+
"models": {
|
|
117
|
+
"type": "array",
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"id": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"minLength": 1,
|
|
124
|
+
"pattern": "\\S",
|
|
125
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
126
|
+
},
|
|
127
|
+
"label": {
|
|
128
|
+
"type": [
|
|
129
|
+
"string",
|
|
130
|
+
"null"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"isDefault": {
|
|
134
|
+
"type": "boolean"
|
|
135
|
+
},
|
|
136
|
+
"contextWindow": {
|
|
137
|
+
"anyOf": [
|
|
138
|
+
{
|
|
139
|
+
"type": "integer",
|
|
140
|
+
"exclusiveMinimum": 0
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "null"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"maxContextWindow": {
|
|
148
|
+
"anyOf": [
|
|
149
|
+
{
|
|
150
|
+
"type": "integer",
|
|
151
|
+
"exclusiveMinimum": 0
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "null"
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"maxOutputTokens": {
|
|
159
|
+
"anyOf": [
|
|
160
|
+
{
|
|
161
|
+
"type": "integer",
|
|
162
|
+
"exclusiveMinimum": 0
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "null"
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"inputModalities": {
|
|
170
|
+
"type": "array",
|
|
171
|
+
"items": {
|
|
172
|
+
"type": "string"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"reasoningEfforts": {
|
|
176
|
+
"type": "array",
|
|
177
|
+
"items": {
|
|
178
|
+
"type": "string"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"defaultReasoningEffort": {
|
|
182
|
+
"type": [
|
|
183
|
+
"string",
|
|
184
|
+
"null"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
"supportedOptions": {
|
|
188
|
+
"type": "array",
|
|
189
|
+
"items": {
|
|
190
|
+
"type": "string"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"processing": {
|
|
194
|
+
"type": "object",
|
|
195
|
+
"properties": {
|
|
196
|
+
"modes": {
|
|
197
|
+
"anyOf": [
|
|
198
|
+
{
|
|
199
|
+
"type": "array",
|
|
200
|
+
"items": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"enum": [
|
|
203
|
+
"standard",
|
|
204
|
+
"fast",
|
|
205
|
+
"economy"
|
|
206
|
+
],
|
|
207
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"type": "null"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"nativeModes": {
|
|
216
|
+
"type": "array",
|
|
217
|
+
"items": {
|
|
218
|
+
"type": "object",
|
|
219
|
+
"properties": {
|
|
220
|
+
"mode": {
|
|
221
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/accounts/items/properties/catalog/anyOf/0/properties/models/items/properties/processing/properties/modes/anyOf/0/items"
|
|
222
|
+
},
|
|
223
|
+
"id": {
|
|
224
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/accounts/items/properties/catalog/anyOf/0/properties/models/items/properties/id"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"required": [
|
|
228
|
+
"mode",
|
|
229
|
+
"id"
|
|
230
|
+
],
|
|
231
|
+
"additionalProperties": false
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"defaultNativeMode": {
|
|
235
|
+
"anyOf": [
|
|
236
|
+
{
|
|
237
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/accounts/items/properties/catalog/anyOf/0/properties/models/items/properties/id"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"type": "null"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
244
|
+
},
|
|
245
|
+
"eligible": {
|
|
246
|
+
"type": [
|
|
247
|
+
"boolean",
|
|
248
|
+
"null"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"source": {
|
|
252
|
+
"$ref": "#/definitions/ControlModelAccountCatalogResponse/properties/accounts/items/properties/catalog/anyOf/0/properties/models/items/properties/id"
|
|
253
|
+
},
|
|
254
|
+
"observedAt": {
|
|
255
|
+
"anyOf": [
|
|
256
|
+
{
|
|
257
|
+
"type": "string",
|
|
258
|
+
"minLength": 1,
|
|
259
|
+
"description": "ISO-8601 timestamp string."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"type": "null"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"description": "ISO-8601 timestamp string."
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"required": [
|
|
269
|
+
"modes",
|
|
270
|
+
"nativeModes",
|
|
271
|
+
"defaultNativeMode",
|
|
272
|
+
"eligible",
|
|
273
|
+
"source",
|
|
274
|
+
"observedAt"
|
|
275
|
+
],
|
|
276
|
+
"additionalProperties": false,
|
|
277
|
+
"description": "Exact model/account service evidence. Null modes or eligibility means unknown, not unsupported; native IDs remain adapter-owned. Transport support is declared separately."
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"required": [
|
|
281
|
+
"id",
|
|
282
|
+
"label",
|
|
283
|
+
"isDefault",
|
|
284
|
+
"contextWindow",
|
|
285
|
+
"maxContextWindow",
|
|
286
|
+
"maxOutputTokens",
|
|
287
|
+
"inputModalities",
|
|
288
|
+
"reasoningEfforts",
|
|
289
|
+
"defaultReasoningEffort",
|
|
290
|
+
"supportedOptions"
|
|
291
|
+
],
|
|
292
|
+
"additionalProperties": false,
|
|
293
|
+
"description": "Model metadata from the selected raw transport; CLI compaction and usable-window policies are not capacity."
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"required": [
|
|
298
|
+
"source",
|
|
299
|
+
"credentialProfileId",
|
|
300
|
+
"accountFingerprint",
|
|
301
|
+
"observedAt",
|
|
302
|
+
"provenance",
|
|
303
|
+
"models"
|
|
304
|
+
],
|
|
305
|
+
"additionalProperties": false,
|
|
306
|
+
"description": "Exact-profile model discovery, not a global CLI alias list or an inference entitlement guarantee."
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"type": "null"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"description": "Exact-profile model discovery, not a global CLI alias list or an inference entitlement guarantee."
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"required": [
|
|
316
|
+
"credentialProfileId",
|
|
317
|
+
"availability",
|
|
318
|
+
"problem",
|
|
319
|
+
"catalog"
|
|
320
|
+
],
|
|
321
|
+
"additionalProperties": false,
|
|
322
|
+
"description": "Current account evidence for display; this does not certify fresh execution admission."
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"partial": {
|
|
326
|
+
"type": "boolean"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"required": [
|
|
330
|
+
"source",
|
|
331
|
+
"accounts",
|
|
332
|
+
"partial"
|
|
333
|
+
],
|
|
334
|
+
"additionalProperties": false,
|
|
335
|
+
"description": "All enabled managed model accounts, or one strict pin, retaining independent catalogs and failures. A missing catalog makes partial true."
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
339
|
+
}
|
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"ControlModelCatalogQueryResponse": {
|
|
5
|
+
"anyOf": [
|
|
6
|
+
{
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"source": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"minLength": 1,
|
|
12
|
+
"description": "Non-empty identifier string."
|
|
13
|
+
},
|
|
14
|
+
"credentialProfileId": {
|
|
15
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/source"
|
|
16
|
+
},
|
|
17
|
+
"accountFingerprint": {
|
|
18
|
+
"type": [
|
|
19
|
+
"string",
|
|
20
|
+
"null"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"observedAt": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"minLength": 1,
|
|
26
|
+
"description": "Original catalog observation time; cached reuse never advances it."
|
|
27
|
+
},
|
|
28
|
+
"provenance": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"minLength": 1,
|
|
31
|
+
"pattern": "\\S",
|
|
32
|
+
"description": "provider_http means the catalog body was read and validated from a successful upstream HTTP response at observedAt. Other values do not certify provider contact."
|
|
33
|
+
},
|
|
34
|
+
"models": {
|
|
35
|
+
"type": "array",
|
|
36
|
+
"items": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"id": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"minLength": 1,
|
|
42
|
+
"pattern": "\\S",
|
|
43
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
44
|
+
},
|
|
45
|
+
"label": {
|
|
46
|
+
"type": [
|
|
47
|
+
"string",
|
|
48
|
+
"null"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"isDefault": {
|
|
52
|
+
"type": "boolean"
|
|
53
|
+
},
|
|
54
|
+
"contextWindow": {
|
|
55
|
+
"anyOf": [
|
|
56
|
+
{
|
|
57
|
+
"type": "integer",
|
|
58
|
+
"exclusiveMinimum": 0
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "null"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"maxContextWindow": {
|
|
66
|
+
"anyOf": [
|
|
67
|
+
{
|
|
68
|
+
"type": "integer",
|
|
69
|
+
"exclusiveMinimum": 0
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "null"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"maxOutputTokens": {
|
|
77
|
+
"anyOf": [
|
|
78
|
+
{
|
|
79
|
+
"type": "integer",
|
|
80
|
+
"exclusiveMinimum": 0
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "null"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"inputModalities": {
|
|
88
|
+
"type": "array",
|
|
89
|
+
"items": {
|
|
90
|
+
"type": "string"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"reasoningEfforts": {
|
|
94
|
+
"type": "array",
|
|
95
|
+
"items": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"defaultReasoningEffort": {
|
|
100
|
+
"type": [
|
|
101
|
+
"string",
|
|
102
|
+
"null"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"supportedOptions": {
|
|
106
|
+
"type": "array",
|
|
107
|
+
"items": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"processing": {
|
|
112
|
+
"type": "object",
|
|
113
|
+
"properties": {
|
|
114
|
+
"modes": {
|
|
115
|
+
"anyOf": [
|
|
116
|
+
{
|
|
117
|
+
"type": "array",
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"enum": [
|
|
121
|
+
"standard",
|
|
122
|
+
"fast",
|
|
123
|
+
"economy"
|
|
124
|
+
],
|
|
125
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "null"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"nativeModes": {
|
|
134
|
+
"type": "array",
|
|
135
|
+
"items": {
|
|
136
|
+
"type": "object",
|
|
137
|
+
"properties": {
|
|
138
|
+
"mode": {
|
|
139
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/models/items/properties/processing/properties/modes/anyOf/0/items"
|
|
140
|
+
},
|
|
141
|
+
"id": {
|
|
142
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/models/items/properties/id"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"required": [
|
|
146
|
+
"mode",
|
|
147
|
+
"id"
|
|
148
|
+
],
|
|
149
|
+
"additionalProperties": false
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"defaultNativeMode": {
|
|
153
|
+
"anyOf": [
|
|
154
|
+
{
|
|
155
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/models/items/properties/id"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "null"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
162
|
+
},
|
|
163
|
+
"eligible": {
|
|
164
|
+
"type": [
|
|
165
|
+
"boolean",
|
|
166
|
+
"null"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"source": {
|
|
170
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/models/items/properties/id"
|
|
171
|
+
},
|
|
172
|
+
"observedAt": {
|
|
173
|
+
"anyOf": [
|
|
174
|
+
{
|
|
175
|
+
"type": "string",
|
|
176
|
+
"minLength": 1,
|
|
177
|
+
"description": "ISO-8601 timestamp string."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "null"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"description": "ISO-8601 timestamp string."
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"required": [
|
|
187
|
+
"modes",
|
|
188
|
+
"nativeModes",
|
|
189
|
+
"defaultNativeMode",
|
|
190
|
+
"eligible",
|
|
191
|
+
"source",
|
|
192
|
+
"observedAt"
|
|
193
|
+
],
|
|
194
|
+
"additionalProperties": false,
|
|
195
|
+
"description": "Exact model/account service evidence. Null modes or eligibility means unknown, not unsupported; native IDs remain adapter-owned. Transport support is declared separately."
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"required": [
|
|
199
|
+
"id",
|
|
200
|
+
"label",
|
|
201
|
+
"isDefault",
|
|
202
|
+
"contextWindow",
|
|
203
|
+
"maxContextWindow",
|
|
204
|
+
"maxOutputTokens",
|
|
205
|
+
"inputModalities",
|
|
206
|
+
"reasoningEfforts",
|
|
207
|
+
"defaultReasoningEffort",
|
|
208
|
+
"supportedOptions"
|
|
209
|
+
],
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"description": "Model metadata from the selected raw transport; CLI compaction and usable-window policies are not capacity."
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"required": [
|
|
216
|
+
"source",
|
|
217
|
+
"credentialProfileId",
|
|
218
|
+
"accountFingerprint",
|
|
219
|
+
"observedAt",
|
|
220
|
+
"provenance",
|
|
221
|
+
"models"
|
|
222
|
+
],
|
|
223
|
+
"additionalProperties": false,
|
|
224
|
+
"description": "Exact-profile model discovery, not a global CLI alias list or an inference entitlement guarantee."
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "object",
|
|
228
|
+
"properties": {
|
|
229
|
+
"source": {
|
|
230
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/source"
|
|
231
|
+
},
|
|
232
|
+
"accounts": {
|
|
233
|
+
"type": "array",
|
|
234
|
+
"items": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"properties": {
|
|
237
|
+
"credentialProfileId": {
|
|
238
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0/properties/source"
|
|
239
|
+
},
|
|
240
|
+
"availability": {
|
|
241
|
+
"type": "string",
|
|
242
|
+
"enum": [
|
|
243
|
+
"available",
|
|
244
|
+
"unavailable",
|
|
245
|
+
"unknown"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"problem": {
|
|
249
|
+
"anyOf": [
|
|
250
|
+
{
|
|
251
|
+
"type": "object",
|
|
252
|
+
"properties": {
|
|
253
|
+
"code": {
|
|
254
|
+
"type": "string",
|
|
255
|
+
"minLength": 1
|
|
256
|
+
},
|
|
257
|
+
"message": {
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
"retryable": {
|
|
261
|
+
"type": "boolean"
|
|
262
|
+
},
|
|
263
|
+
"fieldErrors": {
|
|
264
|
+
"type": "object",
|
|
265
|
+
"additionalProperties": {
|
|
266
|
+
"type": "array",
|
|
267
|
+
"items": {
|
|
268
|
+
"type": "string"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"default": {}
|
|
272
|
+
},
|
|
273
|
+
"requiredActions": {
|
|
274
|
+
"type": "array",
|
|
275
|
+
"items": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"minLength": 1
|
|
278
|
+
},
|
|
279
|
+
"default": []
|
|
280
|
+
},
|
|
281
|
+
"evidenceRefs": {
|
|
282
|
+
"type": "array",
|
|
283
|
+
"items": {
|
|
284
|
+
"type": "string",
|
|
285
|
+
"minLength": 1
|
|
286
|
+
},
|
|
287
|
+
"default": []
|
|
288
|
+
},
|
|
289
|
+
"context": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"additionalProperties": {},
|
|
292
|
+
"default": {},
|
|
293
|
+
"description": "Typed route-specific recovery context; never a duplicate error message."
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"required": [
|
|
297
|
+
"code",
|
|
298
|
+
"message",
|
|
299
|
+
"retryable"
|
|
300
|
+
],
|
|
301
|
+
"additionalProperties": false
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "null"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
"catalog": {
|
|
309
|
+
"anyOf": [
|
|
310
|
+
{
|
|
311
|
+
"$ref": "#/definitions/ControlModelCatalogQueryResponse/anyOf/0"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"type": "null"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"description": "Exact-profile model discovery, not a global CLI alias list or an inference entitlement guarantee."
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"required": [
|
|
321
|
+
"credentialProfileId",
|
|
322
|
+
"availability",
|
|
323
|
+
"problem",
|
|
324
|
+
"catalog"
|
|
325
|
+
],
|
|
326
|
+
"additionalProperties": false,
|
|
327
|
+
"description": "Current account evidence for display; this does not certify fresh execution admission."
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"partial": {
|
|
331
|
+
"type": "boolean"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"required": [
|
|
335
|
+
"source",
|
|
336
|
+
"accounts",
|
|
337
|
+
"partial"
|
|
338
|
+
],
|
|
339
|
+
"additionalProperties": false,
|
|
340
|
+
"description": "All enabled managed model accounts, or one strict pin, retaining independent catalogs and failures. A missing catalog makes partial true."
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
346
|
+
}
|