Skip to content

Instantly share code, notes, and snippets.

@29satnam
Created February 6, 2016 16:15
Show Gist options
  • Save 29satnam/7bf474d266c8c20870a4 to your computer and use it in GitHub Desktop.
Save 29satnam/7bf474d266c8c20870a4 to your computer and use it in GitHub Desktop.
deployd dpd-passport user config.json file
{
"type": "UserCollection",
"properties": {
"socialAccount": {
"name": "socialAccount",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "socialAccount",
"order": 0
},
"socialAccountId": {
"name": "socialAccountId",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "socialAccountId",
"order": 1
},
"profile": {
"name": "profile",
"type": "object",
"typeLabel": "object",
"required": false,
"id": "profile",
"order": 2
},
"name": {
"name": "name",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "name",
"order": 3
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment