@magda/registry-aspects
Version:
Common aspects for use with the registry.
12 lines (11 loc) • 368 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"title": "Project Open Data Dataset Aspect",
"description": "Aspect capturing a complete representation of a dataset according to Project Open Data (data.json).",
"type": "object",
"allOf": [
{
"$ref": "https://project-open-data.cio.gov/v1.1/schema/dataset.json"
}
]
}