Files
influx-cli/api/contract/overrides/schemas/TemplateEnvReference.yml

16 lines
503 B
YAML

type: object
properties:
resourceField:
type: string
description: Field the environment reference corresponds too
envRefKey:
type: string
description: Key identified as environment reference and is the key identified in the template
value:
description: Value provided to fulfill reference
nullable: true
defaultValue:
description: Default value that will be provided for the reference when no value is provided
nullable: true
required: [resourceField, envRefKey]