You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
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
Create a Schema. Observe the type property in the response.
Get the schema by id by calling GET /v1/schemas/{id}. This returns the type value in the response as expected.
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
The text was updated successfully, but these errors were encountered:
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
type
property in the response.id
by callingGET /v1/schemas/{id}
. This returns thetype
value in the response as expected.GET /v1/schemas
. This returns an emptytype
value, like"type": ""
.Expected behavior
Should return the correct
type
valueSupporting Material
The text was updated successfully, but these errors were encountered: