📝 Fix example of license identifier in documentation (#14492)

Co-authored-by: svlandeg <svlandeg@github.com>
This commit is contained in:
johnson-earls 2026-02-04 05:29:02 -08:00 committed by GitHub
parent a4297066c2
commit 3ee652dd0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ app = FastAPI(
},
license_info={
"name": "Apache 2.0",
"identifier": "MIT",
"identifier": "Apache-2.0",
},
)

View File

@ -28,7 +28,7 @@ def test_openapi_schema():
},
"license": {
"name": "Apache 2.0",
"identifier": "MIT",
"identifier": "Apache-2.0",
},
"version": "0.0.1",
},