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
The swagger api and code generated via codegen provides an interface expecting a "schema_json" object returned from "GET /schemas/{schema_id}". In fact the body in the response returns a "schema" object. This makes it difficult in many languages to access the data returned. Suggest that the swagger I/f change to "schema" since that is what working client code must be using to access the data. The response body coming back from a running ACA-py v0.5.3 is :
The swagger api and code generated via codegen provides an interface expecting a "schema_json" object returned from "GET /schemas/{schema_id}". In fact the body in the response returns a "schema" object. This makes it difficult in many languages to access the data returned. Suggest that the swagger I/f change to "schema" since that is what working client code must be using to access the data. The response body coming back from a running ACA-py v0.5.3 is :
{"schema": {"ver": "1.0", "id": "FfTM7q3uZLipmQnXjghcbZ:2:University_Transcript:0.1", "name": "University_Transcript", "version": "0.1", "attrNames": ["first_name", "last_name"], "seqNo": 8}}
I have submitted a one line pull request to fix this.
The text was updated successfully, but these errors were encountered: