Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Aug 23, 2024
1 parent 0412850 commit 85c2c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi/auth-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ components:
format: uri
description: A string identifier indicating a specific resource at the RS.
limits:
oneOf:
oneOf:
- $ref: '#/components/schemas/limits-outgoing'
- $ref: '#/components/schemas/limits-outgoing-debit-amount'
- $ref: '#/components/schemas/limits-outgoing-receive-amount'
Expand Down Expand Up @@ -524,7 +524,7 @@ components:
limits-outgoing-debit-amount:
title: limits-outgoing-debit-amount
description: Open Payments specific property that defines the limits under which outgoing payments can be created.
allOf:
allOf:
- $ref: '#/components/schemas/limits-outgoing'
- type: object
properties:
Expand All @@ -536,15 +536,15 @@ components:
limits-outgoing-receive-amount:
title: limits-outgoing-receive-amount
description: Open Payments specific property that defines the limits under which outgoing payments can be created.
allOf:
allOf:
- $ref: '#/components/schemas/limits-outgoing'
- type: object
properties:
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
required:
- receiveAmount
- receiveAmount
securitySchemes:
GNAP:
name: Authorization
Expand Down

0 comments on commit 85c2c2f

Please sign in to comment.