@magda/registry-aspects
Version:
Common aspects for use with the registry.
19 lines (18 loc) • 541 B
JSON
{
"$schema": "http://json-schema.org/hyper-schema#",
"title": "Dataset Publisher Aspect",
"description": "Links to the publisher of a dataset.",
"type": "object",
"properties": {
"publisher": {
"title": "The ID of the record representing the organization that published this dataset.",
"type": "string",
"links": [
{
"href": "/api/v0/registry/records/{$}",
"rel": "item"
}
]
}
}
}