Extend Camino edge endpoint protocol

This commit is contained in:
Timothy J. Aveni
2026-07-14 07:55:04 -07:00
parent 464442a55c
commit 7dba68cff5
6 changed files with 269 additions and 27 deletions
+5
View File
@@ -188,6 +188,7 @@ message CaminoEdge {
string edge_type_id = 2;
string from_object_id = 3;
string to_object_id = 4;
// Legacy canonical source-side projection fields. Prefer endpoint fields.
string source_field = 5;
string cardinality = 6;
string inverse = 7;
@@ -195,6 +196,10 @@ message CaminoEdge {
optional int32 ordinal = 9;
string created_at = 10;
string updated_at = 11;
string from_projection = 12;
string to_projection = 13;
string from_cardinality = 14;
string to_cardinality = 15;
}
message CaminoOp {