This repository uses Github Actions to automatically pull the latest Discord OpenAPI specification and convert it from the OpenAPI 3.1 schema to the OpenAPI 3.0 schema, using openapi-down-convert. This is needed, as many tools do not support the v3.1 schema yet.
The schema file can be found here.
We provide some clients that are automatically kept up to date with the specification, generated using openapi-generator. However, you can use the schema file to use your preferred generator of choice locally.