Skip to content
Discussion options

You must be logged in to vote

Hi! Well this is awkward for the delay it took me to come back into this issue, but after finally coming back to it, I did a more thorough investigation and realized that our openapi generator caused issues with models that have oneOf as their key, such as your v2BulkElement model :

    V2BulkElement:
      type: object
      oneOf:
        - $ref: '#/components/schemas/V2BulkElementCreateTransaction'
        - $ref: '#/components/schemas/V2BulkElementAddMetadata'
        - $ref: '#/components/schemas/V2BulkElementRevertTransaction'
        - $ref: '#/components/schemas/V2BulkElementDeleteMetadata'
      discriminator:
        propertyName: action
        mapping:
          CREATE_TRANSAC…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@V-ed
Comment options

Comment options

You must be logged in to vote
2 replies
@aalloiteau
Comment options

@V-ed
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tycjan-byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants