# Evidence

Defined in: [src/judgment.ts:64](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/judgment.ts#L64)

Everything needed to audit a result: the requests, the judgments, the policy applied.

## Properties

| Property        | Modifier   | Type                                                                  | Defined in                                                                                                                       |
| --------------- | ---------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| []()`requests`  | `readonly` | readonly `RequestRecord`\[]                                           | [src/judgment.ts:65](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/judgment.ts#L65) |
| []()`judgments` | `readonly` | readonly `JudgmentRecord`\[]                                          | [src/judgment.ts:66](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/judgment.ts#L66) |
| []()`policy`    | `readonly` | [`AcceptancePolicy`](/Jevlish/reference/interfaces/acceptancepolicy/) | [src/judgment.ts:67](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/judgment.ts#L67) |