mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed the facebook event schema.
This commit is contained in:
parent
06866e48de
commit
c43081636f
1 changed files with 10 additions and 1 deletions
|
@ -15,7 +15,16 @@ module.exports =
|
|||
type: "object"
|
||||
properties:
|
||||
response:
|
||||
type: "string"
|
||||
type: "object"
|
||||
properties:
|
||||
status: { type: "string" }
|
||||
authResponse:
|
||||
type: "object"
|
||||
properties:
|
||||
accessToken: { type: "string" }
|
||||
expiresIn: { type: "number" }
|
||||
signedRequest: { type: "string" }
|
||||
userID: { type: "string" }
|
||||
required: ["response"]
|
||||
|
||||
"facebook-logged-out": {}
|
||||
|
|
Loading…
Reference in a new issue