changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
changedOutput schema / properties / actions / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "executableUser": {
- "additionalProperties": false,
- "description": "Executable user settings",
- "properties": {
- "entities": {
- "description": "Users who can execute the action",
- "items": {
- "$ref": "#/properties/states/anyOf/0/additionalProperties/properties/assignee/properties/entities/items"
- },
- "type": "array"
- }
- },
- "required": [
- "entities"
- ],
- "type": "object"
- },
- "filterCond": {
- "description": "Branch condition",
- "type": "string"
- },
- "from": {
- "description": "Source status name",
- "type": "string"
- },
- "name": {
- "description": "Action name",
- "type": "string"
- },
- "to": {
- "description": "Destination status name",
- "type": "string"
- },
- "type": {
- "description": "Action type",
- "enum": [
- "PRIMARY",
- "SECONDARY"
- ],
- "type": "string"
- }
- },
- "required": [
- "name",
- "from",
- "to",
- "filterCond",
- "type"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "executableUser": {
+ "additionalProperties": false,
+ "description": "Executable user settings",
+ "properties": {
+ "entities": {
+ "description": "Users who can execute the action",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "entity": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "enum": [
+ "USER",
+ "GROUP",
+ "ORGANIZATION",
+ "FIELD_ENTITY",
+ "CREATOR",
+ "CUSTOM_FIELD"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "code"
+ ],
+ "type": "object"
+ },
+ "includeSubs": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "entity",
+ "includeSubs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "entities"
+ ],
+ "type": "object"
+ },
+ "filterCond": {
+ "description": "Branch condition",
+ "type": "string"
+ },
+ "from": {
+ "description": "Source status name",
+ "type": "string"
+ },
+ "name": {
+ "description": "Action name",
+ "type": "string"
+ },
+ "to": {
+ "description": "Destination status name",
+ "type": "string"
+ },
+ "type": {
+ "description": "Action type",
+ "enum": [
+ "PRIMARY",
+ "SECONDARY"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "from",
+ "to",
+ "filterCond",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / actions / type
Added value: +[
+ "array",
+ "null"
+]
changedOutput schema / properties / states / anyOf
Previous value: -[
- {
- "additionalProperties": {
- "additionalProperties": false,
- "properties": {
- "assignee": {
- "additionalProperties": false,
- "description": "Default assignee for the status",
- "properties": {
- "entities": {
- "description": "Assignee entities",
- "items": {
- "additionalProperties": false,
- "properties": {
- "entity": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": {
- "enum": [
- "USER",
- "GROUP",
- "ORGANIZATION",
- "FIELD_ENTITY",
- "CREATOR",
- "CUSTOM_FIELD"
- ],
- "type": "string"
- }
- },
- "required": [
- "type",
- "code"
- ],
- "type": "object"
- },
- "includeSubs": {
- "type": "boolean"
- }
- },
- "required": [
- "entity",
- "includeSubs"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "type": {
- "description": "Assignee type",
- "enum": [
- "ONE",
- "ALL",
- "ANY"
- ],
- "type": "string"
- }
- },
- "required": [
- "type",
- "entities"
- ],
- "type": "object"
- },
- "index": {
- "description": "Display order",
- "type": "string"
- },
- "name": {
- "description": "Status name",
- "type": "string"
- }
- },
- "required": [
- "name",
- "index"
- ],
- "type": "object"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "assignee": {
+ "additionalProperties": false,
+ "description": "Default assignee for the status",
+ "properties": {
+ "entities": {
+ "description": "Assignee entities",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "entity": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "enum": [
+ "USER",
+ "GROUP",
+ "ORGANIZATION",
+ "FIELD_ENTITY",
+ "CREATOR",
+ "CUSTOM_FIELD"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "code"
+ ],
+ "type": "object"
+ },
+ "includeSubs": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "entity",
+ "includeSubs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "type": {
+ "description": "Assignee type",
+ "enum": [
+ "ONE",
+ "ALL",
+ "ANY"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "entities"
+ ],
+ "type": "object"
+ },
+ "index": {
+ "description": "Display order",
+ "type": "string"
+ },
+ "name": {
+ "description": "Status name",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "index"
+ ],
+ "type": "object"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / states / type
Added value: +[
+ "object",
+ "null"
+]