Skip to content

Commit

Permalink
Make study_desc.study_info an optional element
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Oct 18, 2024
1 parent 271a8e4 commit 93dc18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api-documentation/editor/ddi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,8 +1582,7 @@
}
},
"required": [
"title_statement",
"study_info"
"title_statement"
],
"additionalProperties": false
}
Expand Down
3 changes: 1 addition & 2 deletions application/schemas/ddi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,7 @@
}
},
"required": [
"title_statement",
"study_info"
"title_statement"
],
"additionalProperties": false
}
Expand Down

0 comments on commit 93dc18d

Please sign in to comment.