Skip to content

Tags: blendle/python-jsonschema-objects

Tags

v0.0.16

Toggle v0.0.16's commit message
0.0.16 - Fix behavior of exclusiveMinimum and exclusiveMaximum

validators so that they work properly.

v0.0.11

Toggle v0.0.11's commit message
0.0.11 - Generated wrappers can now properly deserialize data

representing 'oneOf' relationships, so long as the candidate
schemas are unique.

v0.0.10

Toggle v0.0.10's commit message
0.0.10 - Fixed incorrect checking of enumerations which

previously enforced that all enumeration values be of the same
type.

v0.0.9

Toggle v0.0.9's commit message
v0.0.9 - Adds support for 'memory:' reference resolution

v0.0.8

Toggle v0.0.8's commit message
0.0.8 - Fixed bugs that occurred when the same class was read

from different locations in the schema, and thus had a different
URI

v0.0.7

Toggle v0.0.7's commit message
Release 0.0.7 - bugfix

v0.0.6

Toggle v0.0.6's commit message
0.0.6 - All literals now use a standardized LiteralValue type.

Array validation actually coerces element types. `as_dict` can
translate objects to dictionaries seamlessly.

v0.0.5

Toggle v0.0.5's commit message
Release 0.0.5 - Improved validation for additionalItems (and tests to

match). Provided dictionary-syntax access to object properties
and iteration over properties.

v0.0.4

Toggle v0.0.4's commit message
Release 0.0.4 - Fixes a number of bugs.

v0.0.3

Toggle v0.0.3's commit message
Release 0.0.3 - Added support for other array validations (minItems,

maxItems, uniqueItems).