Skip to content

Commit

Permalink
Merge pull request #211 from overmindtech/edge-queries
Browse files Browse the repository at this point in the history
Minimal implementation of edge queries
  • Loading branch information
DavidS-ovm authored May 29, 2024
2 parents 92d72ca + f102caf commit d21b105
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions items.proto
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ message Reference {
string type = 1;
string uniqueAttributeValue = 2;
string scope = 3;

bool isQuery = 4;
string query = 5;
QueryMethod method = 6;
}

// Edge Represents a link between two items, it is not used in regular SDP
Expand Down

0 comments on commit d21b105

Please sign in to comment.