mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
15 lines
3.4 KiB
Markdown
15 lines
3.4 KiB
Markdown
# Two
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
|
|
| `id` | *string* | :heavy_minus_sign: | The unique identifier for this feedback. |
|
|
| `createdAtMs` | *number* | :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. | |