{
  "routes": [
    {
      "method": "GET",
      "path": "/web-attributes",
      "handler": "web-attributes.find",
      "config": {
        "policies": []
      }
    },
    {
      "method": "PUT",
      "path": "/web-attributes",
      "handler": "web-attributes.update",
      "config": {
        "policies": []
      }
    },
    {
      "method": "DELETE",
      "path": "/web-attributes",
      "handler": "web-attributes.delete",
      "config": {
        "policies": []
      }
    }
  ]
}
