License information for the exposed API.

interface ILicense {
    identifier?: string;
    name: string;
    url?: string;
}

Properties

Properties

identifier?: string

Identifier for the license used for the API.

example: MIT

name: string

The license name used for the API.

url?: string

A URL to the license used for the API.