Skip to content

Commit 6b3c55d

Browse files
committed
add JsonSchema for input
1 parent c54d7de commit 6b3c55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dsc-lib/src/configure/parameters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use serde_json::Value;
99
use std::{collections::HashMap, fmt::Display};
1010
use tracing::trace;
1111

12-
#[derive(Debug, Clone, PartialEq, Deserialize)]
12+
#[derive(Debug, Clone, PartialEq, Deserialize, JsonSchema)]
1313
pub struct Input {
1414
pub parameters: HashMap<String, Value>,
1515
}

0 commit comments

Comments
 (0)