You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.1.0.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,8 @@ License information for the exposed API.
297
297
Field Name | Type | Description
298
298
---|:---:|---
299
299
<a name="licenseName"></a>name | `string` | **REQUIRED**. The license name used for the API.
300
-
<a name="licenseUrl"></a>url | `string` | A URL to the license used for the API. MUST be in the format of a URL.
300
+
<a name="licenseIdentifier"></a>identifier | `string` | An [SPDX](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60) license expression for the API. The `identifier` field is mutually exclusive of the `url` field.
301
+
<a name="licenseUrl"></a>url | `string` | A URL to the license used for the API. MUST be in the format of a URL. The `url` field is mutually exclusive of the `identifier` field.
301
302
302
303
This object MAY be extended with [Specification Extensions](#specificationExtensions).
303
304
@@ -306,13 +307,13 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
0 commit comments