Skip to content

Commit

Permalink
Remove plugin and template_id from required fields in JSON schema
Browse files Browse the repository at this point in the history
The plugin and template_id properties are not required all the time.

For instance, the resource jobs stored in the `resource-results` fields
do not contain these fields, as the `plugin` is assumed to be
`resource`, and resource jobs cannot be instanciated using templates, so
`template_id` cannot be used.
  • Loading branch information
pieqq committed Nov 12, 2024
1 parent 542c748 commit aa3a89b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions submission-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@
"io_log",
"name",
"outcome",
"status",
"plugin",
"template_id"
"status"
],
"title": "Result"
},
Expand Down

0 comments on commit aa3a89b

Please sign in to comment.