-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
64 lines (64 loc) · 1.19 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ananias",
"vendor": "acctglobal",
"version": "1.0.0",
"title": "Service Example",
"description": "Reference app for VTEX IO Services",
"mustUpdateAt": "2023-04-25",
"categories": [],
"dependencies": {},
"builders": {
"docs": "0.x",
"node": "6.x",
"graphql": "1.x"
},
"scripts": {
"prereleasy": "bash lint.sh"
},
"credentialType": "absolute",
"policies": [
{
"name": "OMSViewer"
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/dataentities/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "httpstat.us",
"path": "*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "viacep.com.br",
"path": "/*"
}
},
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "vbase-read-write",
"attrs": {
"bucket": "secret_keys"
}
},
{
"name": "graphql-query"
},
{
"name": "ADMIN_DS"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}