Skip to content

Commit

Permalink
add comment explaining origin of schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 27, 2023
1 parent 7aa617d commit 15fae28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/galaxy/schema/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

from galaxy.schema.schema import Model

# Schema manually typed from https://docs.discourse.org/
# Discourse has an OpenApi schema (https://docs.discourse.org/openapi.json)
# but at the time of writing it is mostly untyped, which makes the manually
# created types preferable.


# TODO: remove this class once we have a proper model for all temp models
class HelpTempBaseModel(Model):
Expand Down

0 comments on commit 15fae28

Please sign in to comment.