@magda/registry-aspects
Version:
Common aspects for use with the registry.
23 lines (22 loc) • 679 B
JSON
{
"$schema": "http://json-schema.org/hyper-schema#",
"title": "Dataset Distributions Aspect",
"description": "Specifies the list of distributions of a dataset.",
"type": "object",
"properties": {
"distributions": {
"title": "The distributions of this dataset.",
"type": "array",
"items": {
"title": "A ID of a distribution of this dataset.",
"type": "string",
"links": [
{
"href": "/api/v0/registry/records/{$}",
"rel": "item"
}
]
}
}
}
}