Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for anyOf (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_schema_compat_pydantic_v2.py

                                "properties": {
                                    "username": {"type": "string", "title": "Username"},
                                    "role": {
                                        "anyOf": [
                                            {"$ref": "#/components/schemas/PlatformRole"},
                                            {"enum": [], "title": "OtherRole"},
                                        ],
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 12:36:49 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    * 🐛 Strip whitespaces from `Authorization` header credentials. PR [#14786](https://github.com/fastapi/fastapi/pull/14786) by [@WaveTheory1](https://github.com/WaveTheory1).
    * 🐛 Fix OpenAPI duplication of `anyOf` refs for app-level responses with specified `content` and `model` as `Union`. PR [#14463](https://github.com/fastapi/fastapi/pull/14463) by [@DJMcoder](https://github.com/DJMcoder).
    
    ### Refactors
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top