issues
search
jacksmith15
/
statham-schema
Statham is a Python Model Parsing Library for JSON Schema.
https://statham-schema.readthedocs.io/en/latest/
MIT License
39
stars
10
forks
source link
Feature/rename via source not name
#41
Closed
jacksmith15
closed
4 years ago
jacksmith15
commented
4 years ago
source
keyword argument to
Property
. This allows mapping of input properties to differeing model attribute names.
Check list
Before asking for a review
[ ]
Target branch is
master
[ ]
make test
passes locally.
[ ]
[Unreleased]
section in
CHANGELOG.md
is updated.
[ ] I reviewed the "Files changed" tab and self-annotated anything unexpected.
Before review (reviewer)
[ ] All of the above are checked and true.
Review ALL items.
If not, return the PR to the author.
[ ] Continuous Integration is passing. If not, return the PR to the author.
After merge (reviewer)
[ ] Any issues that may now be closed are closed.
source
keyword argument toProperty
. This allows mapping of input properties to differeing model attribute names.Check list
Before asking for a review
Target branch ismaster
make test
passes locally.[Unreleased]
section in CHANGELOG.md is updated.Before review (reviewer)
After merge (reviewer)