Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
dc.identity-hub-core.0.9.1.source-code.dcp.v08.json Maven / Gradle / Ivy
{
"@context": {
"@version": 1.1,
"@protected": true,
"dcp": "https://w3id.org/tractusx-trust/v0.8/",
"cred": "https://www.w3.org/2018/credentials/",
"xsd": "http://www.w3.org/2001/XMLSchema/",
"CredentialContainer": {
"@id": "dcp:CredentialContainer",
"@context": {
"payload": {
"@id": "dcp:payload",
"@type": "xsd:string"
}
}
},
"CredentialMessage": {
"@id": "dcp:CredentialMessage",
"@context": {
"credentials": "dcp:credentials"
}
},
"CredentialObject": {
"@id": "dcp:CredentialObject",
"@context": {
"credentialType": {
"@id": "dcp:credentialType",
"@container": "@set"
},
"format": "dcp:format",
"offerReason": {
"@id": "dcp:offerReason",
"@type": "xsd:string"
},
"bindingMethods": {
"@id": "dcp:bindingMethods",
"@type": "xsd:string",
"@container": "@set"
},
"cryptographicSuites": {
"@id": "dcp:cryptographicSuites",
"@type": "xsd:string",
"@container": "@set"
},
"issuancePolicy": "dcp:issuancePolicy"
}
},
"CredentialOfferMessage": {
"@id": "dcp:CredentialOfferMessage",
"@context": {
"credentialIssuer": "cred:issuer",
"credentials": "dcp:credentials"
}
},
"CredentialRequestMessage": {
"@id": "dcp:CredentialRequestMessage",
"@context": {
"format": "dcp:format",
"type": "@type"
}
},
"CredentialService": "dcp:CredentialService",
"CredentialStatus": {
"@id": "dcp:CredentialStatus",
"@context": {
"requestId": {
"@id": "dcp:requestId",
"@type": "@id"
},
"status": {
"@id": "dcp:status",
"@type": "xsd:string"
}
}
},
"IssuerMetadata": {
"@id": "dcp:IssuerMetadata",
"@context": {
"credentialIssuer": "cred:issuer",
"credentialsSupported": {
"@id": "dcp:credentialsSupported",
"@container": "@set"
}
}
},
"PresentationQueryMessage": {
"@id": "dcp:PresentationQueryMessage",
"@context": {
"presentationDefinition": {
"@id": "dcp:presentationDefinition",
"@type": "@json"
},
"scope": {
"@id": "dcp:scope",
"@type": "xsd:string",
"@container": "@set"
}
}
},
"PresentationResponseMessage": {
"@id": "dcp:PresentationResponseMessage",
"@context": {
"presentation": {
"@id": "dcp:presentation",
"@type": "@json"
},
"presentationSubmission": {
"@id": "dcp:presentationSubmission",
"@type": "@json"
}
}
},
"credentials": {
"@id": "dcp:credentials",
"@container": "@set"
},
"credentialSubject": {
"@id": "dcp:credentialSubject",
"@type": "cred:credentialSubject"
},
"format": {
"@id": "dcp:format",
"@type": "xsd:string"
},
"type": "@type"
}
}