Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/datasets/v1/datasets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message CreateDatasetRequest {
// message type of the dataset to create.
DatasetType type = 2 [(buf.validate.field).required = true];
// short text summary of the dataset to create.
string summary = 3 [(buf.validate.field).string.min_len = 1];
string summary = 3;
// normalized snake case name of the dataset to create.
string code_name = 4 [(buf.validate.field).string.min_len = 1];
}
Expand Down
Loading