rmcp upgrade (#4792)
This commit is contained in:
+51
-14
@@ -1715,19 +1715,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Annotated": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/RawTextContent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/RawImageContent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/RawEmbeddedResource"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Annotations": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -1858,7 +1845,7 @@
|
||||
{
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Annotated"
|
||||
"$ref": "#/components/schemas/RawAudioContent"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2587,6 +2574,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Icon": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"src"
|
||||
],
|
||||
"properties": {
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizes": {
|
||||
"type": "string"
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImageContent": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -3100,6 +3104,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"RawAudioContent": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"data",
|
||||
"mimeType"
|
||||
],
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"RawEmbeddedResource": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -3144,6 +3163,12 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"icons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Icon"
|
||||
}
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3154,6 +3179,9 @@
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"uri": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -3945,6 +3973,12 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"icons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Icon"
|
||||
}
|
||||
},
|
||||
"inputSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
@@ -3955,6 +3989,9 @@
|
||||
"outputSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user