{
  "routings": [
    {
      "path": "\/population\/popo",
      "methods": [
        "ANY"
      ],
      "version": "*"
    },
    {
      "path": "\/population\/popo\/:id",
      "methods": [
        "ANY"
      ],
      "version": "*"
    },
    {
      "path": "\/population\/typeschema",
      "methods": [
        "ANY"
      ],
      "version": "*"
    },
    {
      "path": "\/population\/typeschema\/:id",
      "methods": [
        "ANY"
      ],
      "version": "*"
    },
    {
      "path": "\/tool",
      "methods": [
        "GET"
      ],
      "version": "*"
    },
    {
      "path": "\/tool\/discovery",
      "methods": [
        "GET"
      ],
      "version": "*"
    },
    {
      "path": "\/tool\/doc",
      "methods": [
        "GET"
      ],
      "version": "*"
    },
    {
      "path": "\/tool\/doc\/:version\/*path",
      "methods": [
        "GET"
      ],
      "version": "*"
    },
    {
      "path": "\/tool\/routing",
      "methods": [
        "GET"
      ],
      "version": "*"
    },
    {
      "path": "\/generator\/:type\/:version\/*path",
      "methods": [
        "GET"
      ],
      "version": "*"
    }
  ],
  "links": [
    {
      "rel": "self",
      "href": "http:\/\/127.0.0.1\/tool\/doc"
    },
    {
      "rel": "detail",
      "href": "http:\/\/127.0.0.1\/tool\/doc\/{version}\/{path}"
    },
    {
      "rel": "api",
      "href": "http:\/\/127.0.0.1\/"
    }
  ]
}