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
Given the complexity of omniparser schemas (all of which are written in json), we'll use json schema to
validate these schemas :)
Created `schemavalidate` package for generating each schema section json schema and helper for doing json validation.
Added `parser_settings` validation to parser.go
Added `transform_declarations` validation to omniv2/plugin.go
expectedErr: "schema 'test-schema' validation failed:\nparser_settings: version is required\nparser_settings: Additional property versionx is not allowed",
55
+
},
56
+
{
57
+
name: "supported schema plugin found, but schema validation failed",
0 commit comments