{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-run-log-level-schema.json", "name": "RunLogLevel", "type": "string", "enum": [ "OFF", "FATAL", "ERROR", "ALL" ], "minLength": 1, "maxLength": 64 }