Skip to content

Commit

Permalink
Merge pull request #192 from JupiterOne/add-rel-knows
Browse files Browse the repository at this point in the history
Add `KNOWS` relationship class
  • Loading branch information
i5o authored Mar 26, 2024
2 parents 129f222 + dbd43b2 commit 6b5cb81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/RelationshipClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ export enum RelationshipClass {
*/
IS = 'IS',

/**
* A relationship indicating a Person knows another Person.
*
* Examples:
* Person - KNOWS -> Person
*/
KNOWS = 'KNOWS',

/**
* A relationship indicating an Entity limits or restricts another Entity.
*
Expand Down

0 comments on commit 6b5cb81

Please sign in to comment.