{
  "legalEmployer": {
    "name": {
      "ui:title": "Employer"
    },
    "identifier": {
      "ui:widget": "hidden"
    },
    "place": {
      "ui:widget": "hidden"
    }
  },
  "role": {
    "ui:title": "Role"
  },
  "description": {
    "ui:title": "Role description"
  },
  "startDate": {
    "ui:title": "Start date",
    "ui:widget": "date"
  },
  "place": {
    "name": {
      "ui:widget": "hidden"
    },
    "addressCountry": {
      "ui:title": "Country of work",
      "ui:enum": [
        "TARGET_COUNTRIES_ENUM"
      ],
      "ui:enumNames": [
        "TARGET_COUNTRIES_ENUM_NAMES"
      ],
      "ui:widget": "select"
    },
    "addressRegion": {
      "ui:title": "Region or state of work",
      "ui:enum": [
        "TARGET_REGIONS_ENUM"
      ],
      "ui:enumNames": [
        "TARGET_REGIONS_ENUM_NAMES"
      ],
      "ui:widget": "hidden"
    },
    "addressLocality": {
      "ui:title": "Locality of work"
    },
    "ui:order": [
      "addressLocality",
      "addressRegion",
      "addressCountry"
    ]
  },
  "employmentType": {
    "ui:title": "Employment Type"
  },
  "alignment": {
    "ui:widget": "hidden"
  },
  "ui:order": [
    "legalEmployer",
    "role",
    "description",
    "startDate",
    "place",
    "employmentType"
  ]
}
