{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-logging-level-structure.json", "name": "LoggingLevel", "description": "LoggingLevel schema", "type": "string", "enum": [ "ERROR", "INFO", "DEBUG" ] }