Rewrite attribute handling code (#330)
This commit is contained in:
parent
fb6bd6d439
commit
d07a1be031
33 changed files with 1195 additions and 1099 deletions
|
@ -191,7 +191,7 @@ Serde docs: [container](https://serde.rs/container-attrs.html#bound)
|
|||
<h3 id="email-phone-url">
|
||||
|
||||
`#[validate(email)]` / `#[schemars(email)]`<br />
|
||||
`#[validate(phone)]` / `#[schemars(phone)]`<br />
|
||||
`#[validate(email)]` / `#[schemars(email)]`<br />
|
||||
`#[validate(url)]` / `#[schemars(url)]`
|
||||
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue