Copy {
"id": "did:ion:org-did",
"didDoc":
{
"@context":
[
"https://www.w3.org/ns/did/v1",
{
"@base": "<did:ion:org-did>"
}
],
"id": "<did:ion:org-did>",
"verificationMethod":
[
{
"id": "#vc-signing-key-1",
"type": "EcdsaSecp256k1VerificationKey2019",
"controller": "",
"publicKeyJwk":
{
"crv": "secp256k1",
"x": "<x-value>",
"y": "<y-value>",
"kty": "EC"
}
},
{
"id": "#eth-account-key-1",
"type": "EcdsaSecp256k1VerificationKey2019",
"controller": "",
"publicKeyJwk":
{
"crv": "secp256k1",
"x": "<x-value>",
"y": "<y-value>",
"kty": "EC"
}
},
{
"id": "#exchange-key-1",
"type": "EcdsaSecp256k1VerificationKey2019",
"controller": "",
"publicKeyJwk":
{
"crv": "secp256k1",
"x": "<x-value>",
"y": "<y-value>",
"kty": "EC"
}
}
],
"assertionMethod":
[
"#vc-signing-key-1",
"#eth-account-key-1",
"#exchange-key-1"
],
"service":
[
{
"type": "VlcCredentialAgentOperator_v1",
"id": "#credentialagent-1",
"serviceEndpoint": "https://agent.samplevendor.com/acme"
},
{
"type": "VlcCareerIssuer_v1",
"id": "#issuer-1",
"serviceEndpoint": "https://agent.samplevendor.com/acme",
"credentialTypes":
[
"CertificationV1.1",
"LicenseV1.1",
"CourseCompletionV1.1",
"EducationDegreeGraduationV1.1",
"EmploymentCurrentV1.1",
"EmploymentPastV1.1"
]
},
{
"type": "VlcInspector_v1",
"id": "#inspector-1",
"serviceEndpoint": "https://agent.samplevendor.com/acme"
}
]
},
"profile":
{
"name": "Test Organization",
"location":
{
"countryCode": "US",
"regionCode": "NY"
},
"logo": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/d7a7bc88-c700-4efe-a95f-8d3086bccb9d/Walt.id_Logo_round.png?format=1500w",
"website": "http://www.organization.com",
"cntactEmail": "[email protected] ",
"founded": "2021-01-01",
"registrationNumbers":
[
{
"authority": "DunnAndBradstreet",
"number": "1",
"uri": "uri://uri"
}
],
"id": "<did:ion:org-did>",
"verifiableCredentialJwt": "http://registrar.velocitynetwork.foundation/api/v0.6/organizations/<did:ion:org-did>/resolve-vc/<token>",
"permittedVelocityServiceCategory":
[
"CredentialAgentOperator",
"Issuer",
"Inspector"
]
},
"keys":
[
{
"id": "#vc-signing-key-1",
"purposes":
[
"ISSUING_METADATA"
],
"key": "<key-value>",
"publicKey": "<key-value>",
"algorithm": "SECP256K1",
"encoding": "hex",
"controller": "<did:ion:org-did>"
},
{
"id": "#eth-account-key-1",
"purposes":
[
"DLT_TRANSACTIONS"
],
"key": "<key-value>",
"publicKey": "<key-value>",
"algorithm": "SECP256K1",
"encoding": "hex",
"controller": "<did:ion:org-did>"
},
{
"id": "#exchange-key-1",
"purposes":
[
"EXCHANGES"
],
"key": "<key-value>",
"publicKey": "<key-value>",
"algorithm": "SECP256K1",
"encoding": "hex",
"controller": "<did:ion:org-did>"
}
],
"authClients":
[
{
"type": "auth0",
"clientType": "cao-node-client",
"clientId": "<id-value>",
"clientSecret": "<secret-value>",
"serviceId": "#credentialagent-1"
}
]
}