rede_schema 0.2.0

Exposes the request schema used by rede
Documentation
1
2
3
4
5
6
/// Contains the different properties that can be defined for an input parameter.
#[derive(Debug, Default, PartialEq)]
pub struct InputParam {
    /// Hint to provide to the user when asking for the input
    pub hint: Option<String>,
}