File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1- # openapi
1+ # openapi
2+
3+ Package openapi is a set of Go types for [ OpenAPI Specification
4+ 3.1] ( https://spec.openapis.org/oas/v3.1.0 ) . The primary purpose of the package
5+ is to assist in generation of OpenAPI documentation or to offer building blocks
6+ for code-generation.
7+
8+ ## Validation
9+
10+ Currently, specifications are validated with JSON Schema. Per OpenAPI's
11+ documentation, this may not be enough to properly encapsulate all the nuances
12+ of a specification. However, JSON Schema is able to properly validate the current
13+ OpenAPI 3.1 Specification test suite.
14+
15+ If you run into an edge case that is not validated adequetely, please open a ticket.
16+
17+ ## Contributions
18+
19+ Feel free to open up a ticket or create a pull request if there are features or
20+ bugs you'd like to contribute.
21+
22+ ## License
23+
24+ MIT
You can’t perform that action at this time.
0 commit comments