diff --git a/proto/jumpstarter/v1/jumpstarter.proto b/proto/jumpstarter/v1/jumpstarter.proto index ee40225..d72369d 100644 --- a/proto/jumpstarter/v1/jumpstarter.proto +++ b/proto/jumpstarter/v1/jumpstarter.proto @@ -67,6 +67,8 @@ message DriverInstanceReport { string uuid = 1; // a unique id within the exporter optional string parent_uuid = 2; // optional, if device has a parent device map labels = 3; + optional string description = 4; // optional custom driver description for CLI + map methods_description = 5; // method name -> help text for CLI } message RegisterResponse {