summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2024-11-07 09:56:20 +0800
committerwangwei <[email protected]>2024-11-07 09:56:20 +0800
commitfcfe47f6635aabdce9423c6bc37e4b7b475e8bab (patch)
tree8ae601eec1e012e4997ac82510cba6afb35f0288
parentc747edb6f61d93907be61ab573783a25ddf52ec6 (diff)
[Fix][schema] 规范 json schema中 boolean 值
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json24
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json22
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json24
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json44
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json4
-rw-r--r--config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json4
6 files changed, 61 insertions, 61 deletions
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
index a3de262a..5b796331 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/monitor_event.json
@@ -1115,7 +1115,7 @@
"label": "Monitor Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(monitor_rule_list), arrayPushFront(monitor_rule_list, null),monitor_rule_list))"
}
},
@@ -1124,7 +1124,7 @@
"label": "Monitor Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(monitor_rule_uuid_list), arrayPushFront(monitor_rule_uuid_list, null),monitor_rule_uuid_list))"
}
},
@@ -1133,7 +1133,7 @@
"label": "Client IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(client_ip_tags), arrayPushFront(client_ip_tags, null),client_ip_tags))"
}
},
@@ -1142,7 +1142,7 @@
"label": "Server IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_ip_tags), arrayPushFront(server_ip_tags, null),server_ip_tags))"
}
},
@@ -1151,7 +1151,7 @@
"label": "Server FQDN Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_fqdn_tags), arrayPushFront(server_fqdn_tags, null),server_fqdn_tags))"
}
}
@@ -1490,7 +1490,7 @@
"name": "t_vsys_id",
"label": "Traffic Vsys ID",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"ttl": null
},
@@ -2080,7 +2080,7 @@
"label": "Subscriber ID",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2126,7 +2126,7 @@
"label": "Phone Number",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2611,7 +2611,7 @@
"name": "packet_capture_file",
"label": "Packet Capture File",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"constraints": {
"type": "file"
@@ -2803,7 +2803,7 @@
"name": "http_request_body",
"label": "HTTP.Request Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -2816,7 +2816,7 @@
"name": "http_response_body",
"label": "HTTP.Response Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -3799,7 +3799,7 @@
"name": "rtp_pcap_path",
"label": "RTP.PCAP",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
index 0ed3f7e9..bd1183ac 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json
@@ -708,7 +708,7 @@
"label": "Proxy Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(proxy_rule_list), arrayPushFront(proxy_rule_list, null),proxy_rule_list))"
}
},
@@ -717,7 +717,7 @@
"label": "Proxy Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(proxy_rule_uuid_list), arrayPushFront(proxy_rule_uuid_list, null),proxy_rule_uuid_list))"
}
},
@@ -726,7 +726,7 @@
"label": "Client IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(client_ip_tags), arrayPushFront(client_ip_tags, null),client_ip_tags))"
}
},
@@ -735,7 +735,7 @@
"label": "Server IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_ip_tags), arrayPushFront(server_ip_tags, null),server_ip_tags))"
}
},
@@ -744,7 +744,7 @@
"label": "Server FQDN Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_fqdn_tags), arrayPushFront(server_fqdn_tags, null),server_fqdn_tags))"
}
}
@@ -1043,7 +1043,7 @@
"name": "t_vsys_id",
"label": "Traffic Vsys ID",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"ttl": null
},
@@ -1676,7 +1676,7 @@
"label": "Subscriber ID",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -1722,7 +1722,7 @@
"label": "Phone Number",
"doc": {
"visibility": "hidden",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2207,7 +2207,7 @@
"name": "packet_capture_file",
"label": "Packet Capture File",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "hidden",
"constraints": {
"type": "file"
@@ -2399,7 +2399,7 @@
"name": "http_request_body",
"label": "HTTP.Request Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -2412,7 +2412,7 @@
"name": "http_response_body",
"label": "HTTP.Response Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
index 09a5e60b..21e05156 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json
@@ -1119,7 +1119,7 @@
"label": "Security Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(security_rule_list), arrayPushFront(security_rule_list, null),security_rule_list))"
}
},
@@ -1128,7 +1128,7 @@
"label": "Security Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(security_rule_uuid_list), arrayPushFront(security_rule_uuid_list, null),security_rule_uuid_list))"
}
},
@@ -1137,7 +1137,7 @@
"label": "Client IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(client_ip_tags), arrayPushFront(client_ip_tags, null),client_ip_tags))"
}
},
@@ -1146,7 +1146,7 @@
"label": "Server IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_ip_tags), arrayPushFront(server_ip_tags, null),server_ip_tags))"
}
},
@@ -1155,7 +1155,7 @@
"label": "Server FQDN Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_fqdn_tags), arrayPushFront(server_fqdn_tags, null),server_fqdn_tags))"
}
}
@@ -1494,7 +1494,7 @@
"name": "t_vsys_id",
"label": "Traffic Vsys ID",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"ttl": null
},
@@ -2084,7 +2084,7 @@
"label": "Subscriber ID",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2130,7 +2130,7 @@
"label": "Phone Number",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2615,7 +2615,7 @@
"name": "packet_capture_file",
"label": "Packet Capture File",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"constraints": {
"type": "file"
@@ -2807,7 +2807,7 @@
"name": "http_request_body",
"label": "HTTP.Request Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -2820,7 +2820,7 @@
"name": "http_response_body",
"label": "HTTP.Response Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -3797,7 +3797,7 @@
"name": "rtp_pcap_path",
"label": "RTP.PCAP",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
index 2f96ee1b..b26cb20d 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json
@@ -1170,7 +1170,7 @@
"label": "Security Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(security_rule_list), arrayPushFront(security_rule_list, null),security_rule_list))"
}
},
@@ -1179,7 +1179,7 @@
"label": "Security Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(security_rule_uuid_list), arrayPushFront(security_rule_uuid_list, null),security_rule_uuid_list))"
}
},
@@ -1188,7 +1188,7 @@
"label": "Proxy Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(proxy_rule_list), arrayPushFront(proxy_rule_list, null),proxy_rule_list))"
}
},
@@ -1197,7 +1197,7 @@
"label": "Proxy Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(proxy_rule_uuid_list), arrayPushFront(proxy_rule_uuid_list, null),proxy_rule_uuid_list))"
}
},
@@ -1206,7 +1206,7 @@
"label": "Monitor Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(monitor_rule_list), arrayPushFront(monitor_rule_list, null),monitor_rule_list))"
}
},
@@ -1215,7 +1215,7 @@
"label": "Monitor Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(monitor_rule_uuid_list), arrayPushFront(monitor_rule_uuid_list, null),monitor_rule_uuid_list))"
}
},
@@ -1224,7 +1224,7 @@
"label": "Shaping Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(shaping_rule_list), arrayPushFront(shaping_rule_list, null),shaping_rule_list))"
}
},
@@ -1233,7 +1233,7 @@
"label": "Shaping Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(shaping_rule_uuid_list), arrayPushFront(shaping_rule_uuid_list, null),shaping_rule_uuid_list))"
}
},
@@ -1242,7 +1242,7 @@
"label": "Service Chaining Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(sc_rule_list), arrayPushFront(sc_rule_list, null),sc_rule_list))"
}
},
@@ -1251,7 +1251,7 @@
"label": "Service Chaining Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(sc_rule_uuid_list), arrayPushFront(sc_rule_uuid_list, null),sc_rule_uuid_list))"
}
},
@@ -1260,7 +1260,7 @@
"label": "Statistics Rule ID(Deprecated)",
"type": "long",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(statistics_rule_list), arrayPushFront(statistics_rule_list, null),statistics_rule_list))"
}
},
@@ -1269,7 +1269,7 @@
"label": "Statistics Rule UUID",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(statistics_rule_uuid_list), arrayPushFront(statistics_rule_uuid_list, null),statistics_rule_uuid_list))"
}
},
@@ -1278,7 +1278,7 @@
"label": "Client IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(client_ip_tags), arrayPushFront(client_ip_tags, null),client_ip_tags))"
}
},
@@ -1287,7 +1287,7 @@
"label": "Server IP Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_ip_tags), arrayPushFront(server_ip_tags, null),server_ip_tags))"
}
},
@@ -1296,7 +1296,7 @@
"label": "Server FQDN Tag",
"type": "string",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"expression": "arrayJoin(IF(empty(server_fqdn_tags), arrayPushFront(server_fqdn_tags, null),server_fqdn_tags))"
}
}
@@ -1635,7 +1635,7 @@
"name": "t_vsys_id",
"label": "Traffic Vsys ID",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"ttl": null
},
@@ -2225,7 +2225,7 @@
"label": "Subscriber ID",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2271,7 +2271,7 @@
"label": "Phone Number",
"doc": {
"visibility": "enabled",
- "is_encrypted": "true",
+ "is_encrypted": true,
"ttl": null
},
"type": "string"
@@ -2756,7 +2756,7 @@
"name": "packet_capture_file",
"label": "Packet Capture File",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"constraints": {
"type": "file"
@@ -2948,7 +2948,7 @@
"name": "http_request_body",
"label": "HTTP.Request Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -2961,7 +2961,7 @@
"name": "http_response_body",
"label": "HTTP.Response Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -3944,7 +3944,7 @@
"name": "rtp_pcap_path",
"label": "RTP.PCAP",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json
index a0b2ab4f..7190916a 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json
@@ -822,7 +822,7 @@
"name": "http_request_body",
"label": "HTTP.Request Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
@@ -835,7 +835,7 @@
"name": "http_response_body",
"label": "HTTP.Response Body",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json
index ee829058..c70c4f02 100644
--- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json
+++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json
@@ -902,7 +902,7 @@
"name": "t_vsys_id",
"label": "Traffic Vsys ID",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"visibility": "enabled",
"ttl": null
},
@@ -1395,7 +1395,7 @@
"name": "rtp_pcap_path",
"label": "RTP.PCAP",
"doc": {
- "allow_query": "false",
+ "allow_query": false,
"constraints": {
"type": "file"
},