Skip to content

[I] License

License information

[extensionKey: string]: unknown

Additional extension data. Keys must start with x-.

PropertyTypeDescription
identifier?stringAn SPDX license expression for the API. Mutually exclusive with url. Only supported in OpenAPI 3.1+. For OpenAPI 3.0, this will be emitted as x-oai-license-identifier.
namestringThe license name used for the API.
url?stringA URL to the license used for the API. MUST be in the format of a URL. Mutually exclusive with identifier.