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
Should there be support for yaml schema management ? validation, conversion, etc?
This project handles yaml and then there is circe-json-schema specifically for json schema validation.
This states the relation between json schema and yaml schema:
YAML has advanced features that cannot be directly mapped to JSON, most YAML files use features that can be validated by JSON Schema. JSON Schema is the most portable and broadly supported choice for YAML validation
Should there be support for
yaml schema
management ? validation, conversion, etc?This project handles
yaml
and then there iscirce-json-schema
specifically forjson schema
validation.This states the relation between
json schema
andyaml schema
:source: https://json-schema-everywhere.github.io/yaml
I am coming from the pov of applications to
data management
(asset catalog
,data schema
, etc)The text was updated successfully, but these errors were encountered: