forked from AIIX/food-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingsmeta.json
28 lines (28 loc) · 930 Bytes
/
settingsmeta.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
{
"name": "food-wizard",
"skillMetadata": {
"sections": [
{
"name": "Edamam Recipe Search API",
"fields": [
{
"type": "label",
"label": "Food Wizard utilizes Edamam as the recipes provider, for your free API key registeration visit <a href='https://developer.edamam.com/'>https://developer.edamam.com</a><br></br>"
},
{
"name": "app_id",
"type": "text",
"label": "APP ID",
"value": ""
},
{
"name": "app_key",
"type": "text",
"label": "APP KEY",
"value": ""
}
]
}
]
}
}