An open API service indexing awesome lists of open source software.

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

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