{
  "pluginAlias": "HatchBabyRest",
  "pluginType": "platform",
  "headerDisplay": "Supply email and password to load WiFi Hatch lights",
  "schema": {
    "type": "object",
    "properties": {
      "email": {
        "title": "Email",
        "type": "string",
        "placeholder": "Email",
        "required": false
      },
      "password": {
        "title": "Password",
        "type": "string",
        "placeholder": "Password",
        "required": false
      }
    }
  }
}
