Add docs permalinks

This commit is contained in:
Graham Esau 2019-12-26 14:35:34 +00:00
parent 938d273d42
commit 64b0f79851
8 changed files with 9 additions and 3 deletions

View file

@ -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.