Scaleway · Schema

scaleway.rdb.v1.EngineVersion

Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
version string Database engine version.
name string Database engine name.
end_of_life string End of life date. (RFC 3339 format)
available_settings array Engine settings available to be set.
disabled boolean Disabled versions cannot be created.
beta boolean Beta status of engine version.
available_init_settings array Engine settings available to be set at database initialization.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1engineversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.EngineVersion",
  "title": "scaleway.rdb.v1.EngineVersion",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Database engine version."
    },
    "name": {
      "type": "string",
      "description": "Database engine name."
    },
    "end_of_life": {
      "type": "string",
      "description": "End of life date. (RFC 3339 format)",
      "format": "date-time",
      "example": "2022-03-22T12:34:56.123456Z",
      "nullable": true
    },
    "available_settings": {
      "type": "array",
      "description": "Engine settings available to be set.",
      "items": {
        "$ref": "#/components/schemas/scaleway.rdb.v1.EngineSetting"
      }
    },
    "disabled": {
      "type": "boolean",
      "description": "Disabled versions cannot be created."
    },
    "beta": {
      "type": "boolean",
      "description": "Beta status of engine version."
    },
    "available_init_settings": {
      "type": "array",
      "description": "Engine settings available to be set at database initialization.",
      "items": {
        "$ref": "#/components/schemas/scaleway.rdb.v1.EngineSetting"
      }
    }
  },
  "x-properties-order": [
    "version",
    "name",
    "end_of_life",
    "available_settings",
    "disabled",
    "beta",
    "available_init_settings"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewayrdbv1engineversion"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.