{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConfigStoreSecret", "title": "UpdateConfigStoreSecret", "type": "object", "properties": { "value": { "type": "string", "maxLength": 5120, "minLength": 1, "writeOnly": true, "x-sensitive": true, "x-speakeasy-param-sensitive": true } }, "required": [ "value" ] }