swagger-tools/test/fixtures
rimskij 58c91615b9 feat: add OpenAPI 3.1 TypeScript generation support
- Handle type arrays: type: ['string', 'null'] → string | null
- Handle const keyword: const: "active" → 'active' literal type
- Handle nullable (OpenAPI 3.0 backward compatibility)
- Extract and display webhook count in metadata
- Add security escaping for string literals and JSDoc comments
- Add OpenAPI 3.1 test fixture and 12 unit tests

Fixes #365

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 21:20:13 +01:00
..
enum-test.yaml feat: add TypeScript generation options to generate-types tool 2026-01-12 15:42:39 +01:00
openapi-31.yaml feat: add OpenAPI 3.1 TypeScript generation support 2026-01-12 21:20:13 +01:00
petstore.yaml feat: initial MCP server for OpenAPI/Swagger parsing 2026-01-12 14:33:10 +01:00