diff --git a/router/src/lib.rs b/router/src/lib.rs index 9825b9df..f21ff487 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -114,7 +114,7 @@ pub(crate) struct GenerateParameters { #[schema(nullable = true, default = "null", example = false)] pub return_full_text: Option, #[serde(default)] - #[schema(inline, max_items = 4, example = json!(["photographer"]))] + #[schema(inline, max_items = 4, example = json ! (["photographer"]))] pub stop: Vec, #[serde(default)] #[schema(nullable = true, default = "null", example = "null")]