Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __get_pydantic_json_schema__ (0.07 sec)

  1. fastapi/openapi/models.py

                    "To install, run: pip install email-validator"
                )
                return str(__input_value)
    
            @classmethod
            def __get_pydantic_json_schema__(
                cls, core_schema: Mapping[str, Any], handler: GetJsonSchemaHandler
            ) -> dict[str, Any]:
                return {"type": "string", "format": "email"}
    
            @classmethod
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top