{ "openapi": "3.0.0", "info": { "title": "Compass API", "version": "1.0.0" }, "paths": { "/health": { "get": { "summary": "Health", "responses": { "200": { "description": "OK" } } } }, "/get-profiles": { "get": { "summary": "List profiles", "responses": { "200": { "description": "OK" } } } } } }