Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
5c1b2f829e
commit
62b60827d3
1 changed files with 7 additions and 5 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue