Skip to content

[Defect]: Fix descriptions/comments for "trigger" object in JSON schema #564

@mrutkows

Description

@mrutkows

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

Metadata

Metadata

Assignees

Labels

CDX 1.6related to release v1.6CDX 1.7related to release v1.7defect

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions