Валидатор YAML
Проверяйте синтаксис YAML с отчётами об ошибках по строкам, форматированным выводом и статистикой ключей.
Вставьте YAML выше и нажмите «Проверить»
Проверяет синтаксис и отображает форматированный вывод со статистикой
Ctrl+Enter выполнитьCtrl+Shift+C скопировать
Узнать больше
YAML Validator: Check Syntax and Fix Indentation Errors
Validate YAML configuration files for syntax errors, duplicate keys, and indentation issues with precise error reporting.
What Is YAML and Why Validate It
YAML, which stands for YAML Ain't Markup Language, is a human-friendly data serialization format used extensively for configuration files, CI/CD pipelines, infrastructure as code, and data exchange. Its indentation-based syntax makes it readable but also makes it highly sensitive to whitespace errors that are invisible to the naked eye.
5 мин чтенияЧитать полное руководство