mirror of https://github.com/tiangolo/fastapi.git
docs: clarify OpenAPI explanation
Adds a small clarification to make the OpenAPI explanation easier to understand for beginners.
This commit is contained in:
parent
53d2453d1a
commit
7a596734d1
|
|
@ -83,8 +83,7 @@ You will see the alternative automatic documentation (provided by <a href="https
|
|||

|
||||
|
||||
### 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 }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue