The open-api layer code is generated using this library. Generated code (src/open-api/generated) must not be modified directly.
- Copy OpenApi spec data from up to date cluster
({cluster_url}/api-docs) - Paste to
src/open-api/spec/spec.json - Prettify
spec.json, run command: (todo: should be removed after OpenApi spec fix)
node src/open-api/spec/fix-additional-properties.ts
- run command:
npm run generate-openapi-layer