SiLeBAT/FSK-Lab

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

Summary

Maintainability
Test Coverage
{
  "type": "object",
  "properties": {
    "sampleName": {
      "type": "string"
    },
    "protocolOfSampleCollection": {
      "type": "string"
    },
    "samplingStrategy": {
      "type": "string"
    },
    "typeOfSamplingProgram": {
      "type": "string"
    },
    "samplingMethod": {
      "type": "string"
    },
    "samplingPlan": {
      "type": "string"
    },
    "samplingWeight": {
      "type": "string"
    },
    "samplingSize": {
      "type": "string"
    },
    "lotSizeUnit": {
      "type": "string"
    },
    "samplingPoint": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "sampleName",
    "protocolOfSampleCollection",
    "samplingPlan",
    "samplingWeight",
    "samplingSize"
  ]
}