{
  "name": "malaria-diagnostic-tpp-characterization",
  "title": "Malaria diagnostic Target Product Profile characterization tables",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Target product profiles for malaria diagnostics (malERA consultative group), supplementary Table 1",
      "path": "https://doi.org/10.1371/journal.pmed.1000396.t001"
    }
  ],
  "resources": [
    {
      "name": "tbl-1-tier-counts",
      "path": "tbl-1-tier-counts.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "title": "Priority-tier counts (E/D/O) by use-case",
      "schema": {
        "fields": [
          {
            "name": "use_case",
            "type": "string"
          },
          {
            "name": "tier_E",
            "type": "integer"
          },
          {
            "name": "tier_D",
            "type": "integer"
          },
          {
            "name": "tier_O",
            "type": "integer"
          }
        ]
      }
    },
    {
      "name": "tbl-2-criterion-concordance",
      "path": "tbl-2-criterion-concordance.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "title": "Per-criterion cross-use-case concordance",
      "schema": {
        "fields": [
          {
            "name": "section",
            "type": "string"
          },
          {
            "name": "criterion",
            "type": "string"
          },
          {
            "name": "use_case_1_text",
            "type": "string"
          },
          {
            "name": "use_case_2_text",
            "type": "string"
          },
          {
            "name": "identical",
            "type": "boolean"
          },
          {
            "name": "identical_normalized",
            "type": "boolean"
          }
        ]
      }
    },
    {
      "name": "tbl-3-requirement-map",
      "path": "tbl-3-requirement-map.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "title": "Most-stringent required tier per criterion by use-case",
      "schema": {
        "fields": [
          {
            "name": "section",
            "type": "string"
          },
          {
            "name": "criterion",
            "type": "string"
          },
          {
            "name": "use_case_1_tier",
            "type": "string"
          },
          {
            "name": "use_case_2_tier",
            "type": "string"
          },
          {
            "name": "use_case_1_stringency",
            "type": "integer"
          },
          {
            "name": "use_case_2_stringency",
            "type": "integer"
          }
        ]
      }
    }
  ]
}