File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ message ConceptManager {
31
31
PutEntityType.Req put_entity_type_req = 3 ;
32
32
PutAttributeType.Req put_attribute_type_req = 4 ;
33
33
PutRelationType.Req put_relation_type_req = 5 ;
34
+ GetSchemaExceptions.Req get_schema_exceptions_req = 6 ;
34
35
}
35
36
}
36
37
@@ -41,6 +42,7 @@ message ConceptManager {
41
42
PutEntityType.Res put_entity_type_res = 3 ;
42
43
PutAttributeType.Res put_attribute_type_res = 4 ;
43
44
PutRelationType.Res put_relation_type_res = 5 ;
45
+ GetSchemaExceptions.Res get_schema_exceptions_res = 6 ;
44
46
}
45
47
}
46
48
@@ -93,6 +95,13 @@ message ConceptManager {
93
95
Type relation_type = 1 ;
94
96
}
95
97
}
98
+
99
+ message GetSchemaExceptions {
100
+ message Req {}
101
+ message Res {
102
+ repeated string exceptions = 1 ;
103
+ }
104
+ }
96
105
}
97
106
98
107
message Concept {
You can’t perform that action at this time.
0 commit comments