Skip to content

Service License

The license section allows you to specify all license info to use this service by third parties.

Fields

A service license contains the following fields to be defined:

LicenseInfo

All license information for this service.

Example:

1
2
License:
  LicenseInfo: Use under MIT


LicenseUrl

A license page URL that display the license information.

Requirements Rules:

  • Must be a valid URI pattern

Example:

1
2
3
License:
  LicenseInfo: Use under MIT
  LicenseUrl: https://mydomain.com/license


Back to top