Skip to content

Commit

Permalink
fileformats.schema - convert.converter.outputs is not required for co…
Browse files Browse the repository at this point in the history
…py converter
  • Loading branch information
MatteoCampinoti94 committed Jun 20, 2024
1 parent 88d37b0 commit 0014a96
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,24 @@
"type": "object",
"required": [
"converter",
"converter_type",
"outputs"
"converter_type"
],
"if": {
"properties": {
"converter": {
"not": {
"enum": [
"copy"
]
}
}
}
},
"then": {
"required": [
"outputs"
]
},
"properties": {
"converter": {
"description": "The converter tool to use.",
Expand Down

0 comments on commit 0014a96

Please sign in to comment.