From ce413a4a8c485192e207da11572c409f9e11694b Mon Sep 17 00:00:00 2001
From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
Date: Wed, 8 Nov 2023 21:24:31 +0000
Subject: [PATCH 1/2] Fixed link to SPDX identifiers
---
versions/3.1.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versions/3.1.0.md b/versions/3.1.0.md
index 39425bd6b9..dd24b6973a 100644
--- a/versions/3.1.0.md
+++ b/versions/3.1.0.md
@@ -299,7 +299,7 @@ License information for the exposed API.
Field Name | Type | Description
---|:---:|---
name | `string` | **REQUIRED**. The license name used for the API.
-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.
+identifier | `string` | An [SPDX](https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/#a1-licenses-with-short-identifiers) license expression for the API. The `identifier` field is mutually exclusive of the `url` field.
url | `string` | A URL to the license used for the API. This MUST be in the form of a URL. The `url` field is mutually exclusive of the `identifier` field.
This object MAY be extended with [Specification Extensions](#specificationExtensions).
From 2a4d6b32b4483d6504ee2ded63ddc14f09b3f42a Mon Sep 17 00:00:00 2001
From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
Date: Wed, 22 Nov 2023 21:30:24 +0000
Subject: [PATCH 2/2] Update 3.1.0.md
---
versions/3.1.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versions/3.1.0.md b/versions/3.1.0.md
index dd24b6973a..441eb9c90b 100644
--- a/versions/3.1.0.md
+++ b/versions/3.1.0.md
@@ -299,7 +299,7 @@ License information for the exposed API.
Field Name | Type | Description
---|:---:|---
name | `string` | **REQUIRED**. The license name used for the API.
-identifier | `string` | An [SPDX](https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/#a1-licenses-with-short-identifiers) license expression for the API. The `identifier` field is mutually exclusive of the `url` field.
+identifier | `string` | An [SPDX](https://spdx.org/licenses/) license expression for the API. The `identifier` field is mutually exclusive of the `url` field.
url | `string` | A URL to the license used for the API. This MUST be in the form of a URL. The `url` field is mutually exclusive of the `identifier` field.
This object MAY be extended with [Specification Extensions](#specificationExtensions).