docs: clarify OpenAPI explanation

Adds a small clarification to make the OpenAPI explanation easier to understand for beginners.
This commit is contained in:
Yaswanth Naga Sai K 2026-01-02 12:25:33 +05:30 committed by GitHub
parent 53d2453d1a
commit 7a596734d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@ You will see the alternative automatic documentation (provided by <a href="https
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
### OpenAPI { #openapi }
**FastAPI** generates a "schema" with all your API using the **OpenAPI** standard for defining APIs.
FastAPI generates a "schema" with all your API using the OpenAPI standard for defining APIs. In simple terms, this is a structured description of your API that tools can read to show documentation and understand how your endpoints work.
#### "Schema" { #schema }