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
Right now we don't have a good way to tell schemars that Reference is a String without implementing JsonSchema ourselves. I would like to propose the syntax:
Hi!
I am using custom
serde
deserializers on some of my structs to parse data. For example the string$hello.world
is deserialized into:Right now we don't have a good way to tell
schemars
thatReference
is aString
without implementingJsonSchema
ourselves. I would like to propose the syntax:This is similar to the syntax used on fields, but allows the consumer to avoid adding it everywhere.
The text was updated successfully, but these errors were encountered: