Juris-M / legal-resource-registry

Jurisdiction ID and abbreviation data files for using with Jurism and other projects.
MIT License
31 stars 37 forks source link

Override the jurisdiction part #35

Open georgd opened 3 years ago

georgd commented 3 years ago

Some German (spreme) state courts, but not all, use the court's seat instead of the state name as jurisdiction part. How would I override only that?

e.g. in

    "de:baden.wurttemberg": {
      "name": "Baden-Württemberg",
      "courts": {
        "fg": {},
        "lag": {},
        "lsg": {},
        "verfgh": {},
        "vgh": {}
      }
    },

the supreme adminsitrative court vgh should be VGH Mannheim instead of VGH Baden-Württemberg. I thought I had found that already but I obviously got lost...