Skip to content

Commit

Permalink
#26 update EmployerId draft type: omit leading zero for definitive nu…
Browse files Browse the repository at this point in the history
…mbers
  • Loading branch information
pvdbosch committed Mar 23, 2020
1 parent 70fe2fc commit 27e8c06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ info:
paths: {}
definitions:
EmployerId:
description: Identifier issued by NSSO (RSZ/NSSO) for an employer
description: Definitive or provisional NSSO number, assigned to each registered employer or local or provincial administration.
type: string
pattern: '^[0,5]{0-1}\d{9}$' #TODO: verify. String with leading zeros or integer type? If integer, can pattern be applied?
pattern: '^5?\d{9}$' #TODO: verify pattern. String with mandatory, optional or no leading zeros or integer type? If integer, no pattern can be applied.

0 comments on commit 27e8c06

Please sign in to comment.