You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
One thing I have recently realized about the design of YeS is
that it may be hard to "reverse" engineer. One of the things I
was hoping to do is write a Ruby Class generator that used
a schema as an input and spit out Ruby script. But this may
proved difficult to do for complex YPath selector. For example
how does one generate a Ruby class to handle something as simple
as:
---
//foo:
type: str
Clearly it means there is a foo attribute somewhere, but where
exactly? I suspect it can still be done, but it will prove harder
than say simple schemas like Kwalify and Igny's nacent design.