Skip to content

Commit

Permalink
Add DESNZ theme validation (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Jun 12, 2023
1 parent 7872e40 commit 198792f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/validators/metadata_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def validate_mandatory(self):
"dbt-dsit",
"dbt-dsit-ni",
"orr",
"desnz",
"desnz-ni",
]:
required_metadata_names.extend(["user_id", "period_id", "ru_name"])

Expand Down
2 changes: 2 additions & 0 deletions schemas/questionnaire_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"dbt-dsit",
"dbt-dsit-ni",
"orr",
"desnz",
"desnz-ni",
"census",
"census-nisra"
]
Expand Down

0 comments on commit 198792f

Please sign in to comment.