Skip to content

Commit

Permalink
add token to returning-account
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Jan 7, 2024
1 parent 5773e0b commit f81c8a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/v1/accounts/returning/returning-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"$type": {
"const": "/v1/accounts/returning/returning-account"
},
"token": {
"$ref": "/schemas/v1/accounts/returning/returning-account-token.json"
},
"username": {
"type": "string"
},
Expand All @@ -19,6 +22,7 @@
},
"required": [
"$type",
"token",
"username",
"characters"
]
Expand Down

0 comments on commit f81c8a7

Please sign in to comment.