Add docs permalinks
This commit is contained in:
parent
938d273d42
commit
64b0f79851
8 changed files with 9 additions and 3 deletions
|
@ -231,7 +231,7 @@ pub trait JsonSchema {
|
|||
|
||||
/// The name of the generated JSON Schema.
|
||||
///
|
||||
/// This is used as the title for root schemas, and the key within the `definitions` property for subschemas.
|
||||
/// This is used as the title for root schemas, and the key within the root's `definitions` property for subschemas.
|
||||
fn schema_name() -> String;
|
||||
|
||||
/// Generates a JSON Schema for this type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue