-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
43 lines (43 loc) · 1.22 KB
/
manifest.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
{
"id": "ITS-BMM",
"title": "BMM Schemas",
"description": "openEHR BMM Schemas",
"keywords": "openEHR, BMM",
"specifications": [
{
"id": "ITS-BMM",
"title": "BMM Schemas",
"title_short": "BMMs",
"description": "openEHR BMM Schemas",
"summary": "BMM schemas for use with openEHR systems and tools",
"micro_summary": "BMM schemas for Task Planning, RM, Expressions, BASE",
"link": "components/",
"copyright_year": "2017",
"spec_status": "DEVELOPMENT",
"keywords": "bmm, schema, its, openehr"
}
],
"expressions": [
{
"id": "ITS-BMM src",
"type": "url",
"title": "ITS-BMM on github",
"description": "openEHR BMM Schemas on github.",
"link": "https://github.com/openEHR/specifications-ITS-BMM/"
}
],
"jira": {
"open_issues": "11161",
"roadmap": "SPECITS"
},
"releases": [
{
"id": "1.0.0",
"date": "",
"jira": {
"crs": "SPECITS/versions/12546",
"prs": "SPECPR/versions/12545"
}
}
]
}