@@ -22,11 +22,6 @@ message ActionStatusConfiguration {
2222 }
2323}
2424
25- message RuntimeFeature {
26- repeated shared.Translation name = 1 ;
27- repeated shared.Translation description = 2 ;
28- }
29-
3025message AdapterRuntimeStatus {
3126 enum Status {
3227 UNKNOWN = 0 ;
@@ -38,11 +33,8 @@ message AdapterRuntimeStatus {
3833
3934 Status status = 1 ;
4035 int64 timestamp = 2 ; // epoch timestamp in milliseconds
41-
4236 string identifier = 3 ; // unique identifier of the adapter
43-
44- repeated RuntimeFeature features = 4 ;
45- repeated AdapterStatusConfiguration configurations = 5 ;
37+ repeated AdapterStatusConfiguration configurations = 4 ;
4638}
4739
4840message ExecutionRuntimeStatus {
@@ -56,10 +48,7 @@ message ExecutionRuntimeStatus {
5648
5749 Status status = 1 ;
5850 int64 timestamp = 2 ; // epoch timestamp in milliseconds
59-
6051 string identifier = 3 ; // unique identifier of the adapter
61-
62- repeated RuntimeFeature features = 4 ;
6352}
6453
6554
@@ -74,10 +63,7 @@ message ActionStatus {
7463
7564 Status status = 1 ;
7665 int64 timestamp = 2 ; // epoch timestamp in milliseconds
77-
7866 string identifier = 3 ; // unique identifier of the action
79-
80- repeated RuntimeFeature features = 4 ;
81- repeated ActionStatusConfiguration configurations = 5 ;
67+ repeated ActionStatusConfiguration configurations = 4 ;
8268}
8369
0 commit comments