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