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
Right now, when two schemas are used to evaluate the same schema file, all checks pass, and the schema-enforcer validate --show-pass command is run -- it outputs the same pass message for both schemas. Neither of these messages indicates which schema is passing.
Use Case
Here is an example of the validate command run when two schemas are used to validate the data in the ./data/data.yml file
Environment
Proposed Functionality
Right now, when two schemas are used to evaluate the same schema file, all checks pass, and the
schema-enforcer validate --show-pass
command is run -- it outputs the same pass message for both schemas. Neither of these messages indicates which schema is passing.Use Case
Here is an example of the validate command run when two schemas are used to validate the data in the ./data/data.yml file
It would be nice if the output were such that it showed which schema is validating the data when the pass message is generated.
It would also be nice if the fail messages printed the schema location as well. Here is the current output of the fail message
Here is the proposed output:
The text was updated successfully, but these errors were encountered: