diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 9e83d9f..af8bde7 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -241,7 +241,7 @@ types: SdsConfig: type: object fields: - historyBackend: + persistence: type: string default: "memory" description: "Backend for persisting the SDS local history. Implementations MAY support custom backends (e.g., 'memory', 'sqlite')."