speccy icon indicating copy to clipboard operation
speccy copied to clipboard

If an object just ref another object, the progress will be blocked

Open winterbesos opened this issue 1 year ago • 0 comments

    ReceiverAddress:
      allOf:
        - $ref: "#/components/schemas/ReceiverAddressMeta"

It is OK, but

    ReceiverAddress:
        $ref: "#/components/schemas/ReceiverAddressMeta"

it will block progress.

winterbesos avatar Jul 14 '23 01:07 winterbesos