Skip to content

Commit

Permalink
Add more information to the distribution description on the dataset f…
Browse files Browse the repository at this point in the history
…orm. (#4299)
  • Loading branch information
beeyayjay authored Oct 7, 2024
1 parent 6c76da2 commit bf2b62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/collections/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>Access URL</strong> or <strong>Download URL</strong>. 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",
Expand Down
2 changes: 1 addition & 1 deletion schema/collections/dataset.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>Access URL</strong> or <strong>Download URL</strong>. 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 <strong>Access URL</strong> or <strong>Download URL</strong>. 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": {
Expand Down

0 comments on commit bf2b62c

Please sign in to comment.