You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Hi,
With newest umbraco forms openapi schema, I cannot generate schema:
Attaching the json from response used above. umbraco_forms_api_openapi.zip
Seems the issue is that enums inside "oneOf" are failing:
There is an exception in

createOrReuseEnum(),enumis undefined (expanding schema):Is that so that enum cannot be part of complex type?