License interface

The license information for the API.

Properties

identifier

SPDX license information for the API. The identifier field is mutually exclusive of the URL field.

name

Name of the license.

url

URL pointing to the license details. The URL field is mutually exclusive of the identifier field.

Property Details

identifier

SPDX license information for the API. The identifier field is mutually exclusive of the URL field.

identifier?: string

Property Value

string

name

Name of the license.

name?: string

Property Value

string

url

URL pointing to the license details. The URL field is mutually exclusive of the identifier field.

url?: string

Property Value

string