Amazon HealthOmics · JSON Structure

Healthomics Read Set Upload Part List Filter Structure

Filter settings that select for read set upload parts of interest.

Type: object Properties: 2
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

createdAfter createdBefore

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-read-set-upload-part-list-filter-schema.json",
  "name": "ReadSetUploadPartListFilter",
  "type": "object",
  "properties": {
    "createdAfter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyntheticTimestamp_date_time"
        },
        {
          "description": " Filters for read set uploads after a specified time. "
        }
      ]
    },
    "createdBefore": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyntheticTimestamp_date_time"
        },
        {
          "description": " Filters for read set part uploads before a specified time. "
        }
      ]
    }
  },
  "description": " Filter settings that select for read set upload parts of interest. "
}