{
  "$id": "CloudAuthenticationEmailsSchematics",
  "title": "Cloud Authentication Emails Schema",
  "type": "object",
  "description": "Creates authentication emails custom message trigger.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the application",
      "default": "janush-app"
    },
    "skip-install": {
      "type": "boolean",
      "description": "A boolean value that will decide to download all dependencies.",
      "default": false
    }
  }
}
