Amazon HealthOmics · Schema

ListReadSetUploadPartsRequest

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
partSource object
filter object
View JSON Schema on GitHub

JSON Schema

healthomics-list-read-set-upload-parts-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-read-set-upload-parts-request-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}