LoggingLevel schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-logging-level-schema.json", "title": "LoggingLevel", "description": "LoggingLevel schema", "type": "string", "enum": [ "ERROR", "INFO", "DEBUG" ] }