changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "items": {
+ "properties": {
+ "archivedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "body": {
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "diff": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "diffMarkdown": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "editedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "health": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "isDiffHidden": {
+ "type": "boolean"
+ },
+ "project": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "slugId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "user": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items"
+ ],
+ "type": "object"
+}