YAML
YAML (or YAML Ain't Markup Language) is a human-readable data-serialization language.
YAML is a configuration syntax (aka data-serialization format) that is pervasive throughout the DevOps community. It is a superset of the popular JSON configuration format but provides a more concise, human-readable interface while also supporting value inheritance via anchors.