opendb-app-list.index.json 533 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "IndexName": "appid",
  4. "MgoKeySchema": {
  5. "MgoIndexKeys": [
  6. {
  7. "Name": "appid",
  8. "Direction": "1"
  9. }
  10. ],
  11. "MgoIsUnique": true
  12. }
  13. },
  14. {
  15. "IndexName": "name",
  16. "MgoKeySchema": {
  17. "MgoIndexKeys": [
  18. {
  19. "Name": "name",
  20. "Direction": "1"
  21. }
  22. ],
  23. "MgoIsUnique": false
  24. }
  25. }
  26. ]