Merge pull request #4338 from Sander0542/fix/token-expires-type

Fix type for token.expires
This commit is contained in:
jc21
2025-02-05 20:35:33 +10:00
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@ -5,10 +5,9 @@
"additionalProperties": false,
"properties": {
"expires": {
"description": "Token Expiry Unix Time",
"example": 1566540249,
"minimum": 1,
"type": "number"
"description": "Token Expiry ISO Time String",
"example": "2025-02-04T20:40:46.340Z",
"type": "string"
},
"token": {
"description": "JWT Token",