UNPKG

366 BJSONView Raw
1{
2 "$id": "logout",
3 "type": "object",
4 "required": [
5 "jwt",
6 "audience"
7 ],
8 "properties": {
9 "jwt": {
10 "type": "string",
11 "minLength": 1,
12 "maxLength": 256
13 },
14 "audience": {
15 "type": "string",
16 "minLength": 1,
17 "maxLength": 128
18 }
19 }
20}