Skip to content

Commit

Permalink
Docs: fix note and minor typo (#8550)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Jan 15, 2024
1 parent 640ba4a commit 64d5223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/json_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ print(json.dumps(Model.model_json_schema(), indent=2))
"""
```

!!! note:
!!! note
As discussed in [this issue](https://github.com/pydantic/pydantic/issues/8208), in the future, it's likely that Pydantic will add
builtin support for JSON schema generation for types like [`PlainValidator`][pydantic.functional_validators.PlainValidator],
but the [`WithJsonSchema`][pydantic.json_schema.WithJsonSchema] annotation will still be useful for other custom types.
Expand Down

0 comments on commit 64d5223

Please sign in to comment.