openapi-generator/docs/specification-info.md
Jim Schubert 3ed68a0515 [docs] Migrate FAQ, release summary from wiki
FAQ has been split into multiple smaller documents to better categorize
and allow users to find what they're looking for (in docs folder or in
new website).

Release summary information (versioning strategy and cadence) has been
migrated from the Wiki and clarified a bit.

Also adds copy button for all code snippets in website.
2019-01-06 22:45:32 -05:00

18 lines
342 B
Markdown

---
id: spec-info
title: Spec Info
---
## OpenAPI
### 2.0
### 3.x
### Tags
Tags basically group endpoints into the same API class file. For example, an endpoint with the `store` tag will be generated in the StoreApi class file in most generators.
Ref: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#tagObject