From a4a24de842ec73d2e2c94143e1078e2d9a2a6f1b Mon Sep 17 00:00:00 2001 From: Beth Jacobson Date: Wed, 2 Oct 2024 12:21:47 -0400 Subject: [PATCH] Updated distribution description for dataset and ui. --- schema/collections/dataset.json | 2 +- schema/collections/dataset.ui.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/collections/dataset.json b/schema/collections/dataset.json index 5c9607ac51..95378504b1 100644 --- a/schema/collections/dataset.json +++ b/schema/collections/dataset.json @@ -225,7 +225,7 @@ }, "distribution": { "title": "Distribution", - "description": "A distribution is a container for the data object. Each distribution should contain one accessURL or downloadURL. When providing a downloadURL, also include the format of the file.", + "description": "A distribution is a container for the metadata specific to the data resource being shared. Each distribution should contain one Access URL or Download URL. When providing a Download URL, also include the format of the file. A distribution containing a Download URL to a csv or tsv file will generate queues that will import the data into a database table, this is referred to as a datastore. The datastore provides an API endpoint for users to run queries against the data.", "type": "array", "items": { "title": "Data File", diff --git a/schema/collections/dataset.ui.json b/schema/collections/dataset.ui.json index 2ac8c05196..75d046ebe3 100644 --- a/schema/collections/dataset.ui.json +++ b/schema/collections/dataset.ui.json @@ -112,7 +112,7 @@ }, "distribution": { "ui:options": { - "description": "A distribution is a container for the metadata specific to the data resource being shared. Each distribution should contain one Access URL or Download URL. When providing a Download URL, also include the format of the file." + "description": "A distribution is a container for the metadata specific to the data resource being shared. Each distribution should contain one Access URL or Download URL. When providing a Download URL, also include the format of the file. A distribution containing a Download URL to a csv or tsv file will generate queues that will import the data into a database table, this is referred to as a datastore. The datastore provides an API endpoint for users to run queries against the data." }, "items": { "@type": {