{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DefaultLoggingLevelObject", "title": "DefaultLoggingLevelObject", "type": "string", "enum": [ "STANDARD", "DEBUGGING" ], "description": " * `STANDARD` - Enables standard logging.\n * `DEBUGGING` - Enables detailed debugging logging.\n" }