refactor(api/rules): remove IsResponseRule field from ParsedRule and related logic

This commit is contained in:
yusing
2026-02-24 01:07:35 +08:00
parent 54be056530
commit 5ba475c489
3 changed files with 2 additions and 11 deletions

View File

@@ -5093,11 +5093,6 @@
"x-nullable": false,
"x-omitempty": false
},
"isResponseRule": {
"type": "boolean",
"x-nullable": false,
"x-omitempty": false
},
"name": {
"type": "string",
"x-nullable": false,

View File

@@ -891,8 +891,6 @@ definitions:
properties:
do:
type: string
isResponseRule:
type: boolean
name:
type: string
"on":
@@ -1837,12 +1835,12 @@ definitions:
type: string
kernel_version:
type: string
load_avg_5m:
type: string
load_avg_15m:
type: string
load_avg_1m:
type: string
load_avg_5m:
type: string
mem_pct:
type: string
mem_total: