Fix internal docs link
This commit is contained in:
parent
583edc08ca
commit
01966ba9bf
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@ permalink: /implementing
|
||||||
|
|
||||||
# Implementing JsonSchema
|
# Implementing JsonSchema
|
||||||
|
|
||||||
How to implement JsonSchema manually, without deriving it...
|
[Deriving `JsonSchema`]({{ site.baseurl }}{% link 1-deriving.md %}) is usually the easiest way to enable JSON schema generation for your types. But if you need more customisation, you can also implement `JsonSchema` manually. This trait has two associated functions which must be implemented, and one which can optionally be implemented:
|
||||||
|
|
||||||
[Deriving `JsonSchema`]({% link 1-deriving.md %}) is usually the easiest way to enable JSON schema generation for your types. But if you need more customisation, you can also implement `JsonSchema` manually. This trait has two associated functions which must be implemented, and one which can optionally be implemented:
|
|
||||||
|
|
||||||
## schema_name
|
## schema_name
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue