forked from rafaelrcamargo/vtexio-event-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
42 lines (42 loc) · 807 Bytes
/
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
{
"name": "event-examples",
"vendor": "avantivtexio",
"version": "0.0.0",
"title": "event-examples",
"description": "event-examples",
"categories": [],
"dependencies": {},
"builders": {
"node": "6.x"
},
"credentialType": "absolute",
"policies": [
{
"name": "outbound-access",
"attrs": {
"host": "*",
"path": "*"
}
},
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "ADMIN_DS"
}
],
"settingsSchema": {
"title": "Event example",
"type": "object",
"properties": {
"example": {
"title": "Example",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}