Skip to content

Commit

Permalink
Added fields.IPInterface marshmallow field type to python types mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nusnuson committed Jul 22, 2021
1 parent b753939 commit 2f6a2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marshmallow_jsonschema/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
(fields.List, list),
(fields.Number, decimal.Decimal),
(fields.IP, str),
(fields.IPInterface, str),
# This one is here just for completeness sake and to check for
# unknown marshmallow fields more cleanly.
(fields.Nested, dict),
Expand Down

0 comments on commit 2f6a2f2

Please sign in to comment.