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
Though we can impl json_schema to achieve this now, I think it isn't a bad idea to support it by default :)
#[schemars(comment = "Do not modify since this is auto-generated.")]pubstructSomeSchema{}
↓
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SomeSchema",
"type": "object",
"comment": "Do not modify since this is auto-generated."
}
The text was updated successfully, but these errors were encountered:
Though we can impl
json_schema
to achieve this now, I think it isn't a bad idea to support it by default :)↓
The text was updated successfully, but these errors were encountered: