Skip to content

Commit

Permalink
NbP
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton committed Sep 11, 2020
1 parent 85d51f3 commit 138eeab
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions idMatchApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ paths:
type: mobile
number: 8185551234

referenceId:M523441767
referenceId: M523441767

responses:
'201':
Expand All @@ -74,23 +74,22 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/people'
example:
names:
-
type: official
given: Pat
family: Lee
dateOfBirth: "1983-03-18"
identifiers:
-
type: national
identifier: 3B902AE12DF55196
telephoneNumbers:
-
type: mobile
number: 8185551234

referenceId: M523441767
example:
names:
-
type: official
given: Pat
family: Lee
dateOfBirth: "1983-03-18"
identifiers:
-
type: national
identifier: 3B902AE12DF55196
telephoneNumbers:
-
type: mobile
number: 8185551234
referenceId: M523441767


'400':
Expand Down Expand Up @@ -121,13 +120,12 @@ components:

schemas:
people:
required:
- sorLabel
- sorId
type: object
properties:
sorLabel: type: string
sorId: type: string
sorLabel:
type: string
sorId:
type: string
dateOfBirth:
type: string
names:
Expand Down Expand Up @@ -199,6 +197,8 @@ components:
type: string
type:
type: string
referenceId:
type: string

parameters:
PageLimit:
Expand Down

0 comments on commit 138eeab

Please sign in to comment.