Skip to content

Instantly share code, notes, and snippets.

@dkullmann
Created September 16, 2011 21:26
Show Gist options
  • Save dkullmann/1223201 to your computer and use it in GitHub Desktop.
Save dkullmann/1223201 to your computer and use it in GitHub Desktop.
{"user": {"properties": {
"User": {
"dynamic": "true",
"properties": {
"id": {"type": "string"},
"email": {"type": "string"},
"role": {"type": "string"},
"slug": {"type": "string"}
}
},
"Category": {
"dynamic": "true",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"}
}
},
"Profile": {
"dynamic": "true",
"properties": {
"first_name": {"type": "string"},
"last_name": {"type": "string"},
"photo": {"type": "string"},
"full_name": {"type": "string"}
}
},
"ExpertProfile": {
"dynamic": "true",
"properties": {
"title": {"type": "string"},
"approved": {"type": "string"},
"rate": {"type": "string"},
"is_public": {"type": "string"},
"interests": {"type": "string"}
}
}
}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment