-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
66 lines (66 loc) · 1.91 KB
/
config.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"defaults": {
"_documentation": "this object contains the default publishing policy for different types. Anything not mentioned defaults to true",
"Any": {
"xml": true,
"json": true,
"ttl": true,
"xml-html": true,
"json-html": true,
"ttl-html": true,
"template-format": "template/instance-template-format.html",
"template-base": "template/instance-template-base.html"
},
"CodeSystem": {
"summary": true,
"content": true,
"xref": true
},
"ValueSet": {
"summary": true,
"cld": true,
"xref": true,
"expansion": true
},
"ConceptMap": {
"summary": true,
"content": true,
"xref": true
},
"StructureDefinition": {
"shex": true,
"sch": true,
"json-schema": true,
"summary": true,
"header": true,
"diff": true,
"snapshot": true,
"pseudo-xml": true,
"pseudo-json": true,
"pseudo-ttl": true,
"uml": true,
"tx": true,
"inv": true,
"dict": true,
"maps": true,
"xref": true,
"template-base": "template/instance-template-sd.html",
"template-defns": "template/instance-template-sd-definitions.html",
"template-mappings": "template/instance-template-sd-mappings.html",
"template-examples": "template/instance-template-sd-examples.html"
}
},
"scripts": {
"onLoad": "scripts/onload.ant.xml"
},
"extraTemplates": [
{
"name": "mappings",
"description": "Mappings"
},
{
"name": "examples",
"description": "Examples"
}
]
}