{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyLogRequest", "title": "ModifyLogRequest", "type": "object", "properties": { "level": { "type": "string", "enum": [ "ERROR", "WARNING", "INFO", "DEBUG" ], "example": "ERROR" } } }