Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 0cd33d7

Browse files
authored
Merge pull request #27 from Open-Attestation/feat/remarks-to-source
2 parents 3cfc446 + 872eb1a commit 0cd33d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

identifier_resolution_api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For successful resolution, the API must return a `200` response in `application/
5959
"identity": {
6060
"identifier": "0x0103e04ecaa67c4e5a8c6dc1ddda35340e2c6bc8",
6161
"name": "ABC Pte Ltd",
62-
"remarks": "Added by Raymond"
62+
"source": "Agency name, Singapore" // an optional field, refers to information that is verified by another party.
6363
}
6464
}
6565
```
@@ -85,17 +85,17 @@ This is the endpoint that can be used to search for entries on the resolver. Sam
8585
{
8686
"identifier": "0x0103e04ecaa67c4e5a8c6dc1ddda35340e2c6bc8",
8787
"name": "ABC Pte Ltd",
88-
"remarks": "Added by Raymond"
88+
"source": "Agency name, Singapore" // an optional field, refers to information that is verified by another party.
8989
},
9090
{
9191
"identifier": "0x74306e2163d72bf2f3241dd5730893463433474f",
9292
"name": "Seller ABC (docs)",
93-
"remarks": "Added by Shujing"
93+
"source": "Agency name, Singapore" // an optional field, refers to information that is verified by another party.
9494
},
9595
{
9696
"identifier": "0x1dc271eae22a83c9670571d1a206043e8a420fde",
9797
"name": "Identity ABC",
98-
"remarks": "Added by Raymond"
98+
"source": "Agency name, Singapore" // an optional field, refers to information that is verified by another party.
9999
}
100100
]
101101
}

0 commit comments

Comments
 (0)