forked from objectbox/objectbox-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjectbox-model.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathobjectbox-model.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
"modelVersionParserMinimum": 5,
"entities": [
{
"id": "1:5152209066423907023",
"name": "Task",
"lastPropertyId": "4:7654179801863866748",
"properties": [
{
"id": "1:705340479536670333",
"name": "id",
"type": 6,
"flags": 1
},
{
"id": "2:488411871914776672",
"name": "text",
"type": 9,
"flags": 0
},
{
"id": "3:3330502346908829733",
"name": "date_created",
"type": 10,
"flags": 0
},
{
"id": "4:7654179801863866748",
"name": "date_finished",
"type": 10,
"flags": 0
}
]
}
],
"lastEntityId": "1:5152209066423907023",
"lastIndexId": "0:0"
}