Amazon HealthOmics · JSON Structure

Healthomics Batch Delete Read Set Response Structure

Type: object Properties: 1
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

BatchDeleteReadSetResponse is a JSON Structure definition published by Amazon HealthOmics, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

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-batch-delete-read-set-response-schema.json",
  "name": "BatchDeleteReadSetResponse",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReadSetBatchErrorList"
        },
        {
          "description": "Errors returned by individual delete operations."
        }
      ]
    }
  }
}