Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing mandatory attributes for AuthMeta. #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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