Record -
openapi
: ServiceInformation
Model for additional OpenAPI information of a Ballerina service.
Fields
- title string
-
Title of the OpenAPI definition
- serviceVersion string
-
Version of the OpenAPI
- description string
-
Description of the service
- termsOfService string
-
Service usage terms and conditions
- contact Contact {}
-
Contact information for the exposed API
- license License {}
-
License information for the exposed API
- externalDocs DocumentationInformation {}
-
Additional external documentation
- tags Tag[] []
-
A list of tags used by the specification with additional metadata
- security SecurityRequirement[] []
-
Security requirements for this service