Skip to content

Commit 76354c2

Browse files
committed
add questionnaire response schema to validate func
1 parent 751c780 commit 76354c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/validate_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def schema_lookup(schema: str) -> str:
4747
return "#/components/schemas/RelatedPersonBundle"
4848
if schema == "operationoutcome":
4949
return "#/components/schemas/OperationOutcome"
50+
if schema == "questionnaireresponse":
51+
return "#/components/schemas/QuestionnaireResponse"
5052

5153

5254
def validate_consent(schema: dict, schema_ref: str, file: str) -> None:

0 commit comments

Comments
 (0)