GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
606 stars 110 forks source link

Add support for OpenAPI 3.1.0 #136

Open ralpha opened 9 months ago

ralpha commented 9 months ago

Add support for OpenAPI 3.1.0 spec. Spec: https://spec.openapis.org/oas/v3.1.0 But do this under a feature flag so both can be used. We can then later switch the default over once it is stable.

Also add documentation to Okapi crate while going over spec.