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

stages/users: fix user names schema validation #662

Merged
merged 2 commits into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. stages/users: fix user names schema validation

    Use `patternProperties` instead of `propertyNames` and `pattern`,
    which is not in draft 4 and so did not work (but also did not
    throw an error).
    
    Co-Developed-by: Achilleas Koutsou <achilleas@koutsou.net>
    gicmo committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f08f026 View commit details
    Browse the repository at this point in the history
  2. stages/groups: fix group name schema validation

    Use `patternProperties` instead of `propertyNames` and `pattern`,
    which is not in draft 4 and so did not work (but also did not
    throw an error).
    gicmo committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ee6d53a View commit details
    Browse the repository at this point in the history