Skip to content

Releases: v-v-vishnevskiy/extended-jsonschema-py

0.1.0

22 Dec 20:19
Compare
Choose a tag to compare

Features

  • Checking the provided keyword values
  • Added keywords for draft-04
    • $schema
    • additionalItems
    • additionalProperties
    • allOf
    • anyOf
    • dependencies
    • enum
    • exclusiveMaximum
    • exclusiveMinimum
    • format
    • items
    • maximum
    • maxItems
    • maxLength
    • maxProperties
    • minimum
    • minItems
    • minLength
    • minProperties
    • multipleOf
    • not
    • oneOf
    • pattern
    • patternProperties
    • properties
    • required
    • type
    • uniqueItems