Open
Description
ml.evaluate_data_frame
response is a container, which isn't supported in metamodel.ts
(variants
is only defined on Interface
).
We should either
- formally support it for
properties
requests and responses and updatemetamodel.ts
- or change this class to use a
value_body
pointing to a container class and forbid@variants
on requests and responses.