{
  "$schema":"http://json-schema.org/draft-04/schema",
  "title":"experimentSamples.Image_Histology.json template schema",
  "description": "The image histology experiment sample template defines and annotates the assay results for a sample by linking sample, experiment, and results together.  The experiment samples template allows you to describe to ImmPort new experiments and biological samples or link experiments and biological samples stored in ImmPort with assay results. There is considerable flexibility in linking ImmPort content with new content in the templates and there are some general guidelines to remember. All of the experiment sample IDs in the template must always be unique in the template and must not already be stored in ImmPort. The biological sample and the experiment in the template may be new or they both may be new. If the biological sample or the experiment are new, then you must complete the required columns to describe them. The column header names in the templates indicate to what is being described and the '.xls' spreadsheet versions use color codes to indicate what is being described.",
  "type":"object",
  "properties":{
      "fileName":{
	  "type":"string",
	  "enum":["experimentSamples.Image_Histology.json"]
      },
     "name":{
	  "type":"string",
	  "enum":["image_histology"]
      },
     "schemaVersion":{
	  "type":"string",
	  "enum":["3.37"]
      },
     "templateType":{
	  "type":"string",
	  "enum":["combined-multiple"]
      },
     "validationLevel":{
	  "type":"string"
      },
     "data": {
       "type":"array",
       "items":{
         "$ref":"experimentSamples.Image_Histology.Datum.json#"
       },
       "minItems":1
     }
  },
  "additionalProperties":false,
  "required":["fileName","name","schemaVersion","templateType","data"]
}