{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.rdb.v1.DatabaseEngine", "title": "scaleway.rdb.v1.DatabaseEngine", "type": "object", "properties": { "name": { "type": "string", "description": "Engine name." }, "logo_url": { "type": "string", "description": "Engine logo URL." }, "versions": { "type": "array", "description": "Available versions.", "items": { "$ref": "#/components/schemas/scaleway.rdb.v1.EngineVersion" } }, "region": { "type": "string", "description": "Region of this Database Instance." } }, "x-properties-order": [ "name", "logo_url", "versions", "region" ] }