class Sentiment(Enum): POSITIVE = 1 NEGATIVE = 0 ... FastAPI uses “type hints” to guess the type of the field (str) and perform the necessary validation.
確定! 回上一頁