changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "items": {
+ "properties": {
+ "active": {
+ "type": "boolean"
+ },
+ "contextViewType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "customView": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "cycle": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "initiative": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "label": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "notificationSubscriptionTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "project": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "subscriber": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "team": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "userContextViewType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items"
+ ],
+ "type": "object"
+}