diff --git a/generated/artifacts/openapi-reference/openapi.json b/generated/artifacts/openapi-reference/openapi.json index 66c80c1..d47304b 100644 --- a/generated/artifacts/openapi-reference/openapi.json +++ b/generated/artifacts/openapi-reference/openapi.json @@ -3003,7 +3003,7 @@ "type": "object" }, "output": { - "description": "Output object with the fields produced by the Task execution.", + "description": "Value field (it can be an Object, List, etc.) with the fields produced by the Task execution.", "nullable": true, "type": "object" }, @@ -6430,7 +6430,7 @@ "type": "object" }, "output": { - "description": "Output object with the fields produced by the Task execution.", + "description": "Value field (it can be an Object, List, etc.) with the fields produced by the Task execution.", "nullable": true, "type": "object" }, diff --git a/generated/artifacts/openapi-yaml/openapi/openapi.yaml b/generated/artifacts/openapi-yaml/openapi/openapi.yaml index 175c802..00470f9 100644 --- a/generated/artifacts/openapi-yaml/openapi/openapi.yaml +++ b/generated/artifacts/openapi-yaml/openapi/openapi.yaml @@ -2037,7 +2037,8 @@ components: description: Input object with the fields used by the Task to execute. type: object output: - description: Output object with the fields produced by the Task execution. + description: "Value field (it can be an Object, List, etc.) with the fields\ + \ produced by the Task execution." nullable: true type: object created_at: @@ -6423,7 +6424,8 @@ components: description: Input object with the fields used by the Task execution. type: object output: - description: Output object with the fields produced by the Task execution. + description: "Value field (it can be an Object, List, etc.) with the fields\ + \ produced by the Task execution." nullable: true type: object reasons: diff --git a/generated/artifacts/openapi/openapi.json b/generated/artifacts/openapi/openapi.json index 5dc5e39..4a1d824 100644 --- a/generated/artifacts/openapi/openapi.json +++ b/generated/artifacts/openapi/openapi.json @@ -2794,7 +2794,7 @@ "type" : "object" }, "output" : { - "description" : "Output object with the fields produced by the Task execution.", + "description" : "Value field (it can be an Object, List, etc.) with the fields produced by the Task execution.", "nullable" : true, "type" : "object" }, @@ -5599,7 +5599,7 @@ "type" : "object" }, "output" : { - "description" : "Output object with the fields produced by the Task execution.", + "description" : "Value field (it can be an Object, List, etc.) with the fields produced by the Task execution.", "nullable" : true, "type" : "object" },