{ "client": { "name": "Sample of a functional Orbit", "logo": "https://cdn.startinblox.com/logos/webp/startinblox.webp" }, "components": [{ "type": "registering", "parameters": { "authority": "http://localhost:8000/", "authorityName": "dataserver" }, "endpoints": { "get": "http://localhost:8000/open-communities/" }, "route": false }, { "type": "notification", "route": false }, { "type": "admin", "route": false }, { "type": "about" }, { "type": "communities", "route": false }, { "type": "dashboard", "endpoints": { "get": "http://localhost:8000/dashboards/" } }, { "type": "profileDirectory", "endpoints": { "get": "http://localhost:8000/users/", "skills": "http://localhost:8000/skills/", "uploads": "http://localhost:8000/upload/" }, "route": "members" }, { "type": "jobBoard", "endpoints": { "get": "http://localhost:8000/job-offers/", "post": "http://localhost:8000/job-offers/", "skills": "http://localhost:8000/skills/" }, "route": "job-offers" }, { "type": "projects", "endpoints": { "get": "http://localhost:8000/projects/", "post": "http://localhost:8000/projects/", "captains": "http://localhost:8000/users/", "users": "http://localhost:8000/users/", "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket" } }, { "type": "circles", "endpoints": { "get": "http://localhost:8000/circles/", "post": "http://localhost:8000/circles/", "owners": "http://localhost:8000/users/", "users": "http://localhost:8000/users/", "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket" } }, { "type": "chat", "endpoints": { "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket" }, "route": "messages" }, { "type": "analytics", "parameters": { "type": "matomo", "url": "https://matomo.startinblox.com/", "id": "2" }, "route": false } ] }