Skip to content

Commit 2b41132

Browse files
authored
Fix COMMENTS checker (#157)
Fix required properties in MasterdataValidator for Comments
1 parent 7136271 commit 2b41132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bam_masterdata/checker/masterdata_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _validate_model(self, model: dict) -> dict:
180180
# Check if required properties exist in specific sections
181181
required_properties = {
182182
"Additional Information": "NOTES",
183-
"Comments": "COMMENTS",
183+
"Comments": "$XMLCOMMENTS",
184184
}
185185

186186
# Track found properties

0 commit comments

Comments
 (0)