organizations.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "organizations": [
  3. {
  4. "id": "feuerwehr-freising",
  5. "label": "Feuerwehr Freising TEST",
  6. "sort_order": 10,
  7. "active": true
  8. },
  9. {
  10. "id": "feuerwehr-achering",
  11. "label": "Feuerwehr Achering",
  12. "sort_order": 20,
  13. "active": true
  14. },
  15. {
  16. "id": "feuerwehr-attaching",
  17. "label": "Feuerwehr Attaching",
  18. "sort_order": 30,
  19. "active": true
  20. },
  21. {
  22. "id": "feuerwehr-freising-wache-1",
  23. "label": "Feuerwehr Freising Wache 1",
  24. "sort_order": 40,
  25. "active": true
  26. },
  27. {
  28. "id": "feuerwehr-freising-wache-2",
  29. "label": "Feuerwehr Freising Wache 2",
  30. "sort_order": 50,
  31. "active": true
  32. },
  33. {
  34. "id": "feuerwehr-haindlfing",
  35. "label": "Feuerwehr Haindlfing",
  36. "sort_order": 60,
  37. "active": true
  38. },
  39. {
  40. "id": "feuerwehr-hohenbachern",
  41. "label": "Feuerwehr Hohenbachern",
  42. "sort_order": 70,
  43. "active": true
  44. },
  45. {
  46. "id": "feuerwehr-pulling",
  47. "label": "Feuerwehr Pulling",
  48. "sort_order": 80,
  49. "active": true
  50. },
  51. {
  52. "id": "feuerwehr-sunzhausen",
  53. "label": "Feuerwehr Sünzhausen",
  54. "sort_order": 90,
  55. "active": true
  56. },
  57. {
  58. "id": "feuerwehr-tuntenhausen",
  59. "label": "Feuerwehr Tüntenhausen",
  60. "sort_order": 100,
  61. "active": true
  62. }
  63. ]
  64. }