Skip to content

Commit

Permalink
#2250: Make count field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Feb 28, 2024
1 parent 265b63c commit e0916a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/JSON_data_files_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_valid_schema(self) -> Schema:
'num_nodes': int,
},
Optional('phases'): {
'count': int,
Optional('count'): int,
'skipped': {
'list': [int],
'range': [[int]],
Expand Down

0 comments on commit e0916a0

Please sign in to comment.