Namespace: Swagger
protoc_gen_openapiv2.options.Swagger
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of a Swagger.
Type declaration
| Name | Type |
|---|---|
basePath? | string | null |
consumes? | string[] | null |
extensions? | { [k: string]: $Shape; } | null |
externalDocs? | $Shape | null |
host? | string | null |
info? | $Shape | null |
produces? | string[] | null |
responses? | { [k: string]: $Shape; } | null |
schemes? | Scheme[] | null |
security? | $Shape[] | null |
securityDefinitions? | $Shape | null |
swagger? | string | null |
tags? | $Shape[] | null |