27 lines
741 B
Diff
27 lines
741 B
Diff
|
|
From d5805dda2500ff4b0676e30c800a188c93a7d59d Mon Sep 17 00:00:00 2001
|
||
|
|
From: xuxuepeng <xuxuepeng1@huawei.com>
|
||
|
|
Date: Fri, 3 May 2024 04:07:30 +0800
|
||
|
|
Subject: [PATCH 12/14] Fix info inproper data type for timestamp
|
||
|
|
|
||
|
|
Signed-off-by: xuxuepeng <xuxuepeng1@huawei.com>
|
||
|
|
---
|
||
|
|
src/json/schema/container/info.json | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/src/json/schema/container/info.json b/src/json/schema/container/info.json
|
||
|
|
index 3bf1033..d7209db 100644
|
||
|
|
--- a/src/json/schema/container/info.json
|
||
|
|
+++ b/src/json/schema/container/info.json
|
||
|
|
@@ -78,7 +78,7 @@
|
||
|
|
"type": "uint64"
|
||
|
|
},
|
||
|
|
"timestamp": {
|
||
|
|
- "type": "uint64"
|
||
|
|
+ "type": "int64"
|
||
|
|
},
|
||
|
|
"swap_used": {
|
||
|
|
"type": "uint64"
|
||
|
|
--
|
||
|
|
2.34.1
|
||
|
|
|