Skip to content

Commit

Permalink
docs: bump to 4ad86bb03fd4d510992cc461262826013f21fc23
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 2, 2024
1 parent eea8024 commit 4629efd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@
"type": "string"
}
},
"required": ["id", "email", "email_verified", "name"],
"required": ["id", "email", "name", "email_verified"],
"type": "object"
},
"consistencyRequestParameters": {
Expand Down Expand Up @@ -7192,7 +7192,7 @@
"type": "string"
}
},
"required": ["id", "email", "email_verified", "name", "role"],
"required": ["id", "email", "name", "email_verified", "role"],
"type": "object"
},
"projectMembers": {
Expand Down Expand Up @@ -9368,8 +9368,10 @@
"type": "string"
},
"screen": {
"description": "Screen requests navigation to a previous screen.\n\nThis must be set to credential-selection to go back to the credential\nselection screen.",
"type": "string"
"description": "Screen requests navigation to a previous screen.\n\nThis must be set to credential-selection to go back to the credential\nselection screen.\ncredential-selection RegistrationScreenCredentialSelection nolint:gosec // not a credential\nprevious RegistrationScreenPrevious",
"enum": ["credential-selection", "previous"],
"type": "string",
"x-go-enum-desc": "credential-selection RegistrationScreenCredentialSelection nolint:gosec // not a credential\nprevious RegistrationScreenPrevious"
},
"traits": {
"description": "Traits\n\nThe identity's traits.",
Expand Down

0 comments on commit 4629efd

Please sign in to comment.