{
  "openapi": "3.1.0",
  "info": {
    "title": "Yo",
    "description": "Send a yo.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://api.yo.im"
    }
  ],
  "paths": {
    "/yo": {
      "post": {
        "description": "Send a yo",
        "operationId": "sendYo",
        x-openai-isConsequential: false,
        "parameters": [
          {
            "name": "username",
            "in": "body",
            "description": "Yo username",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {}
  }
}
