Created
May 17, 2017 22:01
-
-
Save Fitblip/88eff0d3bd7284bd5e73b51d48678668 to your computer and use it in GitHub Desktop.
BigQuery Schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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