taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit fd3457d2857976b302d91d90d6e38e07afe26ea1
parent 4806f63d9b0807011cb45ecae19c7a05d8abff38
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:24:36 -0400

capitalize first word in sentence (seven instances)

Diffstat:
Manastasis.rst | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -1260,27 +1260,27 @@ that must be provided includes: - **type**: The type of the attribute, for now only ``string`` and ``date`` are supported. - - **name**: the name of the attribute, this is the key under which the + - **name**: The name of the attribute, this is the key under which the attribute value must be provided later. The name must be unique per response. - - **label**: a human-readable description of the attribute in English. + - **label**: A human-readable description of the attribute in English. Translated descriptions may be provided under **label_i18n**. - - **uuid**: a UUID that uniquely identifies identical attributes across + - **uuid**: A UUID that uniquely identifies identical attributes across different countries. Useful to preserve values should the user enter some attributes, and then switch to another country. Note that attributes must not be preserved if they merely have the same **name**, only the **uuid** will be identical if the semantics is identicial. - - **widget**: an optional name of a widget that is known to nicely render + - **widget**: An optional name of a widget that is known to nicely render the attribute entry in user interfaces where named widgets are supported. - - **validation-regex**: an optional extended POSIX regular expression + - **validation-regex**: An optional extended POSIX regular expression that is to be used to validate (string) inputs to ensure they are well-formed. - - **validation-logic**: optional name of a function that should be called + - **validation-logic**: Optional name of a function that should be called to validate the input. If the function is not known to the particular client, the respective validation can be skipped (at the expense of typos by users not being detected, possibly rendering secrets irrecoverable). - - **optional**: optional boolean field that, if ``true``, indicates that + - **optional**: Optional boolean field that, if ``true``, indicates that this attribute is not actually required but optional and users MAY leave it blank in case they do not have the requested information. Used for common fields that apply to some large part of the population but are