Amazon HealthOmics · JSON Structure

Healthomics List Read Set Upload Parts Request Structure

Type: object Properties: 2 Required: 1
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

ListReadSetUploadPartsRequest is a JSON Structure definition published by Amazon HealthOmics, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partSource filter

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-read-set-upload-parts-request-schema.json",
  "name": "ListReadSetUploadPartsRequest",
  "type": "object",
  "required": [
    "partSource"
  ],
  "properties": {
    "partSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReadSetPartSource"
        },
        {
          "description": " The source file for the upload part. "
        }
      ]
    },
    "filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReadSetUploadPartListFilter"
        },
        {
          "description": " Attributes used to filter for a specific subset of read set part uploads. "
        }
      ]
    }
  }
}