Interface License

License type

Hierarchy

  • License

Properties

additionalData?: StringIndexedObject

Non-standard additional data provided by the API.

compliance: {
    okd?: boolean;
    osi?: boolean;
}

The license's compliance with other standards

Type declaration

  • Optional okd?: boolean

    Is the license OKD compliant

  • Optional osi?: boolean

    Has the licence been approved by the Open Source Initiative

conformance: {
    od?: string;
    osd?: string;
}

The license's conformance with other standards

Type declaration

  • Optional od?: string

    Is the license conformant with the Open Definition

  • Optional osd?: string

    Is the license conformant with the Open Source Definition

domain: {
    content?: boolean;
    data?: boolean;
    software?: boolean;
}

The license's usage on the domain

Type declaration

  • Optional content?: boolean
  • Optional data?: boolean
  • Optional software?: boolean
family?: string

Which family of licenses this license belongs to

generic?: boolean

Is the license generic?

id: string

The license's id

status?: string

The license's status

title: string

The license's human-readable title

url?: string

The license's URL

Generated using TypeDoc