ouropencode / OpenDocumenter

OpenDocumenter is a automatic documentation generator for OpenAPI v3 schemas. Simply provide your schema file in JSON or YAML, then sit back and enjoy the documentation.
MIT License
163 stars 11 forks source link

OpenAPI Specification - 3.1.0-rc0 #2

Open R4wizard opened 4 years ago

R4wizard commented 4 years ago

OAS 3.1.0-rc0 Released!

view OAI changelog on GitHub

Additions

Extended Functionality

Changes

Breaking changes

Clarifications

philsturgeon commented 2 years ago

Hey @R4wizard it's great to see you've started on this! Is there anything blocking your progress that I can help with?

I've got a few handy links here which might help, for example some articles showing off the differences between OpenAPI v3.0 and v3.1.

Here are some example files which can make for handy pass/fail test cases:

https://github.com/Mermade/openapi3-examples/tree/master/3.1

If you're looking for the JSON Schema that defines a valid OpenAPI document, that'll be right over here:

https://github.com/OAI/OpenAPI-Specification/tree/main/schemas/v3.1

Lmk if there's anything else. 👍🏻