removedOutput schema / $defs / CompareResponse
Removed value: -{
- "properties": {
- "a": {
- "title": "A",
- "type": "string"
- },
- "a_greater": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "A Greater"
- },
- "a_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "A Length"
- },
- "b": {
- "title": "B",
- "type": "string"
- },
- "b_greater": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "B Greater"
- },
- "b_length": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "B Length"
- },
- "difference": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Difference"
- },
- "equal": {
- "title": "Equal",
- "type": "boolean"
- },
- "equal_ignore_case": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Equal Ignore Case"
- },
- "type": {
- "title": "Type",
- "type": "string"
- }
- },
- "required": [
- "a",
- "b",
- "type",
- "equal"
- ],
- "title": "CompareResponse",
- "type": "object"
-}
addedOutput schema / $defs / app__routers__misc_utils__CompareResponse
Added value: +{
+ "properties": {
+ "a": {
+ "title": "A",
+ "type": "string"
+ },
+ "a_greater": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "A Greater"
+ },
+ "a_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "A Length"
+ },
+ "b": {
+ "title": "B",
+ "type": "string"
+ },
+ "b_greater": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "B Greater"
+ },
+ "b_length": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "B Length"
+ },
+ "difference": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Difference"
+ },
+ "equal": {
+ "title": "Equal",
+ "type": "boolean"
+ },
+ "equal_ignore_case": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Equal Ignore Case"
+ },
+ "type": {
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "a",
+ "b",
+ "type",
+ "equal"
+ ],
+ "title": "CompareResponse",
+ "type": "object"
+}
changedOutput schema / x-fastmcp-top-level-schema
Previous value: -"CompareResponse"New value: +"app__routers__misc_utils__CompareResponse"