omnigraph/.stainless/workspace.json
Ragnor Comerford 228032a4ac
Add static OpenAPI spec and Stainless SDK config
Introduce SDK generation scaffolding: commit a static openapi.json
extracted from the Utoipa annotations via a golden-file test, add
Stainless workspace/config for TypeScript and Python SDKs, and clean
up operation IDs for ergonomic generated method names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 14:26:31 +02:00

13 lines
276 B
JSON

{
"project": "omnigraph",
"openapi_spec": "../openapi.json",
"stainless_config": "./stainless.yml",
"targets": {
"typescript": {
"output_path": "../sdks/omnigraph-typescript"
},
"python": {
"output_path": "../sdks/omnigraph-python"
}
}
}