{
  "id": "LUKS_PRO_LOGIN",
  "$schema": "http://json-schema.org/schema#",
  "title": "Connexion espace pro",
  "type": "object",
  "properties": {
    "login": {
      "title": "Login",
      "type": "string",
      "editType": "mail",
      "icon" : "user",
      "column": 1,
      "position": 1,
      "mandatory": true,
      "width": 100
    },
    "password": {
      "title": "Password",
      "type": "string",
      "editType": "password",
      "icon" : "lock",
      "column":1,
      "position": 2,
      "mandatory": true,
      "width": 100
    }
  }
}
