update json schemas

This commit is contained in:
Xiaoxi Wang 2021-06-17 20:20:39 +00:00
parent fdd9c30794
commit 454f9e9c89
2 changed files with 3 additions and 1 deletions

View File

@ -703,7 +703,8 @@
"auto_logs":3,
"backup_worker_enabled":1,
"commit_proxies":5, // this field will be absent if a value has not been explicitly set
"proxies":6 // this field will be absent if a value has not been explicitly set
"proxies":6, // this field will be absent if a value has not been explicitly set
"perpetual_storage_wiggle": 0
},
"data":{
"least_operating_space_bytes_log_server":0,

View File

@ -20,6 +20,7 @@
#include "fdbclient/Schemas.h"
// NOTE: also change mr-status-json-schemas.rst.inc
const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
{
"cluster":{