diff --git a/data/data.yaml b/data/data.yaml index a6709a2..f74c732 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -55,6 +55,20 @@ properties: type: string required: false + - name: insecure_skip_verify + description: | + Skip SSL verification. + type: bool + defaultValue: false + required: false + + - name: log_level + description: | + Plugin log level. + type: string + defaultValue: "info" + required: false + - name: max_concurrency description: | Customize number concurrent files to process.