Skip to content

Instantly share code, notes, and snippets.

@fczuardi
Created August 18, 2008 03:05
Show Gist options
  • Save fczuardi/5880 to your computer and use it in GitHub Desktop.
Save fczuardi/5880 to your computer and use it in GitHub Desktop.
{
"politicos" : {
"cursor" : true,
"query" : [
{
"/common/topic/image" : {
"guid" : null,
"limit" : 1,
"optional" : true
},
"birth_date" : {
"optional" : true,
"value" : null
},
"email" : [
{
"optional" : true,
"value" : null
}
],
"employment_history" : [
{
"from" : null,
"id" : null,
"optional" : true,
"title" : [
{
"en:name" : [
{
"lang" : "/lang/en",
"value" : null
}
],
"pt:name" : [
{
"lang" : "/lang/pt",
"value" : null
}
]
}
],
"to" : null,
"type" : "/business/employment_tenure"
}
],
"gender" : {
"en:name" : [
{
"lang" : "/lang/en",
"value" : null
}
],
"optional" : true,
"pt:name" : [
{
"lang" : "/lang/pt",
"value" : null
}
],
"type" : "/people/gender"
},
"guid" : null,
"limit" : 10,
"name" : null,
"party" : [
{
"from" : null,
"guid" : null,
"optional" : true,
"party" : {
"en:name" : [
{
"lang" : "/lang/en",
"value" : null
}
],
"pt:name" : [
{
"lang" : "/lang/pt",
"value" : null
}
],
"type" : "/government/political_party"
},
"to" : null,
"type" : "/government/political_party_tenure"
}
],
"place_of_birth" : {
"name" : null,
"optional" : true
},
"sort" : "name",
"type" : "/user/fabricio/brazilian_government/politician"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment