Lynxtickler@sopuli.xyztoProgramming@programming.dev•Introducing Pkl, a programming language for configuration
4·
9 months agoJSON schema supports YAML as well, no? That’s because JSON and YAML are both essentially just different syntaxes for writing the same objects right?
I get where you’re coming from, but JSON Schema still absolutely is the framework that supports YAML files and not the other way around. I’ve been using JSON Schema pretty heavily lately to write schemas using YAML, for validating YAML.