зеркало из https://github.com/microsoft/CDM.git
22 строки
546 B
JSON
22 строки
546 B
JSON
{
|
|
"documentVersion": "1.0.1",
|
|
"$schema": "./schema.cdm.json",
|
|
"jsonSchemaSemanticVersion": "1.0.0",
|
|
"imports": [
|
|
{
|
|
"corpusPath": "/primitives.2.1.cdm.json"
|
|
}
|
|
],
|
|
"definitions": [
|
|
{
|
|
"explanation": "augments the meaning of entities or attributes with a qualification",
|
|
"traitName": "means.qualification",
|
|
"extendsTrait": "means"
|
|
},
|
|
{
|
|
"explanation": "values are an estimate only.",
|
|
"traitName": "means.qualification.estimate",
|
|
"extendsTrait": "means.qualification"
|
|
}
|
|
]
|
|
} |