.cdm-java.6.0.0-dev.72.source-code.cdm-base-staticdata-asset-common-Taxonomy.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.staticdata.asset.common",
"type": "object",
"title": "Taxonomy",
"description": "Defines the taxonomy of an object by combining a taxonomy source (i.e. the rules to classify the object) and a value (i.e. the output of those rules on the object).",
"properties": {
"source": {
"description": "The source of the taxonomy that defines the rules for classifying the object. The taxonomy source is taken from a enumerated list of taxonomy names. Optional as the taxonomy source may not be provided.",
"$ref": "cdm-base-staticdata-asset-common-TaxonomySourceEnum.schema.json"
},
"value": {
"description": "The value according to that taxonomy. Optional as it may not be possible to classify the object in that taxonomy.",
"$ref": "cdm-base-staticdata-asset-common-TaxonomyValue.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy