{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_instant_logs_job", "title": "logpush_instant_logs_job", "nullable": true, "properties": { "destination_conf": { "$ref": "#/components/schemas/logpush_schemas-destination_conf" }, "fields": { "$ref": "#/components/schemas/logpush_fields" }, "filter": { "$ref": "#/components/schemas/logpush_filter" }, "sample": { "$ref": "#/components/schemas/logpush_sample" }, "session_id": { "$ref": "#/components/schemas/logpush_session_id" } }, "type": "object" }