From 6825b3dfb465617be9e0d137e7039d3ab20dd7ed Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Tue, 18 Jan 2022 12:39:37 +0100 Subject: [PATCH] fix minimum --- doc/api/v0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/v0.yaml b/doc/api/v0.yaml index 4ac1265dea..e03eb0d350 100644 --- a/doc/api/v0.yaml +++ b/doc/api/v0.yaml @@ -633,7 +633,7 @@ paths: blockContentSizeAvg: description: 'Moving average of the last 3 blocks size' type: integer - format: 0 + minimum: 0 peerAvailableCnt: description: Number of nodes that are available for p2p discovery and events propagation type: integer