All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ssemull.microflex.1.0.4.source-code.json_well_schema.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "wells": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "index": {
            "type": "string"
          },
          "size": {
            "type": "integer"
          },
          "values": {
            "type": "array",
            "items": {
              "type": "number"
            }
          }
        },
        "required": [
          "type",
          "index",
          "size",
          "values"
        ]
      }
    }
  },
  "required": [
    "wells"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy