Skip to content

Commit

Permalink
Improve tryptich components description
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Oct 24, 2023
1 parent 962b9ac commit 3817d28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ It should be the most commonly used and most internationally understandable for

In order to guide usage and disambiguate synonyms, each terms type is characterised by a tryptich along the three dimensions of the `commitment` that is being taken in it:

- the `writer` of the document;
- the targeted `audience`;
- the `object` of the commitment.
- the `writer` of the document, in most cases the service provider itself;
- the targeted `audience` whose rights and duties are defined in the associated terms;
- the `object` of the commitment, i.e. the information or interaction whose handling will be constrained by the associated terms.

Each type thus has the following structure, where all fields are required:

```json
{
"<Terms Type Name>": {
"commitment": {
"writer": "the `writer` of the document",
"audience": "the targeted `audience",
"object": "the `object` of the commitment"
"writer": "<writer>",
"audience": "<audience>",
"object": "<object>"
}
}
}
Expand Down

0 comments on commit 3817d28

Please sign in to comment.