Skip to content

Commit

Permalink
#2171: Add user_defined field to json validator
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Oct 26, 2023
1 parent d54ee9b commit b5be7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/JSON_data_files_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def _get_valid_schema(self) -> Schema:
},
'bytes': float
}
]
],
Optional('user_defined'): dict
},
]
}
Expand Down

0 comments on commit b5be7fd

Please sign in to comment.