dmart 1.4.40.post6__py3-none-any.whl → 1.4.40.post7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
- dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
- dmart/sample/spaces/applications/api/applications.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
- dmart/sample/spaces/applications/api/management/update_password.json +1 -0
- dmart/sample/spaces/applications/api/management.json +1 -0
- dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
- dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
- dmart/sample/spaces/applications/api/user_profile.json +1 -0
- dmart/sample/spaces/applications/api.json +1 -0
- dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
- dmart/sample/spaces/applications/collections.json +1 -0
- dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/configurations/time_out.json +1 -0
- dmart/sample/spaces/applications/configurations.json +19 -0
- dmart/sample/spaces/applications/errors.json +1 -0
- dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/logs.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
- dmart/sample/spaces/applications/queries/order.json +1 -0
- dmart/sample/spaces/applications/queries.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
- dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/api.json +28 -0
- dmart/sample/spaces/applications/schema/configuration.json +1 -0
- dmart/sample/spaces/applications/schema/error.json +43 -0
- dmart/sample/spaces/applications/schema/log.json +1 -0
- dmart/sample/spaces/applications/schema/query.json +118 -0
- dmart/sample/spaces/applications/schema/translation.json +26 -0
- dmart/sample/spaces/applications/schema.json +1 -0
- dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/translations.json +1 -0
- dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
- dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
- dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
- dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
- dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
- dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
- dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
- dmart/sample/spaces/management/.dm/events.jsonl +32 -0
- dmart/sample/spaces/management/.dm/meta.space.json +48 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
- dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/collections.json +1 -0
- dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/groups.json +1 -0
- dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/health_check.json +1 -0
- dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
- dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
- dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
- dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
- dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
- dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
- dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
- dmart/sample/spaces/management/permissions.json +1 -0
- dmart/sample/spaces/management/requests.json +1 -0
- dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
- dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
- dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
- dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
- dmart/sample/spaces/management/roles.json +1 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
- dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
- dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
- dmart/sample/spaces/management/schema/api.json +1 -0
- dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
- dmart/sample/spaces/management/schema/health_check.json +8 -0
- dmart/sample/spaces/management/schema/meta_schema.json +74 -0
- dmart/sample/spaces/management/schema/metafile.json +153 -0
- dmart/sample/spaces/management/schema/notification.json +28 -0
- dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
- dmart/sample/spaces/management/schema/view.json +23 -0
- dmart/sample/spaces/management/schema/workflow.json +87 -0
- dmart/sample/spaces/management/schema.json +1 -0
- dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
- dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
- dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
- dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
- dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
- dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/workflows/channel.json +148 -0
- dmart/sample/spaces/management/workflows.json +1 -0
- dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
- dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
- dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
- dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
- dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
- dmart/sample/test/.gitignore +2 -0
- dmart/sample/test/createcontent.json +9 -0
- dmart/sample/test/createmedia.json +9 -0
- dmart/sample/test/createmedia_entry.json +6 -0
- dmart/sample/test/createschema.json +8 -0
- dmart/sample/test/createschemawork.json +11 -0
- dmart/sample/test/createticket.json +13 -0
- dmart/sample/test/data.json +4 -0
- dmart/sample/test/deletecontent.json +12 -0
- dmart/sample/test/logo.jpeg +0 -0
- dmart/sample/test/my.jpg +0 -0
- dmart/sample/test/myticket.json +23 -0
- dmart/sample/test/resources.csv +12 -0
- dmart/sample/test/schema.json +16 -0
- dmart/sample/test/temp.json +1 -0
- dmart/sample/test/test.dmart +45 -0
- dmart/sample/test/ticket_schema.json +23 -0
- dmart/sample/test/ticket_workflow.json +85 -0
- dmart/sample/test/ticketbody.json +4 -0
- dmart/sample/test/ticketcontent.json +14 -0
- dmart/sample/test/updatecontent.json +20 -0
- dmart/sample/test/workflow_schema.json +68 -0
- {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
- {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/RECORD +207 -5
- {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
- {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
- {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "VerticalLayout",
|
|
3
|
+
"elements": [
|
|
4
|
+
{
|
|
5
|
+
"type": "Control",
|
|
6
|
+
"scope": "#/properties/on_space"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"type": "Control",
|
|
10
|
+
"scope": "#/properties/on_subpath"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"type": "Control",
|
|
14
|
+
"scope": "#/properties/entry_subpath"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"type": "Control",
|
|
18
|
+
"scope": "#/properties/on_action"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "Control",
|
|
22
|
+
"scope": "#/properties/on_state"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "Control",
|
|
26
|
+
"scope": "#/properties/priority",
|
|
27
|
+
"options": {
|
|
28
|
+
"format": "radio"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "1fc0fc75-1f4c-42cf-9ceb-d327f6706375", "shortname": "system_notification_request", "is_active": true, "tags": [], "created_at": "2022-09-22T10:41:18.953637", "updated_at": "2023-02-19T10:00:19.159031", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "system_notification_request.json", "last_validated": "2022-12-30T11:55:39.723817", "validation_status": "valid"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "2d902065-59af-47ca-84f2-3c19ebccc1ee", "shortname": "view", "is_active": true, "tags": [], "created_at": "2022-10-11T12:24:41.901359", "updated_at": "2022-10-11T12:24:41.901364", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "checksum": "9688f8258a7a476c4c0a32f1062362557f6f13a1", "body": "view.json", "last_validated": "2022-12-30T12:11:32.664221", "validation_status": "valid"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "ec28eceb-6529-4618-b0e1-a97e7edf964e", "shortname": "workflow", "is_active": true, "tags": [], "created_at": "2022-09-22T14:05:57.742434", "updated_at": "2022-09-22T14:05:57.742441", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "checksum": "d7e98fc8fbeda4f62f740e9eb820e30226ad1c07", "body": "workflow.json", "last_validated": "2022-12-30T12:11:32.776973", "validation_status": "valid"}}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "System Notification Request",
|
|
3
|
+
"additionalProperties": false,
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"msisdns": {
|
|
7
|
+
"title": "Send To",
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"title": "MSISDN",
|
|
11
|
+
"type": "string"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"filter_rules": {
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"key": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"value": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"scheduled_at": {
|
|
29
|
+
"type": "integer",
|
|
30
|
+
"format": "date-time"
|
|
31
|
+
},
|
|
32
|
+
"push_only": {
|
|
33
|
+
"title": "Push Only",
|
|
34
|
+
"description": "If marked as 'yes', the notification won't be stored for the user's future access",
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": false
|
|
37
|
+
},
|
|
38
|
+
"priority": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"enum": [
|
|
41
|
+
"high",
|
|
42
|
+
"medium",
|
|
43
|
+
"low"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"status": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"pending",
|
|
50
|
+
"finished"
|
|
51
|
+
],
|
|
52
|
+
"default": "pending"
|
|
53
|
+
},
|
|
54
|
+
"governorate": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"shortname": {
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
"sector_shortname": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": []
|
|
65
|
+
},
|
|
66
|
+
"sender_id": {
|
|
67
|
+
"type": "array",
|
|
68
|
+
"items": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"types": {
|
|
73
|
+
"title": "Send to",
|
|
74
|
+
"type": "array",
|
|
75
|
+
"items": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"enum": [
|
|
78
|
+
"web",
|
|
79
|
+
"mobile",
|
|
80
|
+
"sms"
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"required": [
|
|
86
|
+
"priority",
|
|
87
|
+
"types"
|
|
88
|
+
]
|
|
89
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"title": "Api Schema", "description": "Api debug schema", "type": "object", "additionalProperties": true, "properties": {"end_point": {"title": "end_point", "description": "The api base url", "type": "string"}, "verb": {"title": "verb", "description": "The Api http verb", "type": "string", "enum": ["post", "get", "patch", "delete", "put", "option"]}, "request_body": {"title": "request_body", "description": "JSON request body", "type": "object"}}, "required": ["end_point", "verb"]}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Folder schema",
|
|
3
|
+
"description": "Folder schema description",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"stream": {
|
|
8
|
+
"title": "Enable websocket stream",
|
|
9
|
+
"description": "folder level websocket watch",
|
|
10
|
+
"type": "boolean"
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"disable_filter": {
|
|
14
|
+
"title": "Disable filter",
|
|
15
|
+
"description": "The search filter icon / functionality is disabled",
|
|
16
|
+
"type": "boolean"
|
|
17
|
+
},
|
|
18
|
+
"expand_children": {
|
|
19
|
+
"title": "Expand folders' children",
|
|
20
|
+
"description": "If the folder should expand children",
|
|
21
|
+
"type": "boolean"
|
|
22
|
+
},
|
|
23
|
+
"append_subpath": {
|
|
24
|
+
"title": "Append subpath",
|
|
25
|
+
"description": "Append string to the query subpath",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"csv_columns": {
|
|
29
|
+
"title": "CSV columns",
|
|
30
|
+
"description": "CSV columns title",
|
|
31
|
+
"type": "array",
|
|
32
|
+
"items": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"key": {
|
|
36
|
+
"title": "Key",
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"name": {
|
|
40
|
+
"title": "Name",
|
|
41
|
+
"type": "string"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"search_columns": {
|
|
47
|
+
"title": "Search columns",
|
|
48
|
+
"description": "Search columns title",
|
|
49
|
+
"type": "array",
|
|
50
|
+
"items": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {
|
|
53
|
+
"key": {
|
|
54
|
+
"title": "Key",
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"name": {
|
|
58
|
+
"title": "Name",
|
|
59
|
+
"type": "string"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"enable_pdf_schema_shortnames": {
|
|
65
|
+
"title": "List of schema shortnames for which pdf icon is displayed",
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"workflow_shortnames": {
|
|
72
|
+
"title": "Workflow shortname",
|
|
73
|
+
"description": "workflow shortname field title",
|
|
74
|
+
"type": "array",
|
|
75
|
+
"items": {
|
|
76
|
+
"type": "string"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"shortname_title": {
|
|
80
|
+
"title": "shortname field title",
|
|
81
|
+
"description": "shortname field title",
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
"query": {
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"type": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"enum": [
|
|
90
|
+
"subpath",
|
|
91
|
+
"search"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"search": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"filter_types": {
|
|
98
|
+
"type": "array",
|
|
99
|
+
"items": {
|
|
100
|
+
"type": "string"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"icon": {
|
|
106
|
+
"title": "folder main icon",
|
|
107
|
+
"description": "The icon displayed next to the folder",
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
"icon_opened": {
|
|
111
|
+
"title": "folder opened icon",
|
|
112
|
+
"description": "The icon displayed next to the folder when opened",
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"icon_closed": {
|
|
116
|
+
"title": "folder closed icon",
|
|
117
|
+
"description": "The icon displayed next to the folder when closed",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"sort_by": {
|
|
121
|
+
"title": "sort by",
|
|
122
|
+
"description": "the field name to be used in ordering",
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"sort_type": {
|
|
126
|
+
"title": "sort order",
|
|
127
|
+
"description": "the ordering of the sort asc/desc",
|
|
128
|
+
"type": "string",
|
|
129
|
+
"enum": [
|
|
130
|
+
"ascending",
|
|
131
|
+
"descending"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"content_resource_types": {
|
|
135
|
+
"title": "Resource types",
|
|
136
|
+
"description": "Resource types",
|
|
137
|
+
"type": "array",
|
|
138
|
+
"items": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"content_schema_shortnames": {
|
|
143
|
+
"title": "schema shortname",
|
|
144
|
+
"description": "schema shortnames",
|
|
145
|
+
"type": "array",
|
|
146
|
+
"items": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"filter": {
|
|
151
|
+
"title": "Additional filter options",
|
|
152
|
+
"type": "array",
|
|
153
|
+
"items": {
|
|
154
|
+
"type": "object",
|
|
155
|
+
"properties": {}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"append_subpath": {
|
|
159
|
+
"title": "Append string to subpath",
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"index_attributes": {
|
|
163
|
+
"title": "index attributes",
|
|
164
|
+
"description": "the attributes from the schema that should be displayed in index page",
|
|
165
|
+
"type": "array",
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "object",
|
|
168
|
+
"properties": {
|
|
169
|
+
"key": {
|
|
170
|
+
"title": "Key",
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"name": {
|
|
174
|
+
"title": "Name",
|
|
175
|
+
"type": "string"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"uniqueItems": true
|
|
180
|
+
},
|
|
181
|
+
"unique_fields": {
|
|
182
|
+
"title": "Unique Fields",
|
|
183
|
+
"description": "List of list of composite fields which should be unique accross the folder entries",
|
|
184
|
+
"type": "array",
|
|
185
|
+
"items": {
|
|
186
|
+
"title": "Composite unique list",
|
|
187
|
+
"type": "array",
|
|
188
|
+
"items": {
|
|
189
|
+
"title": "Field Name",
|
|
190
|
+
"type": "string"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"allow_view": {
|
|
195
|
+
"title": "flag to enable or disable resource view inside this folder",
|
|
196
|
+
"description": "flag to enable or disable resource view inside this folder",
|
|
197
|
+
"type": "boolean"
|
|
198
|
+
},
|
|
199
|
+
"allow_create": {
|
|
200
|
+
"title": "flag to enable or disable resource creation inside this folder",
|
|
201
|
+
"description": "flag to enable or disable resource creation inside this folder",
|
|
202
|
+
"type": "boolean"
|
|
203
|
+
},
|
|
204
|
+
"allow_create_category": {
|
|
205
|
+
"title": "flag to enable or disable folder creation inside this folder",
|
|
206
|
+
"description": "flag to enable or disable folder creation inside this folder",
|
|
207
|
+
"type": "boolean"
|
|
208
|
+
},
|
|
209
|
+
"allow_update": {
|
|
210
|
+
"title": "flag to enable or disable resource update inside this folder",
|
|
211
|
+
"description": "flag to enable or disable resource update inside this folder",
|
|
212
|
+
"type": "boolean"
|
|
213
|
+
},
|
|
214
|
+
"allow_delete": {
|
|
215
|
+
"title": "flag to enable or disable resource delete inside this folder",
|
|
216
|
+
"description": "flag to enable or disable resource delete inside this folder",
|
|
217
|
+
"type": "boolean"
|
|
218
|
+
},
|
|
219
|
+
"allow_csv": {
|
|
220
|
+
"title": "flag to enable or disable CSV download button",
|
|
221
|
+
"description": "Allow the user to download csv of the displayed list",
|
|
222
|
+
"type": "boolean"
|
|
223
|
+
},
|
|
224
|
+
"allow_upload_csv": {
|
|
225
|
+
"title": "flag to enable or disable CSV upload feature",
|
|
226
|
+
"description": "Allow the user to upload csv",
|
|
227
|
+
"type": "boolean"
|
|
228
|
+
},
|
|
229
|
+
"use_media": {
|
|
230
|
+
"title": "does the content inside this folder has a media or not",
|
|
231
|
+
"description": "does the content inside this folder has a media or not",
|
|
232
|
+
"type": "boolean"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"required": [
|
|
236
|
+
"index_attributes"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"oneOf": [
|
|
3
|
+
{
|
|
4
|
+
"$ref": "#/$defs/type_object"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"$ref": "#/$defs/type_leaf"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"$defs": {
|
|
11
|
+
"type_object": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"prop_type": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"enum": [
|
|
17
|
+
"object"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"title": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"description": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"additionalProperties": {
|
|
27
|
+
"type": "boolean"
|
|
28
|
+
},
|
|
29
|
+
"properties": {
|
|
30
|
+
"oneOf": [
|
|
31
|
+
{
|
|
32
|
+
"$ref": "#/$defs/type_object"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"$ref": "#/$defs/type_leaf"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": [
|
|
41
|
+
"title",
|
|
42
|
+
"additionalProperties",
|
|
43
|
+
"properties",
|
|
44
|
+
"type"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"type_leaf": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"prop_type": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"enum": [
|
|
53
|
+
"string",
|
|
54
|
+
"number",
|
|
55
|
+
"integer",
|
|
56
|
+
"boolean",
|
|
57
|
+
"array",
|
|
58
|
+
"null"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"title": {
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"description": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"required": [
|
|
69
|
+
"title",
|
|
70
|
+
"type"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Meta Schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"uuid": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"description": "A universally unique identifier for the entity."
|
|
8
|
+
},
|
|
9
|
+
"shortname": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"pattern": "^[\\w]{1,64}$",
|
|
12
|
+
"description": "A short name or abbreviation for the entity."
|
|
13
|
+
},
|
|
14
|
+
"slug": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "A URL-friendly version of the short name."
|
|
17
|
+
},
|
|
18
|
+
"created_at": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "date-time",
|
|
21
|
+
"description": "The date and time that the entity was created."
|
|
22
|
+
},
|
|
23
|
+
"updated_at": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "date-time",
|
|
26
|
+
"description": "The date and time that the entity was last updated."
|
|
27
|
+
},
|
|
28
|
+
"is_active": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"description": "Whether the entity is currently active or not."
|
|
31
|
+
},
|
|
32
|
+
"tags": {
|
|
33
|
+
"type": "array",
|
|
34
|
+
"items": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"description": "A list of tags or keywords associated with the entity."
|
|
38
|
+
},
|
|
39
|
+
"owner_shortname": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "The short name of the owner of the entity."
|
|
42
|
+
},
|
|
43
|
+
"owner_group_shortname": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"state": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"is_open": {
|
|
50
|
+
"type": "boolean"
|
|
51
|
+
},
|
|
52
|
+
"reporter": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"workflow_shortname": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"collaborators": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {}
|
|
61
|
+
},
|
|
62
|
+
"resolution_reason": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"receiver": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"title": {
|
|
69
|
+
"$ref": "#/definitions/translation"
|
|
70
|
+
},
|
|
71
|
+
"body": {
|
|
72
|
+
"$ref": "#/definitions/translation"
|
|
73
|
+
},
|
|
74
|
+
"image_urls": {
|
|
75
|
+
"$ref": "#/definitions/translation"
|
|
76
|
+
},
|
|
77
|
+
"deep_link": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {}
|
|
80
|
+
},
|
|
81
|
+
"entry_id": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
"is_read": {
|
|
85
|
+
"type": "boolean"
|
|
86
|
+
},
|
|
87
|
+
"priority": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
},
|
|
90
|
+
"entry": {
|
|
91
|
+
"$ref": "#/definitions/locator"
|
|
92
|
+
},
|
|
93
|
+
"payload": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {}
|
|
96
|
+
},
|
|
97
|
+
"displayname": {
|
|
98
|
+
"$ref": "#/definitions/translation"
|
|
99
|
+
},
|
|
100
|
+
"description": {
|
|
101
|
+
"$ref": "#/definitions/translation"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"definitions": {
|
|
105
|
+
"locator": {
|
|
106
|
+
"type": "object",
|
|
107
|
+
"description": "Information about where the entity can be located.",
|
|
108
|
+
"properties": {
|
|
109
|
+
"uuid": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"description": "A universally unique identifier for the location."
|
|
112
|
+
},
|
|
113
|
+
"shortname": {
|
|
114
|
+
"type": "string",
|
|
115
|
+
"description": "A short name or abbreviation for the location."
|
|
116
|
+
},
|
|
117
|
+
"displayname": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "The name of the location that should be displayed to users."
|
|
120
|
+
},
|
|
121
|
+
"space_name": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"description": "The name of the space where the entity can be found."
|
|
124
|
+
},
|
|
125
|
+
"tags": {
|
|
126
|
+
"type": "array",
|
|
127
|
+
"items": {
|
|
128
|
+
"type": "string"
|
|
129
|
+
},
|
|
130
|
+
"description": "A list of tags or keywords associated with the location."
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"translation": {
|
|
135
|
+
"type": "object",
|
|
136
|
+
"description": "Information about the entity's translations in different languages.",
|
|
137
|
+
"properties": {
|
|
138
|
+
"en": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"description": "The English translation of the entity."
|
|
141
|
+
},
|
|
142
|
+
"ar": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"description": "The Arabic translation of the entity."
|
|
145
|
+
},
|
|
146
|
+
"ku": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"description": "The Kurdish translation of the entity."
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Notification ",
|
|
3
|
+
"additionalProperties": false,
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"is_read": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"enum": ["yes", "no"],
|
|
9
|
+
"default": "no"
|
|
10
|
+
},
|
|
11
|
+
"entry_shortname": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"entry_space": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"entry_subpath": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"action_by": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"action_type": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"enum": ["update", "delete"]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|