validation
21 tools tagged "validation".
OpenAPI Validator
Check an OpenAPI 3.x spec for missing fields, bad paths, and duplicate operationIds.
Open toolSwagger Validator
Check a Swagger 2.0 spec for missing fields, bad paths, and duplicate operationIds.
Open toolGraphQL Schema Validator
Check GraphQL SDL for unbalanced braces, bad field syntax, duplicate types, and unknown type references.
Open toolASCII Clamper
Clamp every character's ASCII code into a chosen [min, max] range, replacing out-of-range codes with the nearest bound.
Open toolASCII Slicer
Extract a substring from strict-ASCII text using start/end index slicing, including negative indices.
Open toolASCII Truncator
Cut strict-ASCII text to its first N characters and report exactly how many were removed.
Open toolASCII Validator
Audit a whole block of text and list every character outside strict 7-bit ASCII, not just the first.
Open toolJavaScript Validator
Check whether JavaScript is syntactically valid and see the exact error location.
Open toolCSS Validator
Check whether CSS is syntactically valid and see the exact error location.
Open toolHTML Validator
Check whether HTML is well-formed and see the exact error location.
Open toolJSON Schema Generator
Generate a JSON Schema (draft-07) from a JSON sample.
Open toolJSON to Zod Schema
Generate a Zod schema and inferred TypeScript type from a JSON sample.
Open toolJSON Validator
Check whether your JSON is syntactically valid.
Open toolLLM Output JSON Guardrail Validator
Check LLM-generated JSON against practical guardrails before you parse it.
Open toolMarkdown Validator
Catch unclosed code fences, skipped heading levels, and other structural Markdown mistakes.
Open toolXML Validator
Check whether XML is well-formed and see its element, attribute, and depth stats.
Open toolXML Editor
Edit XML in place with live well-formedness feedback and one-click formatting.
Open toolXML Nesting Depth Finder
See the maximum nesting depth of an XML document at a glance.
Open toolYAML Validator
Check whether YAML is syntactically valid and inspect its structure.
Open toolConventional Commit Message Validator
Check a pasted commit message against the Conventional Commits spec and list every issue found.
Open toolInteger Clamper
Clamp every integer in a list into a minimum/maximum range.
Open tool