Skip to content

Commit 72cbefe

Browse files
committed
Merge remote-tracking branch 'origin/master' into test_merge
* origin/master: 基本プロファイルの定義を追加。 不正なJSONを修正。 # Conflicts: # api/airConditioner.json # api/authorization.json # api/connect.json # api/deviceOrientation.json # api/ecg.json # api/file.json # api/fileDescriptor.json # api/health.json # api/humanDetect.json # api/mediaplayer.json # api/proximity.json # api/stressEstimation.json # api/temperature.json # api/touch.json
2 parents 391b51b + ad274c4 commit 72cbefe

3 files changed

Lines changed: 160 additions & 0 deletions

File tree

api/serviceInformation.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"title": "ServiceInformation Profile",
5+
"version": "2.0.0",
6+
"description": ""
7+
},
8+
"consumes": [],
9+
"paths": {
10+
"/": {
11+
"get": {
12+
"x-type": "one-shot",
13+
"summary": "",
14+
"description": "",
15+
"parameters": [
16+
{
17+
"name": "serviceId",
18+
"in": "query",
19+
"required": true,
20+
"type": "string"
21+
}
22+
],
23+
"responses": {
24+
"200": {
25+
"description": ""
26+
}
27+
}
28+
}
29+
}
30+
}
31+
}

api/servicediscovery.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"title": "ServiceDiscovery Profile",
5+
"version": "2.0.0",
6+
"description": ""
7+
},
8+
"consumes": [],
9+
"paths": {
10+
"/": {
11+
"get": {
12+
"x-type": "one-shot",
13+
"summary": "",
14+
"description": "",
15+
"parameters": [],
16+
"responses": {
17+
"200": {
18+
"description": ""
19+
}
20+
}
21+
}
22+
},
23+
"/onServiceChange": {
24+
"get": {
25+
"x-type": "one-shot",
26+
"summary": "",
27+
"description": "",
28+
"parameters": [],
29+
"responses": {
30+
"200": {
31+
"description": ""
32+
}
33+
}
34+
},
35+
"put": {
36+
"x-type": "event",
37+
"summary": "",
38+
"description": "",
39+
"parameters": [],
40+
"responses": {
41+
"200": {
42+
"description": ""
43+
}
44+
}
45+
},
46+
"delete": {
47+
"x-type": "event",
48+
"summary": "",
49+
"description": "",
50+
"parameters": [],
51+
"responses": {
52+
"200": {
53+
"description": ""
54+
}
55+
}
56+
}
57+
}
58+
}
59+
}

api/system.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"title": "System Profile",
5+
"version": "2.0.0",
6+
"description": ""
7+
},
8+
"consumes": [],
9+
"paths": {
10+
"/": {
11+
"get": {
12+
"x-type": "one-shot",
13+
"summary": "",
14+
"description": "",
15+
"parameters": [],
16+
"responses": {
17+
"200": {
18+
"description": ""
19+
}
20+
}
21+
}
22+
},
23+
"/device/wakeup": {
24+
"put": {
25+
"x-type": "one-shot",
26+
"summary": "",
27+
"description": "",
28+
"parameters": [
29+
{
30+
"name": "pluginId",
31+
"in": "formData",
32+
"required": true,
33+
"type": "string"
34+
}
35+
],
36+
"responses": {
37+
"200": {
38+
"description": ""
39+
}
40+
}
41+
}
42+
},
43+
"/events": {
44+
"delete": {
45+
"x-type": "one-shot",
46+
"summary": "",
47+
"description": "",
48+
"parameters": [],
49+
"responses": {
50+
"200": {
51+
"description": ""
52+
}
53+
}
54+
}
55+
},
56+
"/keyword": {
57+
"put": {
58+
"x-type": "one-shot",
59+
"summary": "",
60+
"description": "",
61+
"parameters": [],
62+
"responses": {
63+
"200": {
64+
"description": ""
65+
}
66+
}
67+
}
68+
}
69+
}
70+
}

0 commit comments

Comments
 (0)