validation

21 tools tagged "validation".

OpenAPI Validator

Check an OpenAPI 3.x spec for missing fields, bad paths, and duplicate operationIds.

Open tool

Swagger Validator

Check a Swagger 2.0 spec for missing fields, bad paths, and duplicate operationIds.

Open tool

GraphQL Schema Validator

Check GraphQL SDL for unbalanced braces, bad field syntax, duplicate types, and unknown type references.

Open tool

ASCII Clamper

Clamp every character's ASCII code into a chosen [min, max] range, replacing out-of-range codes with the nearest bound.

Open tool

ASCII Slicer

Extract a substring from strict-ASCII text using start/end index slicing, including negative indices.

Open tool

ASCII Truncator

Cut strict-ASCII text to its first N characters and report exactly how many were removed.

Open tool

ASCII Validator

Audit a whole block of text and list every character outside strict 7-bit ASCII, not just the first.

Open tool

JavaScript Validator

Check whether JavaScript is syntactically valid and see the exact error location.

Open tool

CSS Validator

Check whether CSS is syntactically valid and see the exact error location.

Open tool

HTML Validator

Check whether HTML is well-formed and see the exact error location.

Open tool

JSON Schema Generator

Generate a JSON Schema (draft-07) from a JSON sample.

Open tool

JSON to Zod Schema

Generate a Zod schema and inferred TypeScript type from a JSON sample.

Open tool

JSON Validator

Check whether your JSON is syntactically valid.

Open tool

LLM Output JSON Guardrail Validator

Check LLM-generated JSON against practical guardrails before you parse it.

Open tool

Markdown Validator

Catch unclosed code fences, skipped heading levels, and other structural Markdown mistakes.

Open tool

XML Validator

Check whether XML is well-formed and see its element, attribute, and depth stats.

Open tool

XML Editor

Edit XML in place with live well-formedness feedback and one-click formatting.

Open tool

XML Nesting Depth Finder

See the maximum nesting depth of an XML document at a glance.

Open tool

YAML Validator

Check whether YAML is syntactically valid and inspect its structure.

Open tool

Conventional Commit Message Validator

Check a pasted commit message against the Conventional Commits spec and list every issue found.

Open tool

Integer Clamper

Clamp every integer in a list into a minimum/maximum range.

Open tool