This is a collection of [meta]data standards used in the EBI Data submission portal. Updated on 14/05/2020
DSP have two endpoints for querying those standards, checklists and validationSchema. A complete DSP checklist (e.g. ERC000040 includes a spreadsheetTemplate
and a validationSchema
. The validationSchema
can be used to validate your JSON data.
The validationSchema of some checklists are still under development
Get validation schemas
#validation schemas
curl "https://submission-test.ebi.ac.uk/api/validationSchemas?size=100 " > DSP_schema.json
Get A summary of all validationschemas
A small script to extract all DSP validation schemas into seperate JSON files, and generate a summary tsv file.