changedOutput schema / properties / result / anyOf
Previous value: -[
- {
- "properties": {
- "checked_at": {
- "anyOf": [
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "close_at": {
- "format": "date-time",
- "type": "string"
- },
- "current_status": {
- "anyOf": [
- {
- "additionalProperties": true,
- "properties": {
- "category": {
- "anyOf": [
- {
- "additionalProperties": true,
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "revision": {
- "default": 1,
- "type": "integer"
- },
- "state": {
- "default": "pending",
- "enum": [
- "pending",
- "context_ready"
- ],
- "type": "string"
- },
- "target_status": {
- "minLength": 1,
- "type": "string"
- },
- "task_key": {
- "type": "string"
- }
- },
- "required": [
- "task_key",
- "close_at",
- "target_status"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "checked_at": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "close_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "current_status": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "category": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "revision": {
+ "default": 1,
+ "type": "integer"
+ },
+ "state": {
+ "default": "pending",
+ "enum": [
+ "pending",
+ "context_ready",
+ "waiting",
+ "completed",
+ "cancelled",
+ "suspended"
+ ],
+ "type": "string"
+ },
+ "target_status": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "task_key": {
+ "type": "string"
+ },
+ "workflow_fingerprint": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "workflow_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "workflow_revision": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "required": [
+ "task_key",
+ "close_at",
+ "target_status"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]