-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for all relevant keywords to get_schema_fields. Add…
… name, deprecated_self, pattern, merge_by_id to Field. - Rename definition_path to definition - Remove support for null schema, which are invalid JSON Schema and prohibited by OCDS - Remove definition_pointer, definition_pointer_components, definition_path_components from Field - Remove support for adding fields to Field.__dict__ test: Add benchmark and regression tests. Add manage.py script to generate regression scenarios.
- Loading branch information
1 parent
b026e18
commit 3ed7c16
Showing
36 changed files
with
39,461 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/*.egg-info | ||
/.benchmarks | ||
/.coverage | ||
/build | ||
/dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.