Skip to content

3.1.0

Compare
Choose a tag to compare
@spacether spacether released this 28 Sep 21:18
· 165 commits to master since this release
e378f80

Adds preliminary openapi v3.1.0 document processing

Over 50% of the 3.1.0 new json schema keyword features have been implemented
Preliminary 3.1.0 spec support includes these json schema keywords:

  1. type (array of types supported in addition to one non-array value)
  2. const: only string values are working because of bugs in swagger parser
  3. contains
  4. dependentRequired
  5. dependentSchemas
  6. maxContains
  7. minContains
  8. patternProperties
  9. prefixItems
  10. propertyNames
  11. unevaluatedItems
  12. unevaluatedProperties

What's Changed

Full Changelog: 3.0.0...3.1.0