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

@@ -17,7 +17,7 @@ type ProgressIOTee struct {
Format string `json:"format"`
State string `json:"state"`
Fifo bool `json:"fifo_enabled"`
FifoRecoveryAttempts json.Number `json:"fifo_revocery_attempts_total" swaggertype:"number" jsonschema:"type=number"`
FifoRecoveryAttempts json.Number `json:"fifo_recovery_attempts_total" swaggertype:"number" jsonschema:"type=number"`
FifoState string `json:"fifo_state"`
}