# Input Values The `input-values` object is a JSON hash where you can add key-value pairs. It's returned to the relevant URLs to specify any data that had been inputted by teammates during the configure flow, and any data that has been inputted by end users during the submit flow. ```json input_values: { name: "Data one", ... //Can be more than one pair } ``` ```json { app_id: "", admin: {}, current_canvas: {}, component_id: "", input_values: { : "", ... }, context: {} } ``` ```json { app_id: "", current_canvas: {}, component_id: "", input_values: { : "", ... }, user: {}, context: {} } ```