artifactContextCategory
Last updated
A context category grouping related context items.
type ArtifactContextCategory {
name: String
icon: String
items: [ArtifactContextItem]
}name String
Name of the category (e.g., Reachability, Exportability, Damage)
icon String
Icon identifier for the category
Last updated
