Skip to content

Commit

Permalink
added challenge and challengeNeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
yateeshc committed Oct 25, 2023
1 parent 4069a54 commit 3ebd506
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions intents/execute/execute.request.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"description": "Aligned with the parameters for each command.",
"type": "object",
"additionalProperties": true
},
"challenge": {
"description": "Challenge for devices that implement the secondary verification flow.",
"type": "object"
}
},
"required": [
Expand Down
4 changes: 4 additions & 0 deletions intents/execute/execute.response.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
"errorCode": {
"description": "Expanding ERROR state if needed from the preset error codes, which will map to the errors presented to users.",
"type": "string"
},
"challengeNeeded": {
"description": "A response that requires a Secondary user verification challenge.",
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit 3ebd506

Please sign in to comment.