Skip to content

oas3: v0.9.0

Compare
Choose a tag to compare
@robjtede robjtede released this 18 Aug 19:52
· 91 commits to main since this release
9adf70c
  • Rename spec::{Schema => ObjectSchema} struct.
  • Add spec::BooleanSchema struct.
  • Add spec::Schema enum.
  • The spec::ObjectSchema::addition_properties field is now of type Option<Schema>.
  • The spec::Parameter::schema field is now of type ObjectOrReference<ObjectSchema>.
  • Add Operation::extensions field.
  • Minimum supported Rust version (MSRV) is now 1.75.