addedOutput schema / $defs / WeekNumberResponse
Added value: +{
+ "properties": {
+ "datetime": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Datetime"
+ },
+ "day_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Day Name"
+ },
+ "day_of_week": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Day Of Week"
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Error"
+ },
+ "iso_week": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Iso Week"
+ },
+ "iso_year": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Iso Year"
+ }
+ },
+ "title": "WeekNumberResponse",
+ "type": "object"
+}
removedOutput schema / $defs / app__routers__time_utils__WeekNumberResponse
Removed value: -{
- "properties": {
- "datetime": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Datetime"
- },
- "day_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Day Name"
- },
- "day_of_week": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Day Of Week"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Error"
- },
- "iso_week": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Iso Week"
- },
- "iso_year": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Iso Year"
- }
- },
- "title": "WeekNumberResponse",
- "type": "object"
-}
changedOutput schema / x-fastmcp-top-level-schema
Previous value: -"app__routers__time_utils__WeekNumberResponse"New value: +"WeekNumberResponse"