Skip to content

Commit

Permalink
fix enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 23, 2023
1 parent df00b0e commit 3473286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/therapy/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ class RefType(str, Enum):

# Must be in descending MatchType order.
LABEL = "label"
TRADE_NAME = "trade_name"
ALIAS = "alias"
XREF = "xref"
TRADE_NAMES = "trade_name"
ALIASES = "alias"
XREFS = "xref"
ASSOCIATED_WITH = "associated_with"


Expand Down

0 comments on commit 3473286

Please sign in to comment.