# One ## Fields | Field | Type | Required | Description | | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | | `task_id` | *str* | :heavy_check_mark: | The unique identifier for the task associated with this feedback. | | `json_values` | [operations.JSONValues](../../models/operations/jsonvalues.md) | :heavy_check_mark: | The values of the feedback. Must be valid JSON according to the task schema. | | `matched_completion_ids` | List[*str*] | :heavy_check_mark: | The matched completion ids associated with this feedback. | | `comment` | *str* | :heavy_check_mark: | The comment associated with this feedback. | | `completion_tags_selector` | List[*str*] | :heavy_check_mark: | The completion tags associated with this feedback. | | `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for this feedback. | | `created_at_ms` | *Optional[float]* | :heavy_minus_sign: | The epoch this schema was created. | | `completions_summary` | *Optional[str]* | :heavy_minus_sign: | N/A | | `allow_unmatched_feedback` | *Optional[bool]* | :heavy_minus_sign: | Whether to allow unmatched feedback. Defaults to false. | | `max_matched_completions` | *Optional[int]* | :heavy_minus_sign: | The maximum number of matched completions. Returns error if exceeded. Defaults to 100. |