-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26 rename nsso to employment, data type to EmployerId
- Loading branch information
Showing
2 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/main/asciidoc/schemas/employment/identifier/v1beta/employment-identifier-v1beta.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
18 changes: 0 additions & 18 deletions
18
src/main/asciidoc/schemas/nsso/identifier/v1beta/nsso-identifier-v1beta.yaml
This file was deleted.
Oops, something went wrong.