removedInput schema / $defs
Removed value: -{
- "OrderBy": {
- "enum": [
- "size",
- "name",
- "modified"
- ],
- "type": "string"
- },
- "SortBy": {
- "enum": [
- "ascending",
- "descending"
- ],
- "type": "string"
- }
-}
addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / order_by / $ref
Removed value: -"#/$defs/OrderBy"
addedInput schema / properties / order_by / enum
Added value: +[
+ "size",
+ "name",
+ "modified"
+]
addedInput schema / properties / order_by / type
Added value: +"string"
removedInput schema / properties / sort / $ref
Removed value: -"#/$defs/SortBy"
addedInput schema / properties / sort / enum
Added value: +[
+ "ascending",
+ "descending"
+]
addedInput schema / properties / sort / type
Added value: +"string"
removedOutput schema / $defs
Removed value: -{
- "NodeEntry": {
- "description": "A node entry model that is used by both directories and files listing.",
- "properties": {
- "human_modified": {
- "default": "1970-01-01T00:00:00",
- "format": "date-time",
- "type": "string"
- },
- "human_size": {
- "default": "",
- "type": "string"
- },
- "modified": {
- "default": 0,
- "type": "number"
- },
- "name": {
- "default": "",
- "type": "string"
- },
- "size": {
- "default": 0,
- "type": "integer"
- }
- },
- "type": "object"
- }
-}
removedOutput schema / properties / nodes / items / $ref
Removed value: -"#/$defs/NodeEntry"
addedOutput schema / properties / nodes / items / description
Added value: +"A node entry model that is used by both directories and files listing."
addedOutput schema / properties / nodes / items / properties
Added value: +{
+ "human_modified": {
+ "default": "1970-01-01T00:00:00",
+ "format": "date-time",
+ "type": "string"
+ },
+ "human_size": {
+ "default": "",
+ "type": "string"
+ },
+ "modified": {
+ "default": 0,
+ "type": "number"
+ },
+ "name": {
+ "default": "",
+ "type": "string"
+ },
+ "size": {
+ "default": 0,
+ "type": "integer"
+ }
+}
addedOutput schema / properties / nodes / items / type
Added value: +"object"