License

class License(d: dict[str, Any] = None, name: str = None, identifier: str = None, url: str = None)

License information for the exposed API.

property name: str

REQUIRED. The license name used for the API.

property identifier: str | None

An SPDX license expression for the API. The identifier field is mutually exclusive of the url field.

property url: str | None

A URI for the license used for the API. This MUST be in the form of a URI. The url field is mutually exclusive of the identifier field.