Skip to content

Commit

Permalink
Fix testHandleComposedSchemasInArrayItems failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andurairaj authored and anthochristen committed May 20, 2024
1 parent d5b61d7 commit 0f34603
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ components:
items:
oneOf:
- $ref: '#/components/schemas/ProductRow'
- type: object
properties:
orderRow:
$ref: '#/components/schemas/OrderRow'
properties:
orderRow:
$ref: '#/components/schemas/OrderRow'
discriminator:
propertyName: type
mapping:
Expand Down

0 comments on commit 0f34603

Please sign in to comment.