Parts of OpenAPI 3.0 Specification
Info and Components are important parts of API Definition
- Info – Provides Name, Description and Developers information of API
- Servers – Provides server information and various environment URL of API
- Security – Provides details about how API is secured, API keys, Authorization information
- Paths – Details about API Endpoints
- Tags and extenaldocs – Tags that could be grouped for API operations
- Components – Set of reusable objects which could be used during API definition