objectbox-model.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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": "1:3444477729893015694",
  8. "lastPropertyId": "2:2305308568754167021",
  9. "name": "User",
  10. "properties": [
  11. {
  12. "id": "1:5463014948149082651",
  13. "name": "id",
  14. "type": 6,
  15. "flags": 1
  16. },
  17. {
  18. "id": "2:2305308568754167021",
  19. "name": "username",
  20. "type": 9,
  21. "flags": 2080,
  22. "indexId": "1:2185831944762227781"
  23. }
  24. ],
  25. "relations": []
  26. }
  27. ],
  28. "lastEntityId": "1:3444477729893015694",
  29. "lastIndexId": "1:2185831944762227781",
  30. "lastRelationId": "0:0",
  31. "lastSequenceId": "0:0",
  32. "modelVersion": 5,
  33. "modelVersionParserMinimum": 5,
  34. "retiredEntityUids": [],
  35. "retiredIndexUids": [],
  36. "retiredPropertyUids": [],
  37. "retiredRelationUids": [],
  38. "version": 1
  39. }