@magda/registry-aspects
Version:
Common aspects for use with the registry.
13 lines (12 loc) • 360 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"title": "CSV Dataset Aspect",
"description": "Aspect capturing a underlyig spreadsheet row extracted from input spreadsheet.",
"type": "object",
"properties": {
"json": {
"title": "Spreadsheet row as parsed in json format.",
"type": "object"
}
}
}