Skip to content

Commit

Permalink
Single file specifications refresh (964fb43)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 19, 2024
1 parent 964fb43 commit 569600a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 4 additions & 2 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 569600a

Please sign in to comment.