{
  "code": 0,
  "generated": "# generated by datamodel-codegen:\n#   filename:  <stdin>\n\nfrom __future__ import annotations\n\nfrom collections.abc import Callable\n\nfrom pydantic import BaseModel, Field\n\nfrom tests.data.python.input_model.structured_annotations import Wrapper\n\n\nclass StructuredAnnotations(BaseModel):\n    handler: Wrapper[Callable[[int, str], bool]] = Field(\n        ...,\n        json_schema_extra={\n            'x-python-type': 'tests.data.python.input_model.structured_annotations.Wrapper[Callable[[int, str], bool]]'\n        },\n        title='Handler',\n    )\n",
  "imported_python_type_codec": false,
  "leaked_private_token": false
}
