Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2024-10-25 08:28:29 +02:00
parent 5c1b2f829e
commit 62b60827d3

View file

@ -14,14 +14,16 @@
"minLength": 1,
"type": "string"
},
"scope": {
"minLength": 1,
"type": "string",
"enum": ["user"]
},
"secret": {
"minLength": 1,
"type": "string"
},
"expires": {
"type": "string"
},
"scope": {
"type": "string",
"enum": ["user"]
}
},
"required": ["identity", "secret"],