Is there a JSON Schema for the API

I’m building out a client for Vault in Node (in TypeScript) and it would really help if I had a schema for the entire API. There are a ton of endpoints with varying schemas.

Thanks for the awesome product.

Hi. The API can actually serve a definition of whatever is mounted. Have a look at https://github.com/hashicorp/vault/blob/master/scripts/gen_openapi.sh to see how to get a single JSON output of everything.

Regards,
Jim

Thanks @kalafut

I ended up switching to golang anyway :slight_smile: