@magda/registry-aspects
Version:
Common aspects for use with the registry.
21 lines (20 loc) • 772 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"title": "Dataset Access Instructions",
"description": "Provides information that users need to access the dataset.",
"type": "object",
"properties": {
"useStorageApi": {
"title": "Whether Magda storage API should be used to store distribution data file.",
"type": "boolean"
},
"location": {
"title": "A text string represents the location of the dataset. Could be an URL, URI or a short text location description.",
"type": "string"
},
"notes": {
"title": "Any access considerations for users, such as permissions or restrictions they should be aware of.",
"type": "string"
}
}
}