-
Notifications
You must be signed in to change notification settings - Fork 0
/
appwrite.json
63 lines (63 loc) · 1.27 KB
/
appwrite.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
{
"collections": [
{
"$id": "63415ce7a6a6b5cbaf60",
"$createdAt": "2022-10-21T00:13:43.278+00:00",
"$updatedAt": "2022-10-21T00:13:43.278+00:00",
"$permissions": ["read(\"any\")", "update(\"any\")", "create(\"any\")", "delete(\"any\")"],
"databaseId": "63415cd1876844f8311e",
"name": "to-dos",
"enabled": true,
"documentSecurity": false,
"attributes": [
{
"key": "title",
"type": "string",
"status": "available",
"required": true,
"array": false,
"size": 128,
"default": null
},
{
"key": "checked",
"type": "boolean",
"status": "available",
"required": false,
"array": false,
"default": false
},
{
"key": "points",
"type": "integer",
"status": "available",
"required": false,
"array": false,
"min": 1,
"max": 10,
"default": 1
},
{
"key": "session_key",
"type": "string",
"status": "available",
"required": true,
"array": false,
"size": 128,
"default": null
}
],
"indexes": [
{
"key": "session",
"type": "key",
"status": "available",
"attributes": ["session_key"],
"orders": ["ASC"]
}
]
}
],
"projectId": "639331a376ca5e2d0ab0",
"projectName": ""
}