Skip to content

Commit

Permalink
Fix cardinality requestedAllocation accounts
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
andiahlm committed Jul 4, 2024
1 parent 4bc6d8b commit bd9149c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OrderPlacement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,9 @@ components:
- amount
properties:
accounts:
$ref: '#/components/schemas/account'
type: array
items:
$ref: '#/components/schemas/account'
clientAllocationIdentification:
type: string
description: Unambiguous identifier for the individual allocation of the bulk order, as assigned by the instructing party.
Expand Down

0 comments on commit bd9149c

Please sign in to comment.