Validate Structured Data
Check JSON/XML validity with line-column diagnostics and reusable samples.
What does "valid" mean here?
It means the input is well-formed for its format — it parses cleanly. This is a syntax check, not schema validation against a specific contract.