removedOutput schema / $defs / JsonMinifyResponse
Removed value: -{
- "properties": {
- "bytes_saved": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Bytes Saved"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Error"
- },
- "minified": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Minified"
- },
- "minified_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Minified Length"
- },
- "original_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Original Length"
- },
- "savings_percent": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Savings Percent"
- },
- "valid": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Valid"
- }
- },
- "title": "JsonMinifyResponse",
- "type": "object"
-}
addedOutput schema / $defs / app__routers__json_utils__JsonMinifyResponse
Added value: +{
+ "properties": {
+ "bytes_saved": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Bytes Saved"
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Error"
+ },
+ "minified": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Minified"
+ },
+ "minified_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Minified Length"
+ },
+ "original_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Original Length"
+ },
+ "savings_percent": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Savings Percent"
+ },
+ "valid": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Valid"
+ }
+ },
+ "title": "JsonMinifyResponse",
+ "type": "object"
+}
changedOutput schema / x-fastmcp-top-level-schema
Previous value: -"JsonMinifyResponse"New value: +"app__routers__json_utils__JsonMinifyResponse"