# Input Values

## Description

The input_values object is a JSON hash containing key-value pairs. These key-value pairs represent the data that's been inputted by customers and teammates with a given component.

The key will be the `component_id` and the value will be the data that was inputted by this component.

## Example Object


```json
input_values: { "<component_id>": "<Value entered in component>" }, //Can be more than one pair
```