{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.instance.v1.ListSnapshotsResponse", "title": "scaleway.instance.v1.ListSnapshotsResponse", "type": "object", "properties": { "snapshots": { "type": "array", "description": "List of snapshots.", "items": { "$ref": "#/components/schemas/scaleway.instance.v1.Snapshot" } } }, "x-properties-order": [ "snapshots" ] }