Skip to content

Commit

Permalink
[DUOS-2720] Fix date and uri validation (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong authored Oct 17, 2023
1 parent 7938991 commit a4aff5e
Show file tree
Hide file tree
Showing 2 changed files with 2,055 additions and 708 deletions.
12 changes: 11 additions & 1 deletion src/assets/schemas/DataRegistrationV1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://consent.dsde-prod.broadinstitute.org/schemas/dataset-registration",
"$id": "https://consent.dsde-prod.broadinstitute.org/schemas/dataset-registration/v1",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Dataset Registration Schema",
"version": 1,
Expand Down Expand Up @@ -99,6 +99,11 @@
}
],
"properties": {
"studyId": {
"type": "number",
"label": "Study Id",
"description": "The study id"
},
"studyName": {
"type": "string",
"label": "Study Name",
Expand Down Expand Up @@ -608,6 +613,11 @@
"type": "integer",
"description": "Dataset Id"
},
"datasetIdentifier": {
"type": "string",
"label": "Dataset Identifier",
"description": "Dataset Identifier"
},
"consentGroupName": {
"type": "string",
"label": "Consent Group Name",
Expand Down
Loading

0 comments on commit a4aff5e

Please sign in to comment.