From 37c06439ff64619e1f20ff522ec19b6dcff6bc7d Mon Sep 17 00:00:00 2001 From: jvandegriff Date: Tue, 25 Feb 2025 16:20:46 -0500 Subject: [PATCH] clarifying what a lists of licenses implies --- hapi-dev/HAPI-data-access-spec-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-dev/HAPI-data-access-spec-dev.md b/hapi-dev/HAPI-data-access-spec-dev.md index b799ac9..2c031ef 100644 --- a/hapi-dev/HAPI-data-access-spec-dev.md +++ b/hapi-dev/HAPI-data-access-spec-dev.md @@ -563,7 +563,7 @@ is not allowed, and servers must respond with an error status. See [HAPI Status | `creationDate` | string | **Optional** [Restricted ISO 8601](#376-representation-of-time) date/time of the dataset creation. | | `citation` | string | **Optional** Deprecated; use `datasetCitation`. | | `datasetCitation` | string | **Optional** How to cite the data set. An actionable DOI is preferred (e.g., https://doi.org/...). Note that there is a `serverCitation` in an `/about` response for citing the data server, but `datasetCitation` is for the dataset citation, which is typically different. | -| `license` | string or array | **Optional** A URL or array of URLs to a license landing page. If the license is in the [spdx.org](https://spdx.org/) list, provide a link to it. Multiple `license`s can be provided by using an array of strings.| +| `licenseURL` | string or array of strings | **Optional** A URL or array of URLs to a license landing page. If the license is in the [spdx.org](https://spdx.org/) list, provide a link to it. A list of licenses implies that users may choose any one from the list.| | `provenance` | string | **Optional** A description of the provenance of this dataset.| | `modificationDate` | string | **Optional** [Restricted ISO 8601](#376-representation-of-time) date/time of the modification of the any content in the dataset. | | `contact` | string | **Optional** Relevant contact person name (and possibly contact information) for science questions about the dataset. |