{
  "extensionId": "https://openworkid.org/v1/extensions/ux-product-designer",
  "extensionVersion": "1.0.0",
  "name": "UX / Product Designer",
  "nameDe": "UX / Product Designer",
  "category": "technical",
  "description": "UX / Product Designer profession extension used by the upstand.work reference implementation.",
  "professionGroups": [
    "IT & Software"
  ],
  "fields": {
    "designTools": {
      "type": "string[]",
      "required": false,
      "label": "Design Tools",
      "labelDe": "Design Tools",
      "example": "Figma, Sketch, Adobe XD",
      "vocabulary": "designTools"
    },
    "methods": {
      "type": "string[]",
      "required": false,
      "label": "Methods",
      "labelDe": "Methoden",
      "example": "User Research, Prototyping, A/B Testing"
    },
    "specializations": {
      "type": "string[]",
      "required": false,
      "label": "Specializations",
      "labelDe": "Schwerpunkte",
      "example": "Mobile, Web, Design Systems"
    },
    "portfolio": {
      "type": "URL",
      "required": false,
      "label": "Portfolio",
      "labelDe": "Portfolio",
      "example": "https://dribbble.com/username"
    },
    "seniority": {
      "type": "string",
      "required": false,
      "label": "Seniority",
      "labelDe": "Seniorität",
      "enum": [
        "junior",
        "mid",
        "senior",
        "staff",
        "principal"
      ],
      "aggregate": "max"
    },
    "remotePreference": {
      "type": "string",
      "required": false,
      "label": "Remote",
      "labelDe": "Remote",
      "enum": [
        "remote-only",
        "hybrid",
        "on-site",
        "flexible"
      ]
    },
    "languages": {
      "type": "string[]",
      "required": false,
      "label": "Languages (spoken)",
      "labelDe": "Sprachen (gesprochen)",
      "example": "de, en, fr",
      "vocabulary": "spokenLanguages"
    }
  }
}
