{
  "action": "/projects",
  "method": "post",
  "fields": {
    "repo": {
      "label": "GitHub Repo",
      "type": "text"
    },
    "name": {
      "label": "Name",
      "type": "text"
    },
    "description": {
      "label": "Description",
      "type": "textarea"
    }
  },
  "buttons": {
    "submit": {
      "label": "Create Project",
      "type": "submit"
    }
  }
}