{
  "views": {
    "#": {
      "text": "Preview using https://app.slack.com/block-kit-builder/"
    },
    "wipedb": {
      "type": "modal",
      "title": {
        "type": "plain_text",
        "text": "Wipe DB"
      },
      "submit": {
        "type": "plain_text",
        "text": "Submit"
      },
      "close": {
        "type": "plain_text",
        "text": "Cancel"
      },
      "blocks": [
        {
          "type": "section",
          "text": {
            "type": "mrkdwn",
            "text": "You are about to delete all the contents of the api database in the selected environment. *This is potentially irreversible* :ghost:"
          }
        },
        {
          "type": "input",
          "label": {
            "type": "plain_text",
            "text": "Environment"
          },
          "element": {
            "action_id": "environment",
            "type": "static_select",
            "placeholder": {
              "type": "plain_text",
              "text": "Select an environment"
            },
            "options": [
              {
                "text": {
                  "type": "plain_text",
                  "text": "dev"
                },
                "value": "dev"
              },
              {
                "text": {
                  "type": "plain_text",
                  "text": "staging"
                },
                "value": "staging"
              }
            ]
          }
        },
        {
          "type": "input",
          "label": {
            "type": "plain_text",
            "text": "Reason"
          },
          "element": {
            "action_id": "reason",
            "type": "plain_text_input",
            "multiline": true
          }
        }
      ]
    }
  }
}
