-
Notifications
You must be signed in to change notification settings - Fork 13
/
install-response-example.json
80 lines (80 loc) · 1.88 KB
/
install-response-example.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"install": {
"id": "RhVFu328uAOQ",
"appId": "local",
"versionTag": "1g43Y3Bkymbt",
"siteId": "preview",
"options": {
"account": {
"accountId": "Vc-v_q4YpPri",
"service": "logflare-dev"
},
"accountSources": "source1"
},
"schema": {
"properties": {
"account": {
"_show": true,
"format": "account",
"order": 1,
"productDefinitions": [],
"properties": {},
"required": true,
"services": [
"logflare-dev"
],
"title": "Logflare Account",
"type": "object"
},
"accountSources": {
"_show": true,
"add": {
"buttonLabel": "New Source",
"description": "Enter the name for your new source",
"properties": {
"name": {
"title": "Source Name",
"type": "string"
}
}
},
"default": "source1",
"description": "Which source should we send logs to?",
"enum": [
"source1",
"source2",
"source3"
],
"enumNames": {
"source1": "Cloudflare.worker",
"source2": "Cloudflare.worker.bots",
"source3": "Cloudflare.worker.signups"
},
"order": 2,
"productDefinitions": [],
"title": "Source",
"type": "string"
}
},
"type": "object"
},
"workers": [
{
"src": "./build/worker.js"
}
],
"pastDue": false,
"installerUserId": "",
"subscriptionId": "",
"productId": "",
"amount": 0,
"active": true,
"deactivatedAt": null,
"refundedAt": null,
"deleted": false,
"metadata": {
"userId": "15bb3b1204d40e15413d371825e57ee6"
},
"created": null
}
}