{
  "$schema": "https://json-schema.org/schema",
  "version": 2,
  "title": "LoginToHubtype executor",
  "description": "Login to Hubtype",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "string",
      "enum": ["local", "dev", "dev2", "qa", "prod"],
      "description": "Environment to login to"
    },
    "email": {
      "type": "string",
      "description": "Email to login to Hubtype",
      "default": ""
    },
    "password": {
      "type": "string",
      "description": "Password to login to Hubtype",
      "default": ""
    }
  },
  "required": []
}
