Generate schema from any serializable value (#75)
Implement schema_for_value!(...) macro
This commit is contained in:
parent
0957204bc1
commit
f6482fd460
19 changed files with 1179 additions and 5 deletions
|
@ -20,6 +20,8 @@ If you want more control over how the schema is generated, you can use the [`gen
|
|||
|
||||
See the API documentation for more info on how to use those types for custom schema generation.
|
||||
|
||||
<!-- TODO:
|
||||
<!-- TODO:
|
||||
create and link to example
|
||||
|
||||
Generating schema from example value
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue