Scaleway · Schema

scaleway.rdb.v1.InstanceSetting

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1instancesetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.InstanceSetting",
  "title": "scaleway.rdb.v1.InstanceSetting",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "x-properties-order": [
    "name",
    "value"
  ]
}