{ "title": "Dashboard Management", "detail": { "type": "text/markdown", "data": "# Cool header\nSome great data." }, "sections": [ { "key": "main", "title": "Main", "detail": { "type": "text/markdown", "data": "# Cool section; enjoy this section." } }, { "key": "workspace", "title": "Workspaces" }, { "key": "project", "title": "Projects" } ], "routes": [ { "section": "main", "title": "GET /foo/bar", "method": "GET", "resource": "/foo/bar", "detail": { "type": "text/markdown", "data": "# Cool header\nSome great data." }, "attrs": { "scopes": [ "read:workspace", "write:connection" ] }, "params": [ { "name": "length", "type": "number", "detail": { "type": "text/plain", "data": "The maximum number of results to include in a page" } } ], "examples": [ { "title": "First example", "detail": { "type": "text/markdown", "data": "# Cool header\nSome great data." }, "request": { "data": "GET /foo HTTP/1.1\n" }, "response": { "data": "200 Ok\n" } } ] } ] }