Skip to content

Commit

Permalink
Extend validator to support new field, 'sds_schema_version' (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 authored Jan 24, 2025
1 parent 0a343ec commit f106054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/questionnaire_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"description": {
"$ref": "common_definitions.json#/non_empty_string"
},
"sds_schema_version": {
"type": "string"
},
"supplementary_data": {
"type": "object",
"description": "A object containing the lists which come from supplementary data",
Expand Down

0 comments on commit f106054

Please sign in to comment.