Skip to content

CheckSum

Detail on how to calculate or verify a checksum.

URI: gx:CheckSum

 classDiagram
    class CheckSum
    click CheckSum href "../CheckSum"
      CheckSum : checkSumCalculation




    CheckSum --> "1" ChecksumAlgorithm : checkSumCalculation
    click ChecksumAlgorithm href "../ChecksumAlgorithm"


      CheckSum : checkSumValue




    CheckSum --> "1" String : checkSumValue
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
checkSumCalculation 1
ChecksumAlgorithm
Algorithm used to create checksum direct
checkSumValue 1
xsd:string
Value of the check sum direct

Usages

used by used in type used
CodeArtifact checkSum range CheckSum
ComputeFunctionTemplate checkSum range CheckSum
ContainerImage checkSum range CheckSum
SoftwareResource checkSum range CheckSum
OperatingSystem checkSum range CheckSum
Hypervisor checkSum range CheckSum
Image checkSum range CheckSum
PXEImage checkSum range CheckSum
VMImage checkSum range CheckSum

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: CheckSum
description: Detail on how to calculate or verify a checksum.
from_schema: https://w3id.org/gaia-x/development#cryptography
attributes:
  checkSumCalculation:
    name: checkSumCalculation
    description: Algorithm used to create checksum.
    from_schema: https://w3id.org/gaia-x/development#cryptography
    rank: 1000
    domain_of:
    - CheckSum
    range: ChecksumAlgorithm
    required: true
  checkSumValue:
    name: checkSumValue
    description: Value of the check sum.
    from_schema: https://w3id.org/gaia-x/development#cryptography
    rank: 1000
    domain_of:
    - CheckSum
    range: string
    required: true

Induced

name: CheckSum
description: Detail on how to calculate or verify a checksum.
from_schema: https://w3id.org/gaia-x/development#cryptography
attributes:
  checkSumCalculation:
    name: checkSumCalculation
    description: Algorithm used to create checksum.
    from_schema: https://w3id.org/gaia-x/development#cryptography
    rank: 1000
    alias: checkSumCalculation
    owner: CheckSum
    domain_of:
    - CheckSum
    range: ChecksumAlgorithm
    required: true
  checkSumValue:
    name: checkSumValue
    description: Value of the check sum.
    from_schema: https://w3id.org/gaia-x/development#cryptography
    rank: 1000
    alias: checkSumValue
    owner: CheckSum
    domain_of:
    - CheckSum
    range: string
    required: true