Chris Ickes
Results
2
issues of
Chris Ickes
Are any plans for supporting OpenAPI 3.0 Spec? I'm not involved at the moment but would consider helping. Thanks for the great work!
``` class Item(BaseModel): name: str quantity: int price: float description: [Optional] str = "Not included" ``` In the database, `description` is stored as `None` for 1 object. In the response,...