UNPKG

@magda/registry-aspects

Version:

Common aspects for use with the registry.

14 lines (13 loc) 411 B
{ "$schema": "http://json-schema.org/schema#", "title": "Dataset Linked Data Rating Aspect", "description": "Aspect describing the linked data quality of the dataset out of 5 stars as per https://www.w3.org/DesignIssues/LinkedData.html", "type": "object", "properties": { "stars": { "type": "integer", "minimum": 0, "maximum": 5 } } }