{
  "extensionId": "https://openworkid.org/v1/extensions/lawyer",
  "extensionVersion": "1.0.0",
  "name": "Lawyer",
  "nameDe": "Rechtsanwält:in",
  "category": "regulated",
  "description": "Lawyer profession extension used by the upstand.work reference implementation.",
  "professionGroups": [
    "Legal & Compliance"
  ],
  "regulatoryNotice": "Als Anwalt gilt die BRAO. Keine Erfolgsversprechungen, keine Mandanten-Namen ohne Einwilligung.",
  "fields": {
    "specializations": {
      "type": "string[]",
      "required": false,
      "label": "Specializations",
      "labelDe": "Rechtsgebiete",
      "example": "Corporate Law, IP, Employment Law"
    },
    "barAdmissions": {
      "type": "string[]",
      "required": false,
      "label": "Bar Admissions",
      "labelDe": "Zulassungen",
      "example": "Germany, New York"
    },
    "courts": {
      "type": "string[]",
      "required": false,
      "label": "Courts",
      "labelDe": "Gerichte",
      "example": "LG Berlin, OLG Frankfurt"
    },
    "languages": {
      "type": "string[]",
      "required": false,
      "label": "Languages (spoken)",
      "labelDe": "Sprachen (gesprochen)",
      "example": "de, en, fr",
      "vocabulary": "spokenLanguages"
    }
  }
}
