--- openapi: get /ping --- ```bash Request curl --request GET \ --url http://localhost:8080/ping ``` ```json Response { "ping": "pong" } ```