https://github.com/ddobrin/openapi-spec
Sample specs to bundle, validate and generate code for OpenAPI
https://github.com/ddobrin/openapi-spec
Last synced: over 1 year ago
JSON representation
Sample specs to bundle, validate and generate code for OpenAPI
- Host: GitHub
- URL: https://github.com/ddobrin/openapi-spec
- Owner: ddobrin
- License: apache-2.0
- Created: 2020-02-26T13:45:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:12:55.000Z (about 5 years ago)
- Last Synced: 2024-10-06T02:03:39.931Z (almost 2 years ago)
- Language: Shell
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-spec
Samples to illustrate how to bundle, validate and generate code from OpenAPI specifications
### Goals
1. Show best practices for managing OpenAPI specifications in a large organization with shared specification elements
2. Show how to bundle specifications from multiple elements and validate the bundled specification
3. Show how to generate a model from the specification, for development
4. Show how various OpenAPI 3.x artifacts can be reused in a specification, and where they can be useful for a development team
### Disclaimer
1. These sample specs are not meant to be full specifications for production usage. They are meant only to illustrate general concepts
### Tools
1. openapi-bundler
2. codegen