Biçimlendiriciler ve Kod
OpenAPI / Swagger Doğrulayıcı
Validate OpenAPI 3 specs against the spec rules.
Editörün notu
Understanding · A spec for the spec.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
Quick answers.
›Which versions of OpenAPI are supported?
The validator supports OpenAPI 3.0 and 3.1, as well as legacy Swagger 2.0 definitions in both YAML and JSON formats.
›Is my API specification private?
Yes. Validation happens locally within your browser using JavaScript. Your API keys, endpoints, and schema details are never uploaded to our servers.
›How do I fix validation errors?
The tool provides the specific line and column number for each error alongside a description of the rule violation. Correct these values in your editor and the validator will refresh the status.
›Does this tool lint for best practices?
This tool focuses on structural validity against the official specification. For custom style guides or naming conventions, a dedicated linter like Spectral is typically required.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- OpenAPI 3.1 YAML ⇄ JSONOpenAPI spesifikasyonlarını YAML ve JSON arasında dönüştürün.
- OpenAPI → TypeScript Axios İstemcisiHerhangi bir OpenAPI spesifikasyonundan tip destekli bir Axios istemcisi oluşturun.
- OpenAPI → React Query Hook'larıHer uç nokta için otomatik olarak oluşturulan useQuery + useMutation hook'ları.
- OpenAPI → Postman KoleksiyonuHerhangi bir OpenAPI spesifikasyonundan Postman v2.1 koleksiyonu.
- GraphQL SDL ⇄ TypeScript TipleriBir şemayı dolaşın, tip destekli arayüzler oluşturun — ve tekrar geri.
- JSON Şema → Zod / Valibot / ArkTypeTek bir JSON Şema'dan üç çalışma zamanı doğrulayıcı çeşidi.