MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / JSONSchemaExtend

Method JSONSchemaExtend

plugins/destination/bigquery/client/spec.go:177–179  ·  view source on GitHub ↗
(sc *jsonschema.Schema)

Source from the content-addressed store, hash-verified

175}
176
177func (Spec) JSONSchemaExtend(sc *jsonschema.Schema) {
178 sc.Properties.Value("batch_timeout").Default = "10s"
179}
180
181func (TimePartitioningOption) JSONSchemaExtend(sc *jsonschema.Schema) {
182 sc.Type = "string"

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected