OBJECT
A test label with metadata needed for rendering.
1type TestLabel {23# The title of the test label.4title: String! 56# The color variant of the label (e.g., 'dim', 'danger', 'warning', 'success', 7# 'primary').8# This determines the visual appearance/color of the label.9variant: String! 1011}