SurfGen icon indicating copy to clipboard operation
SurfGen copied to clipboard

Handle array inside `group`

Open LastSprint opened this issue 5 years ago • 0 comments

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

LastSprint avatar Jan 18 '21 05:01 LastSprint