Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrutkows opened this issue Jan 8, 2025 · 0 comments
Open
Assignees
Labels
CDX 1.6 related to release v1.6 CDX 1.7 related to release v1.7 defect

Comments

@mrutkows
Copy link
Contributor

mrutkows commented Jan 8, 2025

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

@mrutkows mrutkows added CDX 1.6 related to release v1.6 CDX 1.7 related to release v1.7 defect labels Jan 8, 2025
@mrutkows mrutkows self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDX 1.6 related to release v1.6 CDX 1.7 related to release v1.7 defect
Projects
None yet
Development

No branches or pull requests

1 participant