Skip to content

oas3: v0.12.0

Compare
Choose a tag to compare
@robjtede robjtede released this 09 Oct 09:51
· 51 commits to main since this release
cec1a71
  • Completely re-work spec::Header, updating it to conform to the OpenAPI v3.1 spec.
  • Allow explicit null schema examples to be deserialized as Some(serde_json::Value::Null).
  • Remove feature guard on spec::Typeset::{is_object_or_nullable_object, is_array_or_nullable_array}() methods.
  • Remove validation feature. (Functionality migrated to roast crate).
  • Remove conformance feature. (Functionality migrated to roast crate).