{ "$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" ] }