| Jurisdiction | Where the case was filed — federal, state, or local (county). Surfaced as jurisdiction_state and related location fields. State rule packs cover all 50 US states, DC, and territories AS, GU, MP, PR, VI. |
| candidate_info | Person being screened; compared to the record subject for identity match. Sent as a top-level field on record (not inside record_json). |
| submission_type | Flag that marks a JSON resubmission path ("resubmit"). |
| order_id | Parent order ID in your system. Same across all searches on that order. Required on record for every /evaluate. |
| order_number | Sub-order / search line ID, typically orderID.subOrderID (e.g. "41115779.1"). Required on record. |
| search_id | Your unique ID for this evaluate call. Echoed in the response. Use a distinct value per search. |
| court_search_id | Your ID for one court search / court grouping. Echoed on court_decisions[]. |
| offense_id | Your ID for one charge within a case. Echoed on offenses[]. |
| cases | Array of { court_search_id, offense_id, is_excluded } used to map your IDs and control which charges appear in the client decision. |
| is_excluded | When true on a cases[] row: the charge is evaluated and still feeds case/court/search rollups, but is stripped from the client decision JSON. See is_excluded detail. |
| Offense | A single criminal charge within a case. |
| Case | A court case containing one or more offenses. |
| Disposition | Outcome of a charge (e.g. Guilty, Dismissed). |
| Charge | Charge description text (e.g. “THEFT OF PROPERTY”). |
| Type Class | Severity: "FELONY", "MISDEMEANOR", or "INFRACTION". |