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
In DSL reference implementation, there are some interfaces, for example, SchemaValidator or Expression which depends on Jackson JsonNode.
These ones should be modified to depend on Java Map. As part of this change, JacksonSchemaValidation and JQExpression should be deployes as separated modules rather than be included in Core