Using that:
has 'favorite_attribute' => (
is => 'ro',
isa => 'Str',
traits => ['MetaDescription'],
description => {
type => 'String',
traits => ['Friendly'],
label => 'Attribute',
instructions => 'Type in the name of your favorite attribute.',
},
);