Type field[]
File match *.bigquery.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/bigquery-table/latest.json
Source https://www.schemastore.org/bigquery-table.json

Validate with Lintel

npx @lintel/lintel check
Type: field[]

BigQuery lets you specify a table's schema when you load data into a table or when you create an empty table. A table schema is a JSON file.

Items

object
name string required
type string required
Values: "INT64" "INTEGER" "FLOAT64" "FLOAT" "NUMERIC" "BIGNUMERIC" "BOOL" "BOOLEAN" "STRING" "BYTES" "DATE" "DATETIME" "TIME" "TIMESTAMP" "STRUCT" "RECORD" "JSON" "GEOGRAPHY"
mode string
Values: "NULLABLE" "REQUIRED" "REPEATED"
description string

Definitions

field_name string
field_type string
field_mode string
field_description string
field object
name string required
type string required
Values: "INT64" "INTEGER" "FLOAT64" "FLOAT" "NUMERIC" "BIGNUMERIC" "BOOL" "BOOLEAN" "STRING" "BYTES" "DATE" "DATETIME" "TIME" "TIMESTAMP" "STRUCT" "RECORD" "JSON" "GEOGRAPHY"
mode string
Values: "NULLABLE" "REQUIRED" "REPEATED"
description string