Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Nov 15, 2024
1 parent a7e5f48 commit ebc3fa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3431,8 +3431,7 @@ message DataSource {
(buf.validate.field).string = {
in: ["data-source"],
max_len: 12,
},
(google.api.field_behavior) = REQUIRED
}
];

// context is the context in which the data source is evaluated.
Expand All @@ -3441,6 +3440,8 @@ message DataSource {
ContextV2 context = 3;

// name is the name of the data source.
// Note that this is unique within a project hierarchy.
// This is also case insensitive.
string name = 4 [
(buf.validate.field).string = {
pattern: "^[A-Za-z][-[:word:]]*$",
Expand Down

0 comments on commit ebc3fa4

Please sign in to comment.