Skip to content

Commit

Permalink
[#30] updating relation type attribute values
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Mar 7, 2022
1 parent 2f7294f commit c7b4ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hsmodels/schemas/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class UserIdentifierType(StringEnum):
class RelationType(StringEnum):
isPartOf = 'The content of this resource is part of'
hasPart = 'This resource includes'
isExecutedBy = 'The content of this resource was created by a related App or software program'
isCreatedBy = 'The content of this resource was created by'
isExecutedBy = 'The content of this resource can be executed by'
isCreatedBy = 'The content of this resource was created by a related App or software program'
isVersionOf = 'This resource updates and replaces a previous version'
isReplacedBy = 'This resource has been replaced by a newer version'
isDescribedBy = 'This resource is described by'
Expand Down

0 comments on commit c7b4ee4

Please sign in to comment.