Skip to content

Commit

Permalink
update coverage flags fields schema as support unknown fields [STTNHU…
Browse files Browse the repository at this point in the history
…B-198] (#1844)
  • Loading branch information
devketanpro authored Aug 18, 2023
1 parent b28a6e7 commit 9571a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/planning/planning/planning.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@ def duplicate_xmp_file(self, coverage):
"assigned_to": assigned_to_schema,
"flags": {
"type": "dict",
"allow_unknown": True,
"schema": {"no_content_linking": {"type": "boolean", "default": False}},
},
TO_BE_CONFIRMED_FIELD: TO_BE_CONFIRMED_FIELD_SCHEMA,
Expand Down

0 comments on commit 9571a01

Please sign in to comment.