Skip to content

Instantly share code, notes, and snippets.

@Fitblip
Created May 17, 2017 22:01
Show Gist options
  • Save Fitblip/88eff0d3bd7284bd5e73b51d48678668 to your computer and use it in GitHub Desktop.
Save Fitblip/88eff0d3bd7284bd5e73b51d48678668 to your computer and use it in GitHub Desktop.
BigQuery Schema
[
{
"name": "url",
"type": "STRING",
"mode": "REQUIRED"
},
{
"mode": "REQUIRED",
"name": "cert_index",
"type": "INTEGER"
},
{
"mode": "REQUIRED",
"name": "chain_hash",
"type": "STRING"
},
{
"mode": "REQUIRED",
"name": "cert_der",
"type": "STRING"
},
{
"mode": "REQUIRED",
"name": "all_dns_names",
"type": "STRING"
},
{
"mode": "REQUIRED",
"name": "not_before",
"type": "FLOAT"
},
{
"mode": "REQUIRED",
"name": "not_after",
"type": "FLOAT"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment