Amazon HealthOmics · Schema

WorkflowParameterTemplate

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing
View JSON Schema on GitHub

JSON Schema

healthomics-workflow-parameter-template-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-workflow-parameter-template-schema.json",
  "title": "WorkflowParameterTemplate",
  "type": "object",
  "minProperties": 1,
  "maxProperties": 1000,
  "additionalProperties": {
    "$ref": "#/components/schemas/WorkflowParameter"
  }
}