changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "items": {
+ "properties": {
+ "allPublicTeams": {
+ "type": "boolean"
+ },
+ "archivedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "creator": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "resourceTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "team": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items"
+ ],
+ "type": "object"
+}