This commit is contained in:
Stephan D
2026-02-27 01:29:57 +01:00
parent 560e2213b5
commit 7d6d7c3f56
47 changed files with 196 additions and 73 deletions

View File

@@ -31,9 +31,7 @@ components:
type: string
quoteRef:
type: string
aggregate:
$ref: ../../../models/payment/payment.yaml#/components/schemas/PaymentQuoteAggregate
quotes:
items:
type: array
items:
$ref: ../../../models/payment/payment.yaml#/components/schemas/PaymentQuote
@@ -43,6 +41,7 @@ components:
additionalProperties: false
required:
- accessToken
- payments
properties:
accessToken:
$ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData