json-yaml-validate icon indicating copy to clipboard operation
json-yaml-validate copied to clipboard

More flexible Yaml schema validation

Open hansfn opened this issue 6 months ago • 2 comments

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.

hansfn avatar Aug 27 '24 06:08 hansfn