changedOutput schema / (root)
Previous value: -{
- "additionalProperties": false,
- "properties": {
- "connection": {
- "enum": [
- "connected",
- "app_unavailable",
- "incompatible"
- ],
- "type": "string"
- },
- "deleted": {
- "additionalProperties": false,
- "properties": {
- "deleted": {
- "type": "boolean"
- },
- "noteId": {
- "type": "string"
- }
- },
- "required": [
- "noteId",
- "deleted"
- ],
- "type": "object"
- },
- "error": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- }
- },
- "required": [
- "code",
- "retryable"
- ],
- "type": "object"
- },
- "folderName": {
- "type": "string"
- },
- "groups": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "hits": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "group": {
- "type": "string"
- },
- "modifiedAt": {
- "type": "string"
- },
- "noteId": {
- "type": "string"
- },
- "sizeBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "snippet": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "noteId",
- "title",
- "modifiedAt",
- "sizeBytes",
- "snippet"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "note": {
- "additionalProperties": false,
- "properties": {
- "content": {
- "type": "string"
- },
- "modifiedAt": {
- "type": "string"
- },
- "noteId": {
- "type": "string"
- },
- "offsetBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "returnedBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "sizeBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "title": {
- "type": "string"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "noteId",
- "title",
- "modifiedAt",
- "sizeBytes",
- "content",
- "offsetBytes",
- "returnedBytes",
- "truncated"
- ],
- "type": "object"
- },
- "notes": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "excerpt": {
- "type": "string"
- },
- "group": {
- "type": "string"
- },
- "modifiedAt": {
- "type": "string"
- },
- "noteId": {
- "type": "string"
- },
- "sizeBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "noteId",
- "title",
- "modifiedAt",
- "sizeBytes",
- "excerpt"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "offset": {
- "minimum": 0,
- "type": "integer"
- },
- "protocolVersion": {
- "const": 1,
- "type": "number"
- },
- "total": {
- "minimum": 0,
- "type": "integer"
- },
- "updatedAt": {
- "type": "string"
- },
- "written": {
- "additionalProperties": false,
- "properties": {
- "created": {
- "type": "boolean"
- },
- "group": {
- "type": "string"
- },
- "modifiedAt": {
- "type": "string"
- },
- "noteId": {
- "type": "string"
- },
- "sizeBytes": {
- "minimum": 0,
- "type": "integer"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "noteId",
- "title",
- "created",
- "modifiedAt",
- "sizeBytes"
- ],
- "type": "object"
- }
- },
- "required": [
- "protocolVersion",
- "connection",
- "updatedAt"
- ],
- "type": "object"
-}New value: +null