Skip to content

Commit

Permalink
Allow resetTime to be null (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbird authored Dec 5, 2023
1 parent 2a3001d commit 5856250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openapi/components/schemas/TransactionLimitAmount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ properties:
currency:
$ref: ./CurrencyCode.yaml
resetTime:
type: string
type:
- 'string'
- 'null'
format: date-time
description: |-
Date and time in which the limit amount resets.
Expand Down

0 comments on commit 5856250

Please sign in to comment.