-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.json
48 lines (48 loc) · 1.28 KB
/
application.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
{
"_id": "6436a1929cb82c7bb5f195de",
"name": "uitemplatepdf",
"slug": "uitemplatepdf",
"organizationId": "Org",
"isPublic": true,
"isMenu": false,
"isShowPlatformTag": true,
"createdAt": "2023-04-12T12:18:26.934Z",
"updatedAt": "2023-04-12T12:18:26.934Z",
"deleted": false,
"pages": [
{
"_id": "pdf",
"isDefault": true
}
],
"policies": [
{
"permission": "makePublic:applications",
"groups": [],
"users": []
},
{
"permission": "read:applications",
"groups": [],
"users": []
},
{
"permission": "publish:applications",
"groups": [],
"users": []
},
{
"permission": "manage:applications",
"groups": [],
"users": []
}
],
"gitApplicationMetadata": {
"browserSupportedRemoteUrl": "https://github.com/UBOS-tech/ubos-template-pdfbasedonAI-UI",
"defaultApplicationId": "uitemplatepdf",
"defaultBranchName": "main",
"isRepoPrivate": true,
"remoteUrl": "git@github.com:UBOS-tech/ubos-template-pdfbasedonAI-UI.git",
"repoName": "ubos-template-pdfbasedonAI-UI"
}
}