Skip to content

Commit

Permalink
Merge pull request #7 from auth0/schema-update-20240229212311
Browse files Browse the repository at this point in the history
Update schema definitions - 20240229212311
  • Loading branch information
tafarij authored Feb 29, 2024
2 parents 22fc8bf + b1f9d3e commit cb405ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/all-log-types.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,9 @@
"newPassword": {
"type": "string"
},
"requiredCaptcha": {
"type": "boolean"
},
"tenant": {
"type": "string"
},
Expand Down Expand Up @@ -11047,6 +11050,9 @@
"newPassword": {
"type": "string"
},
"requiredCaptcha": {
"type": "boolean"
},
"resultUrl": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/fcpr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"newPassword": {
"type": "string"
},
"requiredCaptcha": {
"type": "boolean"
},
"tenant": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/scpr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
"newPassword": {
"type": "string"
},
"requiredCaptcha": {
"type": "boolean"
},
"resultUrl": {
"type": "string"
},
Expand Down

0 comments on commit cb405ca

Please sign in to comment.