One of the benefits of XML is being able to validate a document against an XSD. YAML doesn\'t have this feature, so how can I validate that the YAML document I open is in th
These look good. The yaml parser can handle the syntax erorrs, and one of these libraries can validate the data structures.