Skip to content

Commit

Permalink
Add to Issuer identification number (INN) operator
Browse files Browse the repository at this point in the history
Having the IIN for an operator allows front-ends to transform the short ICCID into the full (19 digits) one,
so they can do a luhn check and validate the input on the fly.
  • Loading branch information
bmoelans authored and Bart Moelans committed Sep 19, 2018
1 parent eb03b48 commit 254411d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions definitions/telco/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ properties:
donor:
type: string
description: the name of the MNO that the operator belongs to
iins:
type: array
description: List of Issuer Identification Numbers
items:
type: string

0 comments on commit 254411d

Please sign in to comment.