# `SF012` YAML validation {bdg-ref-primary}`tooling ` The user shall be able to validate that a YAML is valid, without having to generate an output. :::{dropdown} Properties :icon: note :color: primary **since:** `0.1.0` ::: :::{dropdown} Tested by :open: :icon: check-circle-fill :color: success [`TF009` Validating YAMLs](/tests/TF009) ::: ---------- __Comments__ :::{card} Antoine :text-align: right While Yamale is great for its simplicity, it doesn't allow documenting fields and generating documentation. Also, using the top-level any ruins error message, as Yamale isn't sure which variant is supposed to match. :::