{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MonitorInputCreateRequest", "type": "object", "properties": { "name": { "type": "string" }, "index": { "type": "string" }, "sourcetype": { "type": "string" }, "source": { "type": "string" }, "host": { "type": "string" }, "disabled": { "type": "boolean" }, "followTail": { "type": "boolean" }, "recursive": { "type": "boolean" }, "whitelist": { "type": "string" }, "blacklist": { "type": "string" } } }