We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbd1a4 commit ea9a069Copy full SHA for ea9a069
openapi.yaml
@@ -112,9 +112,7 @@ paths:
112
content:
113
application/json:
114
schema:
115
- type: array
116
- items:
117
- $ref: "#/components/schemas/Snapshot"
+ $ref: "#/components/schemas/SnapshotListMessage"
118
"412":
119
description: API version mismatch
120
default:
@@ -613,6 +611,12 @@ components:
613
611
"genesis_signature": "",
614
612
}
615
+ SnapshotListMessage:
+ description: SnapshotListMessage represents a list of snapshots
616
+ type: array
617
+ items:
618
+ $ref: "#/components/schemas/Snapshot"
619
+
620
Snapshot:
621
description: Snapshot represents a snapshot file and its metadata
622
type: object
0 commit comments