
* refactor: take clients out of internal * refactor: move stdio to pkg * Move internal/api to api * refactor: final changes for Kapacitor to access shared functionality * chore: regenerate mocks * fix: bad automated refactor * chore: extra formatting not caught by make fmt
13 lines
447 B
YAML
13 lines
447 B
YAML
description: Free-form Flux AST to prepend to query requests
|
|
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
enum: [File]
|
|
default: File
|
|
# NOTE: Intentionally type-less here because the boilerplate produced
|
|
# by codegen off the Flux AST spec is unmangeable. The CLI only needs
|
|
# to use a small subset of the AST and rarely changes what it sends,
|
|
# so we can live with a generic map in the codegen request body.
|
|
additionalProperties: true
|