Skip to content

Commit

Permalink
tweak: update schema descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart authored Oct 31, 2023
1 parent 74d6ebe commit da8d5f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@
"type": "string",
"pattern": "^\\S+\\.png$",
"format": "file-path",
"mimetype": "image/png"
"mimetype": "image/png",
"description": "This input accepts .png images only"
},
"input3": {
"type": "string",
"pattern": "^\\S+\\.json$",
"format": "path"
"format": "path",
"description": "This input accepts .json files only"
},
"input4": {
"type": "string",
"pattern": "^\\S+\\.ya?ml$",
"format": "file-path",
"mimetype": "text/plain"
"mimetype": "text/plain",
"description": "This input accepts .yaml/.yml files only"
},
"outdir": {
"type": "string",
Expand Down

0 comments on commit da8d5f9

Please sign in to comment.