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)