LogLevel schema from Amazon Step Functions API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-schema/amazon-step-functions-log-level-schema.json", "title": "LogLevel", "description": "LogLevel schema from Amazon Step Functions API", "type": "string", "enum": [ "ALL", "ERROR", "FATAL", "OFF" ] }