json-yaml-validate
json-yaml-validate copied to clipboard
More flexible Yaml schema validation
I did some research into doing schema validation. Unfortunately, the schema validation only works for "fixed" documents - you validate the fields of a map (that has to exist). The limitation is coming from ketanSaxena/schema-validator that is used by this action. Some relevant issues are:
- ketanSaxena/schema-validator#12
- ketanSaxena/schema-validator#14
Have anyone found some work-around for this or been in contact with ketanSaxena about this? It seems the schema-validator project has gotten little love the last two years.