SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.fsklab.metadata.model/generatedviews/PopulationGroupModel.json

Summary

Maintainability
Test Coverage
{
  "type": "object",
  "properties": {
    "populationName": {
      "type": "string"
    },
    "targetPopulation": {
      "type": "string"
    },
    "populationSpan": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    },
    "populationGender": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "populationName"
  ]
}