﻿{ "$$schema":       "https://schemas.mpai.community/AIF/V2.0/AIW-AIM-metadata.schema.json",
  "$CanonicalURI":  "https://schemas.mpai.community/AIH1/V1.0/AIMs/ModelLicensing.json",
  "title":          "Model Licensing V1.0",

  "Identifier":     { "ImplementerID": "/* String assigned by IIDRA */",
    "Specification":{ "Standard": "AIH-HSP", "AIW": "", "AIM": "Model Licensing", "Version": " V1.0" } },
  "Description": "This produces AIHData including Model Licence from Health Data and Model Licence.",

  "Types": [
    { "Name": "HealthData_t",   "Type": "uint8[]" },
    { "Name": "ModelLicence_t", "Type": "uint8[]" },
    { "Name": "AIHData_t",      "Type": "uint8[]" } ],

  "Ports": [
    { "Name":       "HealthData",     "Direction": "InputOutput", "RecordType": "HealthData_t",
      "Technology": "Software",       "Protocol":  "",             "IsRemote":  false },
    { "Name":       "ModelLicence",   "Direction": "InputOutput", "RecordType": "ModelLicence_t",
      "Technology": "Software",       "Protocol":  "",             "IsRemote":  false },
    { "Name":       "AIHData",        "Direction": "OutputInput", "RecordType": "AIHData_t",
      "Technology": "Software",       "Protocol":  "",             "IsRemote":  false } ],

  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [ { "Type": "Tutorial", "URI": "https://mpai.community/standards/mpai-aih/hsp/v1-0" } ] }