changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "customFields": {
+ "items": {
+ "properties": {
+ "customField": {
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "options": {
+ "items": {
+ "properties": {
+ "color": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "raw": {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "raw": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "required": {
+ "type": "boolean"
+ },
+ "team": {
+ "type": "object"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "customFieldId": {
+ "type": "string"
+ },
+ "displayValue": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "raw": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": {
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ },
+ {
+ "items": {},
+ "type": "array"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "identifier": {
+ "type": "string"
+ },
+ "issueId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}