evidence-received
v0.0.1

The OPG has received paper evidence to support a donor's reduced fee application

Context

A donor has applied for a reduced fee. OPG staff review all reduced fee applications.

The user has sent evidence to the OPG to support this application and it has been scanned on to the system.

This may be their initial submission of evidence, or further evidence that the OPG has requested after review.

Trigger

Sirius has ingested correspondence which it has identified[how?] as evidence for the donor's reduced fee application.

Details

The task list in MRLPA tells the user that their evidence has been received by the OPG.

Consumer / Producer Diagram

Examples

1{
2  "uid": "M-1234-5678-9012"
3}
4
evidence-received Schema (json)
{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/evidence-received.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/evidence-received",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    }
  },
  "required": ["uid"]
}
Edit this pageLast updated on 2024/11/22