// Valid YAML
name: Acme
version: 1.4.2
active: trueStart typing to search, or pick a tool.
Check YAML syntax and surface exact line and column for any error.
YAML input
Status
// Valid YAML
name: Acme
version: 1.4.2
active: true// Invalid: mixed indentation
user:
name: John
age: 25// Invalid: tab character
key: valueNo — this is a syntax validator. JSON Schema and OpenAPI validation are on our roadmap.
No. The check runs entirely in your browser.
It points to the exact line and column where the parse failed. The hint describes the most common cause.