Amazon HealthOmics · Schema

RunName

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing
View JSON Schema on GitHub

JSON Schema

healthomics-run-name-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-run-name-schema.json",
  "title": "RunName",
  "type": "string",
  "pattern": "[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+",
  "minLength": 1,
  "maxLength": 128
}