{
  "pluginAlias": "TahomaPortail",
  "pluginType": "platform",
  "singular": true,
  "schema": {
    "type": "object",
    "properties": {
      "platform": {
        "type": "string",
        "default": "TahomaPortail",
        "readonly": true
      },
      "name": {
        "type": "string",
        "title": "Nom affiché",
        "default": "Tahoma Portail"
      },
      "username": {
        "type": "string",
        "title": "Email Tahoma"
      },
      "password": {
        "type": "string",
        "title": "Mot de passe",
        "format": "password"
      }
    },
    "required": ["username", "password"]
  }
}
