{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogsSamplingRuleReorder", "title": "LogsSamplingRuleReorder", "type": "object", "properties": { "ordered_ids": { "type": "array", "items": { "type": "string", "format": "uuid" }, "description": "Rule IDs in the desired evaluation order (first element is highest priority / lowest order index)." } }, "required": [ "ordered_ids" ] }