Check a deployment configuration
service: storefront replicas: 3 regions: - sin1 - syd1
Review the normalized configuration before committing it.
Check YAML syntax before a deployment file, application setting, or automation job reaches the parser that will run it.
The validator reports parser failures from the supplied document. Correct indentation, quoting, or delimiters, then run the check again.
A valid YAML document can still contain the wrong image, secret reference, permission, or environment value. Review those choices separately.
service: storefront replicas: 3 regions: - sin1 - syd1
Review the normalized configuration before committing it.
Documents are parsed in this browser. The shared source, result, and editor preferences are saved locally.
JSON, YAML, XML, CSV output. JSON shape inspection infers types from the supplied sample. Conversion can lose format-specific comments.
Downloads use the active mode's text format.
Validation checks syntax. It does not prove that data is safe to execute or publish.
Validate JSON syntax and locate errors.
JSON tools
Convert between JSON and YAML in either direction.
JSON tools
Normalize YAML indentation and structure.
YAML tools
Valid YAML