Amazon HealthOmics · JSON Structure

Healthomics Workflow Parameter Structure

A workflow parameter.

Type: object Properties: 2
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

WorkflowParameter 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

description optional

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-workflow-parameter-schema.json",
  "name": "WorkflowParameter",
  "type": "object",
  "properties": {
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowParameterDescription"
        },
        {
          "description": "The parameter's description."
        }
      ]
    },
    "optional": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Whether the parameter is optional."
        }
      ]
    }
  },
  "description": "A workflow parameter."
}