Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Almighty committed Oct 4, 2023
2 parents 4631ea9 + 97ce97d commit c9efe45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/jsonschema_dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@
"maxItems": 5
}
},
"required": [ "type", "dataset_id", "dataset_version", "name"]
"required": [ "type", "dataset_id", "dataset_version", "metadata_sources"]
}

2 changes: 1 addition & 1 deletion schema/jsonschema_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"uniqueItems": true
}
},
"required": [ "type", "dataset_id", "dataset_version", "path"]
"required": [ "type", "dataset_id", "dataset_version", "path", "metadata_sources"]
}

0 comments on commit c9efe45

Please sign in to comment.