Skip to content

Commit

Permalink
Updated schema to correct list impl and deleted redundant json schema…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
G-kodes committed Nov 2, 2024
1 parent c1e9815 commit 5baed45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 197 deletions.
193 changes: 0 additions & 193 deletions config/.schema/config.schema.json

This file was deleted.

8 changes: 4 additions & 4 deletions config/.schema/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"properties": {
"datasets": {
"type": "list",
"type": "array",
"minItems": 1,
"items": {
"type": "string"
Expand All @@ -24,7 +24,7 @@
}
},
"output": {
"type": "list",
"type": "array",
"minItems": 1,
"items": {
"type": "string"
Expand All @@ -37,7 +37,7 @@
],
"properties": {
"reference_genomes": {
"type": "list",
"type": "array",
"minItems": 1,
"items": {
"type": "object",
Expand All @@ -46,7 +46,7 @@
"type": "string"
},
"path": {
"type": "list",
"type": "array",
"minItems": 1,
"items": {
"type": "string"
Expand Down

0 comments on commit 5baed45

Please sign in to comment.