Fix typo in json field name

This commit is contained in:
Ingo Oppermann
2025-07-11 13:54:58 +02:00
parent fd11036d11
commit 88a6de9280
8 changed files with 14 additions and 14 deletions

View File

@@ -5992,7 +5992,7 @@ const docTemplate = `{
"type": "string"
}
},
"revocer_timeout_sec": {
"recover_timeout_sec": {
"description": "seconds",
"type": "integer",
"format": "int64"
@@ -7898,7 +7898,7 @@ const docTemplate = `{
"fifo_enabled": {
"type": "boolean"
},
"fifo_revocery_attempts_total": {
"fifo_recovery_attempts_total": {
"type": "number"
},
"fifo_state": {
@@ -8553,7 +8553,7 @@ const docTemplate = `{
"type": "string"
}
},
"revocer_timeout_sec": {
"recover_timeout_sec": {
"description": "seconds",
"type": "integer",
"format": "int64"