Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

[Bug] Calling GET Schemas returns empty type in response #523

Closed
kirahsapong opened this issue Jun 8, 2023 · 0 comments · Fixed by #530
Closed

[Bug] Calling GET Schemas returns empty type in response #523

kirahsapong opened this issue Jun 8, 2023 · 0 comments · Fixed by #530
Assignees
Labels
bug Something isn't working

Comments

@kirahsapong
Copy link
Contributor

kirahsapong commented Jun 8, 2023

Describe the bug
After creating a schema, calling GET Schemas to get all schemas returns an array of schemas in which each of the schemas has an empty type property.

To Reproduce

  1. Create a Schema. Observe the type property in the response.
  2. Get the schema by id by calling GET /v1/schemas/{id}. This returns the type value in the response as expected.
  3. Get all schemas by calling GET /v1/schemas. This returns an empty type value, like "type": "".

Expected behavior
Should return the correct type value

Supporting Material
Screenshot 2023-06-08 at 9 21 31 AM

@kirahsapong kirahsapong added the bug Something isn't working label Jun 8, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in SSI Jun 8, 2023
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in SSI Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants