Skip to content

Commit

Permalink
add all mojaloop party identifier types (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bushjames authored Sep 24, 2019
1 parent 8abba3c commit ce4457e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/test-api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,22 @@ components:
enum:
- MSISDN
- ACCOUNT_NO

idValue:
type: string
minLength: 1
maxLength: 128
idType:
type: string
enum:
- MSISDN
- ACCOUNT_NO
- MSISDN
- EMAIL
- PERSONAL_ID
- BUSINESS
- DEVICE
- ACCOUNT_ID
- IBAN
- ALIAS

idValue:
type: string
Expand Down

0 comments on commit ce4457e

Please sign in to comment.