OpenAPI Cross-Tool PreflightA local-only VS Code check for API maintainers whose OpenAPI document validates in one tool but renders or generates differently in another. Install and get a result in one minute
Normal workflowOpen an OpenAPI JSON document and run OpenAPI: Run Cross-Tool Preflight from the Command Palette. The extension analyzes the active document and reports a small, documented set of portability risks. It does not upload specifications, call a service, enable telemetry, or replace a complete OpenAPI validator. Checks in 0.1.x
This is a compatibility preflight, not a complete OpenAPI validator. Verify locally
The command adapter is covered by deterministic tests. A real Extension Development Host smoke test also passed on 2026-08-11. The approved public package is bound to the Version 0.1.0 was published and publicly verified on Visual Studio Marketplace on 2026-08-12. The official Gallery API and browser page both resolve https://marketplace.visualstudio.com/items?itemName=japan-public-data.openapi-cross-tool-preflight The public Marketplace package also passed an isolated install-and-command acceptance test on 2026-08-12. The result is retained in the project's local acceptance record. Current boundaryVersion 0.1.x accepts JSON only so the result stays deterministic and dependency-free. YAML support, remote validators, code generation, automatic rewriting, and vendor-specific profiles remain outside this MVP. |