IHEC / ihec-ecosystems

This repo is for code and documentation associated with the ihec-ecosystems working group
Apache License 2.0
5 stars 6 forks source link

Removed format:md5 from dataset.json schema since this is not a recognized format. #63

Closed DavidBrownlee closed 4 years ago

DavidBrownlee commented 4 years ago

md5 validation (32 char hexadecimal) is already handled in validateHub.py.

Alternatively, md5 validation could be handled directly in the json schema with a format:regex, if desired.