mirror of https://github.com/tiangolo/fastapi.git
Merge e26f9b3409 into 5ca11c59e3
This commit is contained in:
commit
fff080f32c
|
|
@ -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