Skip to content

Commit

Permalink
Add presence_id to users schema.
Browse files Browse the repository at this point in the history
Add missing coma in webhooks_attemps schema.
  • Loading branch information
skorobkov committed Jun 1, 2015
1 parent 6dfce06 commit 533a0fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions applications/crossbar/priv/couchdb/schemas/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,13 @@
"description": "User's profile data",
"$ref":"profile",
"default": {}
},
"presence_id": {
"type": "string",
"required": false,
"name": "Presence ID",
"description": "User's presence ID"
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"required": true,
"name": "Webhook Attempt",
"description": "Log of an attempt to send a webhook to a third-party server"
"description": "Log of an attempt to send a webhook to a third-party server",
"properties": {
"hook_id": {
"type": "string",
Expand Down

0 comments on commit 533a0fb

Please sign in to comment.