Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk: add an overlay to remove readOnly flags
Prevents Speakeasy from generating "Input" models because of webhooks schemas which are wrongfully considered as payload schemas (due to how they're documented in FastAPI). We've our own hygiene of separating input and output schemas, so this should not harm the validity of the output SDK.
- Loading branch information