mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-25 16:27:56 -05:00
The `type` property is required on all of them, but because this is defined in pydantic as a Literal, it is not required in the OpenAPI schema. Easier to fix this by changing the generated types than fiddling around with pydantic.