{
  "routes": [
    {
      "method": "GET",
      "path": "/connections",
      "handler": "ContentTypeBuilder.getConnections",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/models",
      "handler": "ContentTypeBuilder.getModels",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/models/:model",
      "handler": "ContentTypeBuilder.getModel",
      "config": {
        "policies": []
      }
    },
    {
      "method": "POST",
      "path": "/models",
      "handler": "ContentTypeBuilder.createModel",
      "config": {
        "policies": []
      }
    },
    {
      "method": "PUT",
      "path": "/models/:model",
      "handler": "ContentTypeBuilder.updateModel",
      "config": {
        "policies": []
      }
    },
    {
      "method": "DELETE",
      "path": "/models/:model",
      "handler": "ContentTypeBuilder.deleteModel",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/autoReload",
      "handler": "ContentTypeBuilder.autoReload",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/checkTableExists/:connection/:model",
      "handler": "ContentTypeBuilder.checkTableExists",
      "config": {
        "policies": []
      }
    }
  ]
}
