Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions contracts/bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1895,9 +1895,6 @@ components:

AuthMeta:
type: object
required:
- mode
- expiry
properties:
hint:
type: string
Expand Down
5 changes: 2 additions & 3 deletions contracts/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3705,11 +3705,9 @@ components:
2. DIRECT - for auth through apps (usually direct)
3. AADHAAR_OTP - for auth using OTP sent to Aadhaar number
4. DEMOGRAPHICS - for auth using demographic.

AuthMeta:
type: object
required:
- mode
- expiry
properties:
hint:
type: string
Expand All @@ -3718,6 +3716,7 @@ components:
example: "2019-12-30T12:01:55Z"
xml:
name: Meta

PatientAuthConfirmRequest:
type: object
required:
Expand Down
4 changes: 1 addition & 3 deletions contracts/hip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2010,11 +2010,9 @@ components:
$ref: '#/components/schemas/Error'
resp:
$ref: '#/components/schemas/RequestReference'

AuthMeta:
type: object
required:
- mode
- expiry
properties:
hint:
type: string
Expand Down
5 changes: 1 addition & 4 deletions contracts/hiu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2184,12 +2184,9 @@ components:
$ref: '#/components/schemas/Error'
resp:
$ref: '#/components/schemas/RequestReference'

AuthMeta:
type: object
required:
- mode
- expiry
properties:
hint:
type: string
Expand Down