Scaleway · Schema

scaleway.instance.v1.CreateImageResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
image object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1createimageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.CreateImageResponse",
  "title": "scaleway.instance.v1.CreateImageResponse",
  "type": "object",
  "properties": {
    "image": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Image"
    }
  },
  "x-properties-order": [
    "image"
  ]
}