-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
CDX 1.6related to release v1.6related to release v1.6CDX 1.7related to release v1.7related to release v1.7defect
Description
The current schema for inputs and outputs attributes for the trigger element are as follows:
"inputs": {
"title": "Inputs",
"description": "Represents resources and data brought into a task at runtime by executor or task commands",
"examples": ["a `configuration` file which was declared as a local `component` or `externalReference`"],
"type": "array",
"items": {
"$ref": "#/definitions/inputType"
},
},
"outputs": {
"title": "Outputs",
"description": "Represents resources and data output from a task at runtime by executor or task commands",
"examples": ["a log file or metrics data produced by the task"],
"type": "array",
"items": {
"$ref": "#/definitions/outputType"
},
Describe the defect
The descriptions reference "task" instead of "trigger" which is a cut/paste error/oversight.
Additional context
None
jkowalleck
Metadata
Metadata
Assignees
Labels
CDX 1.6related to release v1.6related to release v1.6CDX 1.7related to release v1.7related to release v1.7defect