{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LogpushJobInput", "type": "object", "properties": { "name": { "type": "string" }, "enabled": { "type": "boolean" }, "dataset": { "type": "string" }, "destination_conf": { "type": "string" }, "logpull_options": { "type": "string" }, "frequency": { "type": "string" }, "filter": { "type": "string" }, "ownership_challenge": { "type": "string" } } }