include/rally@types_VariantInfo.hrl

-record(variant_info, {
    name :: binary(),
    fields :: list(rally@types:variant_field())
}).