Skip to content

Instantly share code, notes, and snippets.

@Falydoor
Last active October 16, 2015 17:10
Show Gist options
  • Save Falydoor/200477dee839c84afc2a to your computer and use it in GitHub Desktop.
Save Falydoor/200477dee839c84afc2a to your computer and use it in GitHub Desktop.
Schema.json
[
{
"name": "typeID",
"type": "INTEGER"
},
{
"name": "regionID",
"type": "INTEGER"
},
{
"name": "rows",
"type": "record",
"mode": "repeated",
"fields": [
{
"name": "volEntered",
"type": "INTEGER"
},
{
"name": "bid",
"type": "BOOLEAN"
},
{
"name": "duration",
"type": "INTEGER"
},
{
"name": "orderID",
"type": "INTEGER"
},
{
"name": "minVolume",
"type": "INTEGER"
},
{
"name": "volRemaining",
"type": "INTEGER"
},
{
"name": "range",
"type": "INTEGER"
},
{
"name": "stationID",
"type": "INTEGER"
},
{
"name": "solarSystemID",
"type": "INTEGER"
},
{
"name": "issueDate",
"type": "TIMESTAMP"
},
{
"name": "price",
"type": "FLOAT"
}
]
},
{
"name": "generatedAt",
"type": "TIMESTAMP"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment