From 3aaf257d6d703dab33fe1e6c2e4837e90f3d24a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Sep 2021 16:59:20 +0200 Subject: add liability limit to sync spec --- core/api-sync.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/api-sync.rst') diff --git a/core/api-sync.rst b/core/api-sync.rst index e3388cb7..759a4c3f 100644 --- a/core/api-sync.rst +++ b/core/api-sync.rst @@ -1,6 +1,6 @@ .. This file is part of GNU TALER. - Copyright (C) 2018, 2019 Taler Systems SA + Copyright (C) 2018-2021 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -127,6 +127,9 @@ Receiving Terms of Service // Fee for an account, per year. annual_fee: Amount; + // Maximum liability of the provider in case of data loss. + liability_limit: Amount; + // libtool-style representation of the Sync protocol version, see // https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning // The format is "current:revision:age". -- cgit v1.2.3