{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.instance.v1.UpdateSnapshotResponse", "title": "scaleway.instance.v1.UpdateSnapshotResponse", "type": "object", "properties": { "snapshot": { "$ref": "#/components/schemas/scaleway.instance.v1.Snapshot" } }, "x-properties-order": [ "snapshot" ] }