Skip to content

Commit

Permalink
fix json schema doc link (#9405)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhioDschungel6 committed May 9, 2024
1 parent 77c1b4e commit 7061f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/json_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ For custom types, Pydantic offers other tools for customizing JSON schema genera

1. [`WithJsonSchema` annotation](#withjsonschema-annotation)
2. [`SkipJsonSchema` annotation](#skipjsonschema-annotation)
3. [Implementing `__get_pydantic_core_schema__`](#implementing-getpydanticcoreschema)
4. [Implementing `__get_pydantic_json_schema__`](#implementing-getpydanticjsonschema)
3. [Implementing `__get_pydantic_core_schema__`](#implementing-__get_pydantic_core_schema__)
4. [Implementing `__get_pydantic_json_schema__`](#implementing-__get_pydantic_json_schema__)

### Field-Level Customization

Expand Down

0 comments on commit 7061f36

Please sign in to comment.