Skip to content

Compliant Credential

Snapshot of a credential deemed compliant by a compliance engine. This uses a unique identifier and a hash to ensure the credential will not be modified in a near future.

URI: gx:class/CompliantCredential

 classDiagram
    class CompliantCredential
    click CompliantCredential href "../CompliantCredential"
      CompliantCredential : credentialType




    CompliantCredential --> "1" String : credentialType
    click String href "../String"


      CompliantCredential : digestSRI




    CompliantCredential --> "1" SriString : digestSRI
    click SriString href "../SriString"


Slots

Name Cardinality and Range Description Inheritance
credentialType 1
xsd:string
Type of the compliant credential direct
digestSRI 1
SriString
Subresource Integrity hash of the verifiable credential ensuring it has won't... direct

Usages

used by used in type used
ComplianceCredential compliantCredentials range CompliantCredential
LabelCredential compliantCredentials range CompliantCredential

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#compliance

LinkML Source

Direct

name: CompliantCredential
description: Snapshot of a credential deemed compliant by a compliance engine.  This
  uses a unique identifier and a hash to ensure the credential will not be modified
  in a near future.
title: Compliant Credential
from_schema: https://w3id.org/gaia-x/development#compliance
slots:
- credentialType
- digestSRI

Induced

name: CompliantCredential
description: Snapshot of a credential deemed compliant by a compliance engine.  This
  uses a unique identifier and a hash to ensure the credential will not be modified
  in a near future.
title: Compliant Credential
from_schema: https://w3id.org/gaia-x/development#compliance
attributes:
  credentialType:
    name: credentialType
    description: Type of the compliant credential.
    title: Credential Type
    from_schema: https://w3id.org/gaia-x/development#slots
    owner: CompliantCredential
    domain_of:
    - CompliantCredential
    range: string
    required: true
  digestSRI:
    name: digestSRI
    description: Subresource Integrity hash of the verifiable credential ensuring
      it has won't be modified.
    title: Digest SRI
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: cred:digestSRI
    owner: CompliantCredential
    domain_of:
    - CompliantCredential
    range: SriString
    required: true