Skip to content

Commit

Permalink
As pointed out by David - doc is optional in plugin, should be in the…
Browse files Browse the repository at this point in the history
… schema.
  • Loading branch information
jmchilton committed May 17, 2024
1 parent d70e935 commit 1332d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/schema/remote_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class FilesSourcePlugin(Model):
description="The display label for this plugin.",
examples=["Library Import Directory"],
)
doc: str = Field(
...,
doc: Optional[str] = Field(
None,
title="Documentation",
description="Documentation or extended description for this plugin.",
examples=["Galaxy's library import directory"],
Expand Down

0 comments on commit 1332d93

Please sign in to comment.