{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-visibility_pcaps_request_full", "title": "magic-visibility_pcaps_request_full", "properties": { "byte_limit": { "$ref": "#/components/schemas/magic-visibility_pcaps_byte_limit" }, "colo_name": { "$ref": "#/components/schemas/magic-visibility_pcaps_colo_name" }, "destination_conf": { "$ref": "#/components/schemas/magic-visibility_pcaps_destination_conf" }, "filter_v1": { "$ref": "#/components/schemas/magic-visibility_pcaps_filter_v1" }, "packet_limit": { "$ref": "#/components/schemas/magic-visibility_pcaps_packet_limit" }, "system": { "$ref": "#/components/schemas/magic-visibility_pcaps_system" }, "time_limit": { "$ref": "#/components/schemas/magic-visibility_pcaps_time_limit" }, "type": { "$ref": "#/components/schemas/magic-visibility_pcaps_type" } }, "required": [ "time_limit", "type", "system", "colo_name", "destination_conf" ], "type": "object" }