forked from loafle/openapi-generator-original
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.
18 lines
342 B
Markdown
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
|
|
|