changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "entityId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "favorite": {
+ "properties": {
+ "createdAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "customView": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "shared": {
+ "type": "boolean"
+ },
+ "slugId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "predefinedViewTeam": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "predefinedViewType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sortOrder": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}