{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PluginLogEntrySourceEnum", "title": "PluginLogEntrySourceEnum", "enum": [ "SYSTEM", "PLUGIN", "CONSOLE" ], "type": "string", "description": "* `SYSTEM` - SYSTEM\n* `PLUGIN` - PLUGIN\n* `CONSOLE` - CONSOLE" }