action lgtm_get_spec { label: "API specification" description: "Get the specification of this API in [OpenAPI](https://github.com/OAI/OpenAPI-Specification) format. This endpoint does not require an access token. This makes it easier for you to use the specification with third-party tools." provider: lgtm method: GET path: "/openapi" encoding: json output: { type: "object" } }