{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.instance.v1.Image.State", "title": "scaleway.instance.v1.Image.State", "type": "string", "enum": [ "available", "creating", "error" ], "default": "available" }