summaryrefslogtreecommitdiff
path: root/design-documents/024-age-restriction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/024-age-restriction.rst')
-rw-r--r--design-documents/024-age-restriction.rst15
1 files changed, 4 insertions, 11 deletions
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
index ccc2a842..fc0c0309 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -89,17 +89,10 @@ registering the extension ``age_restriction.v1`` with a value type
.. ts:def:: ExtensionAgeRestriction
interface ExtensionAgeRestriction {
- // The fields ``description`` and ``required`` are mandatory for each
- // extension.
-
- // Description will be something like:
- // "Support for age restriction version 1 enabled. See
- // https://docs.taler.net/design-documents/024-age-restriction.html";
- description: string;
-
- // Age restriction is not required to be supported by a wallet or
- // merchant, so ``required`` will be set to ``false``.
- required: boolean;
+ // The field ``critical`` is mandatory for an extension.
+ // Age restriction is not required to be understood by an client, so
+ // ``critical`` will be set to ``false``.
+ critical: false;
// Age restriction specific fields.