Skip to content

Commit

Permalink
#2229: Add attributes field for rank and object
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Dec 22, 2023
1 parent 13b1920 commit 14b12dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/JSON_data_files_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def _get_valid_schema(self) -> Schema:
'range': [[int]],
},
},
Optional('attributes'): dict
},
'phases': [
{
Expand All @@ -77,7 +78,8 @@ def _get_valid_schema(self) -> Schema:
Optional('index'): [int],
'type': str,
'migratable': bool,
Optional('objgroup_id'): int
Optional('objgroup_id'): int,
Optional('attributes'): dict
},
'node': int,
'resource': str,
Expand Down

0 comments on commit 14b12dc

Please sign in to comment.