SurfGen
SurfGen copied to clipboard
Handle array inside `group`
At this moment SurfGen will throw error when group has array.
For example:
WebSocketServerEvent:
oneOf:
- type: array
items:
$ref: '../common/models.yaml#/components/schemas/Identifier'
Seems like that we can generate code for this case