You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example :
{
"metadata": {
"id": "did:example:123456",
"profileType": "TrustRegistry",
"created": "2023-08-18T12:34:56Z",
"description": "An RestfulAPI that describes how an ecosystem based on trust can query and interact with a service to perform a query agasint a trusted regsitry.",
"short_description": "The open standard trust task protocol defined by the ToIP Foundation to perform the trust task of querying a trust registry.",
"docs_url": "https://trustoverip.org/trustregistryprotocol",
"version": "2.0.0",
"transport": ["http"],
"tags": ["toip", "trustregistryprotocol"]
},
"proof": {
"type": "Ed25519Signature",
"created": "2023-08-18T12:34:56Z",
"proofValue": "abcdefg123456",
"verificationMethod": "did:example:123456#key1"
}
}
Note defining available transport required for a few use cases.
i.e I am a TrustRegistry service that can communicate using GRPC, Restful, etc.
The text was updated successfully, but these errors were encountered: