Skip to content

Commit

Permalink
fix: amount description
Browse files Browse the repository at this point in the history
  • Loading branch information
sabineschaller committed Aug 23, 2023
1 parent 299b556 commit 22564ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions openapi/auth-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,10 @@ components:
receiver:
$ref: './schemas.yaml#/components/schemas/receiver'
debitAmount:
description: 'All amounts are maxima, i.e. multiple payments can be created under a grant as long as the total amounts of these payments do not exceed the maximum amount per interval as specified in the grant.'
$ref: './schemas.yaml#/components/schemas/amount'
receiveAmount:
description: 'All amounts are maxima, i.e. multiple payments can be created under a grant as long as the total amounts of these payments do not exceed the maximum amount per interval as specified in the grant.'
$ref: './schemas.yaml#/components/schemas/amount'
interval:
$ref: '#/components/schemas/interval'
Expand Down
1 change: 0 additions & 1 deletion openapi/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ components:
amount:
title: amount
type: object
description: 'All amounts are maxima, i.e. multiple payments can be created under a grant as long as the total amounts of these payments do not exceed the maximum amount per interval as specified in the grant.'
properties:
value:
type: string
Expand Down

0 comments on commit 22564ab

Please sign in to comment.