{
  "properties": {
    "PORT": {
      "type": "string",
      "description": "Server port"
    },
    "SLACK_ORGANIZATION_NAME": {
      "type": "string",
      "description": "This is the slack organization to talk to"
    },
    "SLACK_API_KEY": {
      "type": "string",
      "description": "This is the slack API to talk and report to channel \"hello\""
    }
  },
  "type": "object",
  "required": [
    "PORT",
    "SLACK_ORGANIZATION_NAME",
    "SLACK_API_KEY"
  ]
}
