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
Unless there's some technical issue, it would be useful to support the "is-array" attribute on enum elements in addition to pure integer ones. I recently had the issue that an "integer" array was identified as containing enum values, and then had to jump through hoops to get the schema validation to accept a reworked description that represented the information. Obviously, the schema should reject cases that aren't supported by the code generation, so a changed schema should be backed up by the code generation.
The text was updated successfully, but these errors were encountered:
Unless there's some technical issue, it would be useful to support the "is-array" attribute on enum elements in addition to pure integer ones. I recently had the issue that an "integer" array was identified as containing enum values, and then had to jump through hoops to get the schema validation to accept a reworked description that represented the information. Obviously, the schema should reject cases that aren't supported by the code generation, so a changed schema should be backed up by the code generation.
The text was updated successfully, but these errors were encountered: