forked from microsoft/CDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeanings.1.1.cdm.json
36 lines (36 loc) · 913 Bytes
/
meanings.1.1.cdm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "./schema.cdm.json",
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "/primitives.1.1.cdm.json"
},
{
"corpusPath": "/meanings.concepts.1.2.cdm.json"
},
{
"corpusPath": "/meanings.identity.1.1.cdm.json"
},
{
"corpusPath": "/meanings.calendar.1.0.cdm.json"
},
{
"corpusPath": "/meanings.measurement.1.2.cdm.json"
},
{
"corpusPath": "/meanings.formats.1.0.cdm.json"
},
{
"corpusPath": "/meanings.qualifiers.1.0.cdm.json"
},
{
"corpusPath": "/meanings.demographics.1.0.cdm.json"
},
{
"corpusPath": "/meanings.location.1.0.cdm.json"
},
{
"corpusPath": "/meanings.privacy.1.0.cdm.json"
}
]
}