Type Alias fiberplane_models::providers::ConfigSchema
source · pub type ConfigSchema = Vec<ConfigField>;Expand description
Defines the fields that should be included in a provider’s config.
Config data can be encoded as either JSON or YAML, so values must be representable in both.
Aliased Type§
struct ConfigSchema { /* private fields */ }