objectbox-model.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
  3. "_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
  4. "_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
  5. "entities": [
  6. {
  7. "id": "2:1438354990151910015",
  8. "lastPropertyId": "6:4818206049188692305",
  9. "name": "Profile",
  10. "properties": [
  11. {
  12. "id": "1:3873481118333862410",
  13. "name": "id",
  14. "type": 6,
  15. "flags": 1
  16. },
  17. {
  18. "id": "2:9078004558710481468",
  19. "name": "theme",
  20. "type": 6
  21. },
  22. {
  23. "id": "3:7647214962273172849",
  24. "name": "username",
  25. "type": 9
  26. },
  27. {
  28. "id": "4:5923665807684456265",
  29. "name": "isLogin",
  30. "type": 1
  31. }
  32. ],
  33. "relations": []
  34. }
  35. ],
  36. "lastEntityId": "2:1438354990151910015",
  37. "lastIndexId": "1:2185831944762227781",
  38. "lastRelationId": "0:0",
  39. "lastSequenceId": "0:0",
  40. "modelVersion": 5,
  41. "modelVersionParserMinimum": 5,
  42. "retiredEntityUids": [
  43. 3444477729893015694
  44. ],
  45. "retiredIndexUids": [],
  46. "retiredPropertyUids": [
  47. 5463014948149082651,
  48. 2305308568754167021,
  49. 649621747167423523,
  50. 4818206049188692305
  51. ],
  52. "retiredRelationUids": [],
  53. "version": 1
  54. }