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

#question: How to think about yaml schema management ?

Open SemanticBeeng opened this issue 4 years ago • 0 comments

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

source: https://json-schema-everywhere.github.io/yaml

I am coming from the pov of applications to data management (asset catalog, data schema, etc)

SemanticBeeng avatar Dec 08 '20 11:12 SemanticBeeng