Register IconTheme in OpenAPI schema after rmcp 1.5.0 upgrade (#8621)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -5549,9 +5549,35 @@
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
},
|
||||
"theme": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/IconTheme"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"IconTheme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"light"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"dark"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageContent": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user