Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport Field In Profile #24

Open
andorsk opened this issue Feb 15, 2024 · 1 comment
Open

Transport Field In Profile #24

andorsk opened this issue Feb 15, 2024 · 1 comment

Comments

@andorsk
Copy link
Contributor

andorsk commented Feb 15, 2024

Note defining available transport required for a few use cases.

i.e I am a TrustRegistry service that can communicate using GRPC, Restful, etc.

@andorsk
Copy link
Contributor Author

andorsk commented Feb 15, 2024

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"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant