Hacky server streaming done

This commit is contained in:
Gregory Schier
2024-01-31 22:13:46 -08:00
parent c64f1108f0
commit 1e309e821e
15 changed files with 546 additions and 119 deletions

View File

@@ -22,8 +22,7 @@ pub struct JsonSchemaEntry {
enum_: Option<Vec<String>>,
/// Don't allow any other properties in the object
#[serde(skip_serializing_if = "Option::is_none")]
additional_properties: Option<bool>,
additional_properties: bool,
/// Set all properties to required
#[serde(skip_serializing_if = "Option::is_none")]