diff --git a/idMatchApi.yml b/idMatchApi.yml index 4556161..ea10e92 100644 --- a/idMatchApi.yml +++ b/idMatchApi.yml @@ -54,7 +54,7 @@ paths: type: mobile number: 8185551234 - referenceId:M523441767 + referenceId: M523441767 responses: '201': @@ -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': @@ -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: @@ -199,6 +197,8 @@ components: type: string type: type: string + referenceId: + type: string parameters: PageLimit: