-
# OpenAPI Specification or the most underrated feature | BrocksiNet
How would we work without an API? If you were debugging something right now, you would surely say "much better" :wink: But let's fa…
-
I noticed in the code generator for Schema.default, the only acceptable types are bool, string, float, and int. https://github.com/google/gnostic/blob/master/generate-gnostic/generate-compiler.go#L233…
-
Track the examples from OpenAPIs project and confirm they successfully load into Booknds.
https://github.com/OAI/OpenAPI-Specification/tree/master/examples/v2.0/json
-
The 3.1 version of OAS was released, it would be nice to have the compatibility in this tool to validade specifications in this version of the spec.
https://github.com/OAI/OpenAPI-Specification/rel…
-
### Documentation Publication
All APIs, libraries, and user facing functions that we own must be documented and published. This does not include COTS products like Jupyter, Airflow, etc, though we …
-
Better documentation for the endpoints in README
Generate an OpenAPI 3.0 specification and host it with Github Pages :)
-
The Swagger/OpenAPI view/definition[0] for Shavar is only implemented in YAML.
For reference, I'm using http://shavar.stage.mozaws.net/__api__ - it returns an __api__ file of content-type: applicat…
-
[ObjectSchema.tsx](https://github.com/Rebilly/ReDoc/blob/master/src/components/Schema/ObjectSchema.tsx) does not render schema description, even though the OpenAPI spec allows it, including using Comm…
-
For quite some time there have been significant issues around data models, request
parsing and response marshalling in `flask-restx` (carried over from
`flask-restplus`). The most obvious of which i…
-
Hello!
According to [the specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#headerObject) header object (in components section) must not include a `name`, the…