forked from opengeospatial/ogcapi-processes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasciidoctor.json
More file actions
66 lines (66 loc) · 2.46 KB
/
asciidoctor.json
File metadata and controls
66 lines (66 loc) · 2.46 KB
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
{
"0": {
"OGC_doc_number": "18-062r3",
"urn":"http://www.opengis.net/doc/IS/ogcapi-processes-1/2.0",
"title":"OGC API - Processes - Part 1: Core",
"version":"2.0.0",
"path":"18-062.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"1": {
"OGC_doc_number": "20-044",
"urn":"http://www.opengis.net/doc/IS/ogcapi-processes-2/1.0",
"title":"OGC API - Processes - Part 2: Deploy, Replace, Undeploy",
"version":"1.0.0",
"path":"extensions/deploy_replace_undeploy/standard/20-044.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"2": {
"OGC_doc_number": "21-099",
"urn":"http://www.opengis.net/doc/IS/ogcapi-processes-3/1.0",
"title":"OGC API - Processes - Part 3: Workflows and Chaining",
"version":"1.0.0",
"path":"extensions/workflows/21-099.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"3": {
"OGC_doc_number": "24-051",
"urn":"http://www.opengis.net/doc/IS/ogcapi-processes-4/1.0",
"title":"OGC API - Processes - Part 4: Job Management",
"version":"1.0.0",
"path":"extensions/job_management/standard/21-099.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
}
}