changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "McpVoice": {
+ "properties": {
+ "category": {
+ "title": "Category",
+ "type": "string"
+ },
+ "fine_tuning_status": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fine Tuning Status"
+ },
+ "id": {
+ "title": "Id",
+ "type": "string"
+ },
+ "name": {
+ "title": "Name",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "category"
+ ],
+ "title": "McpVoice",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "result": {
+ "items": {
+ "$ref": "#/$defs/McpVoice"
+ },
+ "title": "Result",
+ "type": "array"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "search_voicesOutput",
+ "type": "object"
+}