zig-yaml icon indicating copy to clipboard operation
zig-yaml copied to clipboard

Support for YAML 1.2 JSON Schema and Core Schema

Open perillo opened this issue 2 years ago • 0 comments

These schemas are new in YAML 1.2, and finally(?) solve the non portable behavior of different implementations:

  • https://yaml.org/spec/1.2.2/#102-json-schema
  • https://yaml.org/spec/1.2.2/#103-core-schema

One issue with the Core Schema is that the authors keep adding alias to builtins , like ~ being the same as null.

perillo avatar Nov 21 '23 13:11 perillo