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
Currently, it is hard to add support for YAML nodes from Kaml (#190) because the nodes does not have enough information for the validation.
As an alternative solution, a new module can be introduced with separate node hierarchy that can parse YAML (using SnakeKMP) and be used to validate YAML format against JSON schema
The text was updated successfully, but these errors were encountered:
OptimumCode
changed the title
Create a separate module to support YAML (without Kaml, just SnakeKMP and own YamlNodes)
Create a separate module to support YAML (without Kaml, just SnakeKMP)
Sep 25, 2024
Currently, it is hard to add support for YAML nodes from Kaml (#190) because the nodes does not have enough information for the validation.
As an alternative solution, a new module can be introduced with separate node hierarchy that can parse YAML (using SnakeKMP) and be used to validate YAML format against JSON schema
The text was updated successfully, but these errors were encountered: