Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Feb 10, 2022
1 parent e526e40 commit a62b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdskit/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ def add_validation_properties(schema, unique_items=True, coordinates=False):
value['required'] = ['id', 'name']
elif key in ['Amendment', 'RelatedProcess']:
value['required'] = ['id']

add_validation_properties(value, unique_items=unique_items, coordinates=coordinates)

0 comments on commit a62b826

Please sign in to comment.