OasLicense
OasLicense is a union of OpenAPI license objects. It can be one of
Properties
Property | Type | Description |
---|---|---|
name | string | The name of the license. |
url | string | undefined | The URL of the license. |
extensionFields | Record<string, unknown> | undefined | Optional map of custom fields defined by OpenAPI extensions. Keys are strings beginning with x- and values are of any valid JSON type. |