changedOutput schema / (root)
Previous value: -{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "additionalProperties": false,
- "properties": {
- "info": {
- "additionalProperties": false,
- "properties": {
- "accessed": {
- "description": "Accessed",
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- },
- "created": {
- "description": "Created",
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- },
- "isHidden": {
- "description": "Hidden?",
- "type": "boolean"
- },
- "mimeType": {
- "description": "MIME type",
- "type": "string"
- },
- "modified": {
- "description": "Modified",
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- },
- "name": {
- "description": "Name",
- "type": "string"
- },
- "path": {
- "description": "Absolute path",
- "type": "string"
- },
- "permissions": {
- "description": "Permissions",
- "type": "string"
- },
- "size": {
- "description": "Size (bytes)",
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "symlinkTarget": {
- "description": "Target (symlink)",
- "type": "string"
- },
- "tokenEstimate": {
- "description": "Est. tokens (size/4)",
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "type": {
- "description": "Type",
- "enum": [
- "file",
- "directory",
- "symlink",
- "other"
- ],
- "type": "string"
- }
- },
- "required": [
- "name",
- "path",
- "type",
- "size",
- "created",
- "modified",
- "accessed",
- "permissions",
- "isHidden"
- ],
- "type": "object"
- },
- "ok": {
- "const": true,
- "type": "boolean"
- }
- },
- "required": [
- "ok"
- ],
- "type": "object"
-}New value: +null