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

Use JSON schema to validate endpoint structure #40

Open
mindtheme opened this issue May 30, 2022 · 0 comments · Fixed by #48
Open

Use JSON schema to validate endpoint structure #40

mindtheme opened this issue May 30, 2022 · 0 comments · Fixed by #48

Comments

@mindtheme
Copy link
Collaborator

mindtheme commented May 30, 2022

User Story

  1. As a user
  2. I want to be able to check JSON string for a certain structure
  3. So that the endpoint can be validated

Acceptance Criteria

  • A user can input JSON schema
  • Design general structure of JSON schema
  • The JSON string is validated against the JSON schema provided
  • Any errors are displayed
  • Any matches are highlighted

Definition of Done

  • Code has been tested
  • Optional Logging has been added
  • No errors (syntax, unit tests, etc.)
  • Peer reviewed by at least one additional person
  • Acceptance criteria met
  • The code was merged into the main branch via pull request
@mindtheme mindtheme created this issue from a note in OpenID Connect Doctor Backlogs (Product backlog) May 30, 2022
@mindtheme mindtheme moved this from Product backlog to Sprint backlog in OpenID Connect Doctor Backlogs Jun 1, 2022
@FlinkbaumFAU FlinkbaumFAU moved this from Sprint backlog to In progress in OpenID Connect Doctor Backlogs Jun 2, 2022
@FlinkbaumFAU FlinkbaumFAU moved this from In progress to Awaiting review in OpenID Connect Doctor Backlogs Jun 7, 2022
@prebbe prebbe linked a pull request Jun 8, 2022 that will close this issue
@mindtheme mindtheme moved this from Awaiting review to Feature archive in OpenID Connect Doctor Backlogs Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

3 participants