diff --git a/src/types.rs b/src/types.rs index 10168c6..8de4693 100644 --- a/src/types.rs +++ b/src/types.rs @@ -97,7 +97,7 @@ pub struct SafetyRating { pub struct Citation { pub start_index: i32, pub end_index: i32, - pub uri: String, + pub uri: Option, } #[derive(Debug, Serialize, Deserialize)]