-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCANVAS_MANIFEST.json
More file actions
32 lines (32 loc) · 957 Bytes
/
CANVAS_MANIFEST.json
File metadata and controls
32 lines (32 loc) · 957 Bytes
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
{
"sdk_version": "0.1.4",
"plugin_version": "0.0.2",
"name": "api_samples",
"description": "Example usages of the SimpleAPI handler",
"components": {
"handlers": [
{
"class": "api_samples.routes.hello_world:HelloWorldAPI",
"description": "Returns a json message"
},
{
"class": "api_samples.routes.email_bounce:EmailBounceAPI",
"description": "Creates a task to confirm patient contact info"
},
{
"class": "api_samples.routes.appointment_updater:AppointmentAPI",
"description": "Updates an existing appointment"
}
],
"commands": [],
"content": [],
"effects": [],
"views": []
},
"secrets": ["my-api-key"],
"tags": {},
"references": [],
"license": "",
"diagram": false,
"readme": "./README.md"
}