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
@@ -295,7 +295,8 @@ License information for the exposed API.
295
295
Field Name | Type | Description
296
296
---|:---:|---
297
297
<a name="licenseName"></a>name | `string` | **REQUIRED**. The license name used for the API.
298
-
<a name="licenseUrl"></a>url | `string` | A URL to the license used for the API. MUST be in the format of a URL.
298
+
<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.
299
+
<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.
299
300
300
301
This object MAY be extended with [Specification Extensions](#specificationExtensions).
301
302
@@ -304,13 +305,13 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
0 commit comments