Skip to content

Commit

Permalink
✨ feat: update schema locations
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Mar 12, 2024
1 parent 96a7757 commit a469636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/fileList.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"url": "https://raw.githubusercontent.com/AI-READI/pyfairdatatools/main/pyfairdatatools/schemas/dataset_description.schema.json",
"url": "https://raw.githubusercontent.com/AI-READI/cds-specification/main/docs/public/schemas/dataset_description.schema.json",
"title": "dataset_description.json",
"description": "dataset_description.json is a top-level file that gives details about the source of the dataset, funding, and citation information. This file does not provide any actual description of the data.",
"fileName": "dataset_description.json"
},
{
"url": "https://raw.githubusercontent.com/AI-READI/pyfairdatatools/main/pyfairdatatools/schemas/study_description.schema.json",
"url": "https://raw.githubusercontent.com/AI-READI/cds-specification/main/docs/public/schemas/study_description.schema.json",
"title": "study_description.json",
"description": "study_description.json is a top-level file that gives details about the study, such as the name of the study, the authors, and the ethics approval number.",
"fileName": "study_description.json"
Expand Down

0 comments on commit a469636

Please sign in to comment.