UNPKG

250 BJSONView Raw
1{
2 "$id": "oauth.detach",
3 "type": "object",
4 "required": ["username", "provider"],
5 "properties": {
6 "username": {
7 "type": "string",
8 "minLength": 1
9 },
10 "provider": {
11 "type": "string",
12 "minLength": 1
13 }
14 }
15}