mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Spec generation silently produced a fatal error when a response model string could not be resolved to a registered model object. Now throws a clear RuntimeException in both Swagger2 and OpenAPI3 formats, for both single and array model responses. Also adds a CI job to run spec generation on every PR so unresolved models are caught before merge.