【发布时间】:2022-07-31 18:02:13
【问题描述】:
from fastapi import Body, FastAPI
from pydantic import BaseModel
class Validate(BaseModel):
Product_Name : str
Discription : str
image : #what would be the tyoe of this image
【问题讨论】:
-
没有任何上下文是不可能回答的。
标签: python api fastapi pydantic