from fastapi import FastAPI from pydantic.main import BaseModel app = FastAPI() class ... I don't want to remove the schema definitions from the API spec.
確定! 回上一頁