Skip to content

Commit

Permalink
#26 rename nsso to employment, data type to EmployerId
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Jan 27, 2020
1 parent 2c18dca commit e0be58d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
swagger: "2.0"
info:
title: data types for NSSO employer identifiers
version: v1beta
paths: {}
definitions:
EmployerId:
description: Identifier issued by NSSO (RSZ/NSSO) for an employer
type: string
pattern: [0,5]{0-1}\d{9} #TODO: verify. String with leading zeros or integer type? If integer, can pattern be applied?

This file was deleted.

0 comments on commit e0be58d

Please sign in to comment.