Skip to content

Instantly share code, notes, and snippets.

@jasonthomas
Last active July 30, 2019 19:45

Revisions

  1. jasonthomas revised this gist Jul 30, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions schema.json
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,5 @@
    {
    "name":"document_type",
    "type": "STRING"
    }
    ]
  2. jasonthomas revised this gist Jul 30, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion schema.json
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,8 @@
    {
    "name": "submission_timestamp",
    "type": "TIMESTAMP"
    }
    },
    {
    "name":"document_type",
    "type": "STRING"
    ]
  3. jasonthomas created this gist Jul 30, 2019.
    6 changes: 6 additions & 0 deletions schema.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    [
    {
    "name": "submission_timestamp",
    "type": "TIMESTAMP"
    }
    ]