addedOutput schema / $defs / JsonPrettifyResponse
Added value: +{
+ "properties": {
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Error"
+ },
+ "original_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Original Length"
+ },
+ "prettified": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Prettified"
+ },
+ "prettified_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Prettified Length"
+ },
+ "valid": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Valid"
+ }
+ },
+ "title": "JsonPrettifyResponse",
+ "type": "object"
+}
removedOutput schema / $defs / app__routers__json_utils__JsonPrettifyResponse
Removed value: -{
- "properties": {
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Error"
- },
- "original_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Original Length"
- },
- "prettified": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Prettified"
- },
- "prettified_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Prettified Length"
- },
- "valid": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Valid"
- }
- },
- "title": "JsonPrettifyResponse",
- "type": "object"
-}
changedOutput schema / x-fastmcp-top-level-schema
Previous value: -"app__routers__json_utils__JsonPrettifyResponse"New value: +"JsonPrettifyResponse"