Skip to content

Commit

Permalink
Add correction json file
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam committed Nov 7, 2024
1 parent b2864f7 commit 768a1ec
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/correction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"type": "ATTORNEY_SIGN",
"changes": [
{
"key": "/donor/firstNames",
"new": "Sam",
"old": "Sammy"
},
{
"key": "/donor/lastName",
"new": "Smith",
"old": "Smithy"
},
{
"key": "/donor/address/dateOfBirth",
"new": "2000-01-01",
"old": "1999-11-11"
},
{
"key": "/donor/address/line1",
"new": "Somewhere",
"old": "Anywhere"
},
{
"key": "/donor/address/town",
"new": "London",
"old": "Birmingham"
},
{
"key": "/donor/address/postcode",
"new": "E1 1AA",
"old": "B1 1AA"
},
{
"key": "/donor/address/country",
"new": "GB",
"old": ""
},
{
"key": "/signedAt",
"new": "2024-01-13T22:00:00Z",
"old": ""
}
]
}

0 comments on commit 768a1ec

Please sign in to comment.