File: json_schema_examples.py

package info (click to toggle)
pydantic 2.12.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,640 kB
  • sloc: python: 75,984; javascript: 181; makefile: 115; sh: 38
file content (4 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
from pydantic.json_schema import Examples

e_good = Examples([])
e_deprecated = Examples({})  # type: ignore[deprecated]  # pyright: ignore[reportDeprecated]