Generating MetaSchema for custom object types. #422
catsharkdigital
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application where I have custom JSON object types that are getting passed in the body of the requests/responses. I am implementing the Type trait and am a little stuck with the intended way to put together the MetaSchemaRef such that the object definitions are part of the OAI3 spec. I'm using serde for json serialization/deserialization. If there is an example to point me to or just a hint to get me going the right direction that would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions