Info Object
Reference: https://swagger.io/specification/#info-object
The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.
Field Name | Support |
---|---|
title | ✓ |
description | ✓ |
termsOfService | ✓ |
contact | ✓ |
license | ✓ |
version | ✓ |
Contact Object
Contact information for the exposed API.
Field Name | Support |
---|---|
name | ✓ |
url | ✓ |
✓ |
License Object
License information for the exposed API.
Field Name | Support |
---|---|
name | ✓ |
url | ✓ |