Fix a typo
Signed-off-by: Randy Barlow <randy.barlow@deepgram.com>
This commit is contained in:
parent
4db6733844
commit
6ada120cd3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
JSON Schema generator and settings.
|
JSON Schema generator and settings.
|
||||||
|
|
||||||
This module is useful if you want more control over how the schema generated than the [`schema_for!`] macro gives you.
|
This module is useful if you want more control over how the schema generated than the [`schema_for!`] macro gives you.
|
||||||
There are two main types in this module:two main types in this module:
|
There are two main types in this module:
|
||||||
* [`SchemaSettings`], which defines what JSON Schema features should be used when generating schemas (for example, how `Option`s should be represented).
|
* [`SchemaSettings`], which defines what JSON Schema features should be used when generating schemas (for example, how `Option`s should be represented).
|
||||||
* [`SchemaGenerator`], which manages the generation of a schema document.
|
* [`SchemaGenerator`], which manages the generation of a schema document.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue