Here are
8 public repositories
matching this topic...
📘 OpenAPI/Swagger-generated API Reference Documentation
-
Updated
Aug 3, 2022
-
TypeScript
🤖 Generator for GH repo to help you manage the OpenAPI definition lifecycle
-
Updated
Aug 2, 2022
-
JavaScript
A collection of Editors, Linters, Parsers, Code Generators, Documentation, Testing
-
Updated
Jul 29, 2022
-
HTML
🔠 Tool for generation samples based on OpenAPI(fka Swagger) payload/response schema
-
Updated
Jul 28, 2022
-
JavaScript
OpenAPI starter repository
Apigen allow generate springboot archetipe using openapi file as mapping tool between the openapi definition and the database.
OAS 3.1 Validation and Diff CLI Tool
Improve this page
Add a description, image, and links to the
openapi31
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
openapi31
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
No validation rule applies on the "Examples" field name defined in
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#exampleObject
--> All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9.-_]+$.
To Reproduce
I created an openapi.yaml containing the following lines