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

feat(schema): add error codes for validation (DSP-1902) #101

Merged
merged 9 commits into from Sep 23, 2021

Commits on Sep 22, 2021

  1. use validate instead of assertValid for schema validation

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    73fd421 View commit details
    Browse the repository at this point in the history
  2. add documentation for json schema

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    9eb1167 View commit details
    Browse the repository at this point in the history
  3. remove namespace in in put xml for processing

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    a35dcf1 View commit details
    Browse the repository at this point in the history
  4. Update dsp-tools-create.md

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    8e97624 View commit details
    Browse the repository at this point in the history
  5. add documentation for xsd schema reference

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    b1cabba View commit details
    Browse the repository at this point in the history
  6. update examples in documentation

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    7c53e55 View commit details
    Browse the repository at this point in the history
  7. add exit codes and error messages when validation fails

    irinaschubert committed Sep 22, 2021
    Copy the full SHA
    a835617 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. simplify validation calls

    irinaschubert committed Sep 23, 2021
    Copy the full SHA
    10447bc View commit details
    Browse the repository at this point in the history
  2. Revert "simplify validation calls"

    This reverts commit 10447bc.
    irinaschubert committed Sep 23, 2021
    Copy the full SHA
    01ac238 View commit details
    Browse the repository at this point in the history