You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if jsonschema could provide support for retrieving a processed copy of the validated document, with automatic conversion of formatted strings into python data types.
This would have to be a configuration option on the validator/formatter, since not all format strings have an obvious native python data type (e.g. datetimes have an obvious native type, but "ipv4" may not).
So for example, with an appropriately configured validator, you could do something like: