up 1019 - Wed Mar 11 2026 22:39:06

This commit is contained in:
Keyan Zhang
2026-03-11 22:39:06 -07:00
parent 12ae824a6b
commit 5a51eedb74

View File

@@ -43,9 +43,6 @@ fn main() -> io::Result<()> {
fn rollout_line_schema_json() -> io::Result<Vec<u8>> {
let schema = SchemaSettings::draft07()
.with(|settings| {
settings.option_add_null_type = false;
})
.into_generator()
.into_root_schema_for::<RolloutLine>();
let value = serde_json::to_value(schema).map_err(io::Error::other)?;