Skip to content

Commit

Permalink
Change deliveryPoint to an array of string to allow multiple address
Browse files Browse the repository at this point in the history
lines.
  • Loading branch information
pvretano committed Apr 26, 2023
1 parent 47b351f commit b9e79d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/openapi/schemas/party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ properties:
home, etc.). The value is the address itself.
properties:
deliveryPoint:
type: string
description: Address line for the location.
type: array
description: Address lines for the location.
items:
type: string
city:
type: string
description: City for the location.
Expand Down

0 comments on commit b9e79d6

Please sign in to comment.