diff options
| author | GitHub Action <[email protected]> | 2025-12-30 22:38:06 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-30 22:38:06 +0000 |
| commit | c8b3b31d276baaa0e3f062a0102ad0ae5ffe6682 (patch) | |
| tree | d673b4f15132fd901aa6364ec5591018fc972e1b | |
| parent | 81fef60266b3e5abdc9480e19effa8db411c5eec (diff) | |
| download | opencode-c8b3b31d276baaa0e3f062a0102ad0ae5ffe6682.tar.gz opencode-c8b3b31d276baaa0e3f062a0102ad0ae5ffe6682.zip | |
chore: generate
| -rw-r--r-- | packages/sdk/openapi.json | 46 |
1 files changed, 35 insertions, 11 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index db9e54118..bf47e4737 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -3209,6 +3209,19 @@ } }, "required": ["npm"] + }, + "variants": { + "type": "object", + "propertyNames": { + "type": "string" + }, + "additionalProperties": { + "type": "object", + "propertyNames": { + "type": "string" + }, + "additionalProperties": {} + } } }, "required": [ @@ -8061,6 +8074,23 @@ } }, "required": ["npm"] + }, + "variants": { + "description": "Variant-specific configuration", + "type": "object", + "propertyNames": { + "type": "string" + }, + "additionalProperties": { + "type": "object", + "properties": { + "disabled": { + "description": "Disable this variant for the model", + "type": "boolean" + } + }, + "additionalProperties": {} + } } } } @@ -8948,16 +8978,6 @@ }, "required": ["name", "template"] }, - "Variant": { - "type": "object", - "properties": { - "disabled": { - "type": "boolean" - } - }, - "required": ["disabled"], - "additionalProperties": {} - }, "Model": { "type": "object", "properties": { @@ -9154,7 +9174,11 @@ "type": "string" }, "additionalProperties": { - "$ref": "#/components/schemas/Variant" + "type": "object", + "propertyNames": { + "type": "string" + }, + "additionalProperties": {} } } }, |
