Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,7 @@ components:
type: string
Date:
type: string
format: date
format: date-time
Amount:
$ref: '#/components/schemas/Amount'
OrderId:
Expand Down Expand Up @@ -2576,7 +2576,7 @@ components:
type: string
Expiration:
type: string
format: date
format: date-time
RedirectUrl:
type: string
required:
Expand Down Expand Up @@ -2660,7 +2660,7 @@ components:
type: string
Expiration:
type: string
format: date
format: date-time
LiabilityShift:
type: boolean
RedirectRequired:
Expand Down Expand Up @@ -3123,7 +3123,7 @@ components:
type: string
Expiration:
type: string
format: date
format: date-time
RedirectUrl:
type: string
required:
Expand Down Expand Up @@ -3196,7 +3196,7 @@ components:
type: string
Expiration:
type: string
format: date
format: date-time
RedirectUrl:
type: string
required:
Expand Down