Skip to content

Commit

Permalink
Make uri an optional parameter in CitationSources
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Aug 20, 2024
1 parent bc70675 commit 745d7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ constructor(@JsonNames("citations") val citationSources: List<CitationSources>)
data class CitationSources(
val startIndex: Int = 0,
val endIndex: Int,
val uri: String,
val uri: String? = null,
val license: String? = null,
)

Expand Down

0 comments on commit 745d7f0

Please sign in to comment.