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

Unify order of output #88

Open
tschmidtb51 opened this issue Mar 3, 2023 · 2 comments
Open

Unify order of output #88

tschmidtb51 opened this issue Mar 3, 2023 · 2 comments

Comments

@tschmidtb51
Copy link
Contributor

Currently, there are many different ways the json output is ordered in different tools (csaf-validator-lib, csaf-validator-service, csaf_validator).

@tschmidtb51 tschmidtb51 self-assigned this Mar 3, 2023
@tschmidtb51
Copy link
Contributor Author

The preferred output should use the order:

   {
      "errors": [],
      "warnings": [],
      "infos": [],
      "isValid": true,
      "name": "informativeTest_6_3_9"
    }

@tschmidtb51
Copy link
Contributor Author

Also, it must be checked that the documentation is up-to-date / whether changes in the documentation must be made.

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