Go To AIH-HSP Data Types

1 Definition 2 Functional Requirements 3 Syntax 4 Semantics 5    Conformance Testing 6     Performance Assessment

1 Definition

The request to the Blockchain to confirm that an AIH Process Type performed on AIH Data of a given ID conforms with the Blockchain Licence with a given Licence ID or the response to the Licence Confirm Request.

2 Functional Requirements

Licence Confirm Request includes:

  1. AIH Data ID
  2. Process Type
  3. Intended time of Process.

Licence Confirm Response includes

  1. Boolean: 0=Process infringes, 1=Process complies.

3 Syntax

https://schemas.mpai.community/AIH1/V1.0/data/LicenceConfirm.json

4 Semantics

Label Description
Header Licence Confirm Header – Standard “AIH-LCF-Vx.y”
MInstanceID Identifier of M-Instance.
LicenceConfirmID Identifier of Licence Confirm.
LicenceConfirmTime Time of Licence Confirm.
LicenceConfirm Data in Licence Confirm.
– Request If Request
  – AIHDataID ID of AIH Data
  – ProcessType Process Type
  – Time Intended Process Execution Time
– Response Boolean: 0=Process infringes, 1=Process complies.
DataXMData Information about this Licence Confirm Instance.
DescrMetadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with Licence Confirm (AIH-LCF) if:

  1.  Its JSON Object validates against its JSON Schema.
  2. Any included  JSON Object validates against its JSON Schema.
  3. All Data in the JSON Object:
    1. Have the specified Data Types.
    2. Conform with the Qualifiers signaled in their JSON Schemas.

6     Performance Assessment

Go To AIH-HSP Data Types