{
  "name": "marcescence-decomposition-tables",
  "resources": [
    {
      "name": "species-level",
      "path": "tbl-1-species-level.csv",
      "schema": {
        "fields": [
          {
            "name": "Species",
            "type": "string"
          },
          {
            "name": "Fgroup",
            "type": "string"
          },
          {
            "name": "lossmass_marcescent",
            "type": "number"
          },
          {
            "name": "lossmass_shed",
            "type": "number"
          },
          {
            "name": "marcescent_minus_shed",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "by-functional-group",
      "path": "tbl-2-by-functional-group.csv",
      "schema": {
        "fields": [
          {
            "name": "fgroup",
            "type": "string"
          },
          {
            "name": "n_species",
            "type": "number"
          },
          {
            "name": "mean_diff_pp",
            "type": "number"
          },
          {
            "name": "within_group_wilcoxon_p",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "multiplicity",
      "path": "tbl-3-multiplicity.csv",
      "schema": {
        "fields": [
          {
            "name": "test",
            "type": "string"
          },
          {
            "name": "raw_p",
            "type": "number"
          },
          {
            "name": "bh_p",
            "type": "number"
          },
          {
            "name": "holm_p",
            "type": "number"
          }
        ]
      }
    }
  ]
}