OpenAPI specifications for the Kognitos REST API.
| Directory | Description |
|---|---|
/latest/ |
Current GA release — PAT-eligible endpoints |
Use these specs to generate SDKs, client libraries, or API documentation.
npm install -g @stoplight/spectral-cli
spectral lint latest/openapi.yaml --ruleset .spectral.yaml- Fork and create a feature branch
- Edit specs in
latest/ - Run
spectral lintlocally to validate - Open a PR — CI will validate automatically
Merges to main trigger a semantic version release. New releases automatically notify downstream SDK repos (kognitos-node).