Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validator - Missing details of schema violations #406

Closed
noursaidi opened this issue Aug 3, 2022 · 1 comment
Closed

Validator - Missing details of schema violations #406

noursaidi opened this issue Aug 3, 2022 · 1 comment

Comments

@noursaidi
Copy link
Collaborator

Validator output files no longer include details on schema violation errors

Old .out:

While converting to json node: 1 schema violations found
  1 schema violations found
    object instance has properties which are not allowed by the schema: ["device_id","topic"]

New .out:

{
  "timestamp" : "2022-08-02T19:32:59Z",
  "version" : "1.3.14",
  "sub_folder" : "system",
  "status" : {
    "message" : "While converting to json node: 1 schema violations found",
    "category" : "validation.error.simple",
    "level" : 500
  }
}
@noursaidi
Copy link
Collaborator Author

Fixed by #439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant