Skip to content

Commit

Permalink
[comment-only] mark OCM provider fields optional
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jun 17, 2024
1 parent c6fd8f2 commit e78a2dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cs3/ocm/provider/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ message ProviderInfo {
// REQUIRED.
// The full name of the provider.
string full_name = 2;
// REQUIRED.
// OPTIONAL.
// A description of the provider.
string description = 3;
// REQUIRED.
// OPTIONAL.
// The organization to which the provider belongs.
string organization = 4;
// REQUIRED.
// The domain of the sync'n'share provider.
string domain = 5;
// REQUIRED.
// OPTIONAL.
// The homepage of the provider.
string homepage = 6;
// REQUIRED.
// OPTIONAL.
// The email at which the provider can be reached.
string email = 7;
// REQUIRED.
Expand Down

0 comments on commit e78a2dd

Please sign in to comment.