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
Yet another question: Are you sure, that the vcs configuration is correct? The code generators seem to create "object" / "interface" / "Any" (depending on the Programming Language) from it instead of a concrete type ...
In the JSON schema, in Line 99, the
properties
object is closed whilemodules
andissues
are omitted.Is this correct?
When use this schema in a code generator, the code is generated without
modules
andissues
types and properties.If I apply the following patch
then code will generated including modules and issues.
Is this intentional or a bug?
The text was updated successfully, but these errors were encountered: