@magda/registry-aspects
Version:
Common aspects for use with the registry.
17 lines (16 loc) • 548 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"title": "Dataset Format Aspect",
"description": "Aspect containing the format of a distribution, and the probability that it's correct",
"type": "object",
"properties": {
"format": {
"title": "The determined format for this distribution",
"type": "string"
},
"confidenceLevel": {
"title": "The level of confidence (percentage probability) that this is the correct format",
"type": "number"
}
}
}