diff options
Diffstat (limited to 'oaktreemodel/common.proto')
-rw-r--r-- | oaktreemodel/common.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oaktreemodel/common.proto b/oaktreemodel/common.proto index 1c51b0f..b3d17a0 100644 --- a/oaktreemodel/common.proto +++ b/oaktreemodel/common.proto | |||
@@ -39,5 +39,6 @@ message Filter { | |||
39 | Location location = 1; | 39 | Location location = 1; |
40 | string name_or_id = 2; | 40 | string name_or_id = 2; |
41 | string jmespath = 3; | 41 | string jmespath = 3; |
42 | map<string, string> filter = 4; | ||
42 | } | 43 | } |
43 | 44 | ||