A context item within a context category.
type ArtifactContextItem { name: String trend: Int }
name String
String
Name of the context item
trend Int
Int
Trend value (1 for positive, -1 for negative)
{} ArtifactContextCategory.items
Last updated 4 months ago