UNPKG

305 BJSONView Raw
1{
2 "$id": "oauth.facebook",
3 "type": "object",
4 "additionalProperties": true,
5 "properties": {
6 "id": {
7 "type": "string",
8 "minLength": 1
9 },
10 "email": {
11 "type": "string",
12 "minLength": 1
13 },
14 "provider": {
15 "type": "string",
16 "minLength": 1
17 }
18 }
19}