# artifactContextItem

A context item within a context category.

### Examples

```graphql
type ArtifactContextItem {
  name: String
  trend: Int
}
```

### Fields

| Field         | Description                                   | Supported fields |
| ------------- | --------------------------------------------- | ---------------- |
| name `String` | Name of the context item                      |                  |
| trend `Int`   | Trend value (1 for positive, -1 for negative) |                  |

### References

#### Fields with this object:

* [{} ArtifactContextCategory.items](https://docs.ox.security/api-documentation/api-reference/api--artifact/types/objects/artifact-context-category)
