Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andurairaj committed May 2, 2024
1 parent 18400a0 commit 3c903c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,15 @@ components:
$ref: '#/components/schemas/WebhookVerification'
responses:
'202':
description: Your server returns this code if it accepts the message it was sent
description: Your server returns this code if it accepts the message it was sent
schemas:
WebhookVerification:
type: string
parameters:
x-api-key:
name: Correlation-Id
in: header
description: description
required: false
schema:
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ components:
items:
oneOf:
- $ref: '#/components/schemas/ProductRow'
properties:
orderRow:
$ref: '#/components/schemas/OrderRow'
- type: object
properties:
orderRow:
$ref: '#/components/schemas/OrderRow'
discriminator:
propertyName: type
mapping:
Expand Down

0 comments on commit 3c903c5

Please sign in to comment.