-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
84 lines (84 loc) · 2.51 KB
/
Copy pathmanifest.json
File metadata and controls
84 lines (84 loc) · 2.51 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"id": "QUERY",
"title": "Query Languages",
"description": "Query Languages Component",
"keywords": "query languages, openehr, AQL",
"specifications": [
{
"id": "AQL",
"title": "Archetype Query Language (AQL)",
"title_short": "AQL",
"description": "openEHR Archetype Query Language (AQL)",
"summary": "Query language based on archetype paths and pattern matching.",
"micro_summary": "Archetype Query Language",
"copyright_year": "2008",
"spec_status": "STABLE",
"keywords": "query, AQL, archetype, Xpath, openehr"
},
{
"id": "AQL_examples",
"title": "Archetype Query Language Examples",
"title_short": "AQL Examples",
"description": "openEHR Archetype Query Language (AQL) examples.",
"summary": "Examples of AQL use.",
"micro_summary": "AQL Examples",
"copyright_year": "2020",
"spec_status": "DEVELOPMENT",
"keywords": "query, AQL, example, openehr"
}
],
"expressions": [
{
"id": "AqlLexer.g4",
"type": "file",
"title": "ANTLR4 lexer",
"link": "AQL/grammar/AqlLexer.g4",
"description": "ANTLR4 lexer grammar for AQL."
},
{
"id": "AqlParser.g4",
"type": "file",
"title": "ANTLR4 parser",
"link": "AQL/grammar/AqlParser.g4",
"description": "ANTLR4 parser grammar for AQL."
}
],
"jira": {
"open_issues": "11109",
"roadmap": "SPECQUERY"
},
"releases": [
{
"id": "1.2.0",
"date": "",
"jira": {
"crs": "SPECQUERY/versions/12534",
"prs": "SPECPR/versions/11566"
}
},
{
"id": "1.1.0",
"date": "2021-05-14",
"jira": {
"crs": "SPECQUERY/versions/11262",
"prs": "SPECPR/versions/11565"
}
},
{
"id": "1.0.1",
"date": "2020-07-26",
"jira": {
"crs": "SPECQUERY/versions/11261",
"prs": "SPECPR/versions/12530"
}
},
{
"id": "1.0.0",
"date": "2017-11-15",
"jira": {
"crs": "SPECQUERY/versions/11260",
"prs": "SPECPR/versions/11564"
}
}
]
}