Skip to content

Commit 89bb544

Browse files
fix: drop additionalProperties: false
Unfortunately this does not mix well with the conditional "year" property.
1 parent aaf5d5a commit 89bb544

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/api/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ def active_email_list(request):
529529
},
530530
},
531531
"required": ["dest", "message"],
532-
"additionalProperties": False,
533532
"if": {
534533
# If dest == "nomcom-feedback"...
535534
"properties": {

0 commit comments

Comments
 (0)