Skip to main content

Interface: IOpenApiLicense

An OpenAPI License Object.

See

https://spec.openapis.org/oas/latest.html#license-object

Properties

name

name: string

The license name.

See

https://spec.openapis.org/oas/latest.html#fixed-fields-2


identifier?

optional identifier?: string

The SPDX license expression.

See

https://spec.openapis.org/oas/latest.html#fixed-fields-2


url?

optional url?: string

The URI for the license.

See

https://spec.openapis.org/oas/latest.html#fixed-fields-2