Scaleway · Schema

scaleway.instance.v1.ListImagesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
images array List of images.
View JSON Schema on GitHub

JSON Schema

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