Skip to content

Commit 06b1aae

Browse files
committed
adding resource map
1 parent b91a146 commit 06b1aae

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"filename": "query-test.swagger.json",
4+
"rt": [
5+
"oic.r.test.query"
6+
],
7+
"title": "Query Test"
8+
},
9+
{
10+
"filename": "range-test.swagger.json",
11+
"rt": [
12+
"oic.r.test.range"
13+
],
14+
"title": "Range Test"
15+
},
16+
{
17+
"filename": "sensor-test.swagger.json",
18+
"rt": [
19+
"oic.r.test.sensor"
20+
],
21+
"title": "test sensor"
22+
},
23+
{
24+
"filename": "variant-test.swagger.json",
25+
"rt": [
26+
"oic.r.test.variant"
27+
],
28+
"title": "test variants"
29+
}
30+
]

0 commit comments

Comments
 (0)