IStaticValueDefinition

Interface

Definition for a static value that is not resolved via a query. Enables workflows where the dynamic value source is not yet configured, or the value is known ahead of time

Extends

Properties

Property Type Notes
type "static-value"
value string | number

Enables a static value to be provided vs forcing a dynamic value

outPath Inherited string

The property path used to connect the resolved value to the parent object

schema Optional Inherited Partial<IConfigurationSchema>

JSON schema used to validate the value. If not provided, the value will not be validated NOTE: This may be swapped for a smaller set of props that would be used to generate the schema


Interface defined in common/src/core/types/DynamicValues.ts:66