# Two ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | | `ID` | **string* | :heavy_minus_sign: | The unique identifier for this feedback. | | `CreatedAtMs` | **float64* | :heavy_minus_sign: | The epoch this schema was created. | | `TaskID` | *string* | :heavy_check_mark: | The unique identifier for the task associated with this feedback. | | `JSONValues` | [operations.RequestBodyJSONValues](../../models/operations/requestbodyjsonvalues.md) | :heavy_check_mark: | The values of the feedback. Must be valid JSON according to the task schema. | | `MatchedCompletionIds` | []*string* | :heavy_check_mark: | The matched completion ids associated with this feedback. | | `Comment` | *string* | :heavy_check_mark: | The comment associated with this feedback. | | `CompletionsSummary` | **string* | :heavy_minus_sign: | N/A | | `CompletionIds` | []*string* | :heavy_check_mark: | The completion ids to associate with this feedback. |