Skip to content

Instantly share code, notes, and snippets.

@gcarothers
Created June 28, 2013 22:09
Show Gist options
  • Save gcarothers/5888533 to your computer and use it in GitHub Desktop.
Save gcarothers/5888533 to your computer and use it in GitHub Desktop.
{
"@context": {
"@base": "http://lexmachina.com/data/case/",
"pacer": "http://lexmachina.com/vocab/pacer#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"id": "@id",
"title": "pacer:title",
"bare_civil_action_number": "pacer:cv",
"filed_on": {
"@id": "pacer:filed",
"@type": "xsd:date"
},
"terminated_on": "pacer:terminated",
"judges": "pacer:presiding",
"judges.id": "@id"
},
"judges": [
{
"id": "969",
"name": "John H. Hannah Jr."
}],
"court": {
"ecf_abbreviation": "txed",
"name": "U.S. District Court for the Eastern District of Texas"
},
"title": "Samsung Electronics v. Sandisk Corporation",
"bare_civil_action_number": "9:02-cv-00058",
"trial_date": null,
"last_docket_date": "2003-06-10T00:00:00",
"filed_on": "2002-03-05T00:00:00",
"terminated_on": "2002-07-31T00:00:00",
"id": "88",
"tags": [
{
"visible": 1,
"id": "27",
"name": "Patent"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment