summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/sdk/openapi.json46
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": {}
}
}
},