organizations.json 354 B

12345678910111213141516
  1. {
  2. "organizations": [
  3. {
  4. "id": "feuerwehr-freising",
  5. "label": "Feuerwehr Freising",
  6. "sort_order": 10,
  7. "active": true
  8. },
  9. {
  10. "id": "landkreis-freising",
  11. "label": "Landkreis Freising",
  12. "sort_order": 20,
  13. "active": true
  14. }
  15. ]
  16. }