是否可以在 yaml 或 json 中获取 Keycloak 的 REST api 定义?

Is it possible to get Keycloak's REST api definitions in yaml or json?

是否有可能以某种方式以 yaml 或 json 格式获取 Keycloak 的 REST 端点的 openapi(或 swagger)定义?

我能找到的一切都是文档。

这个 PR 中有一些 user-contributed 定义:
https://github.com/keycloak/keycloak/pull/5198

(1, 2)

但还没有正式的 OpenAPI 定义。关注 this issue 获取更新。