File tree Expand file tree Collapse file tree 5 files changed +20
-17
lines changed
Expand file tree Collapse file tree 5 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ SHELL := /bin/bash
33.DEFAULT_GOAL := check
44
55FRAGMENTS += start.cddl
6- FRAGMENTS += trustworthiness-vector.cddl
7- FRAGMENTS += trustworthiness-claim.cddl
8- FRAGMENTS += trust -tier.cddl
9- FRAGMENTS += verifier-id.cddl
6+ FRAGMENTS += trustworthiness-vector.cddl
7+ FRAGMENTS += trustworthiness-claim.cddl
8+ FRAGMENTS += trustworthiness -tier.cddl
9+ FRAGMENTS += verifier-id.cddl
1010FRAGMENTS += non-empty.cddl
1111FRAGMENTS += jc.cddl
1212
Original file line number Diff line number Diff line change 1- $.start.$ = trustworthiness-vector / trust-tier / verifier-id
1+ $.start.$ = trustworthiness-vector /
2+ trustworthiness-tier /
3+ verifier-id /
4+ trustworthiness-claim
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ trustworthiness-tier-none-label = JC<"none", 0>
2+ trustworthiness-tier-affirming-label = JC<"affirming", 2>
3+ trustworthiness-tier-warning-label = JC<"warning", 32>
4+ trustworthiness-tier-contraindicated-label = JC<"contraindicated", 96>
5+
6+ trustworthiness-tier /= trustworthiness-tier-none-label
7+ trustworthiness-tier /= trustworthiness-tier-affirming-label
8+ trustworthiness-tier /= trustworthiness-tier-warning-label
9+ trustworthiness-tier /= trustworthiness-tier-contraindicated-label
Original file line number Diff line number Diff line change @@ -660,16 +660,16 @@ A missing entry means that the verifier makes no claim about this specific appra
660660
661661As required by the `non-empty` macro, at least one entry MUST be present in the vector.
662662
663- # # Trust Tiers {#sec-trusttiers}
663+ # # Trustworthiness Tiers {#sec-trusttiers}
664664
665- The `trust -tier` type represents one of the equivalency classes in which the `trustworthiness-claim` space is partitioned.
665+ The `trustworthiness -tier` type represents one of the equivalency classes in which the `trustworthiness-claim` space is partitioned.
666666
667667See {{sec-enum-encoding}} for the details.
668668
669669The allowed values for the type are as follows :
670670
671671~~~cddl
672- {::include cddl/trust -tier.cddl}
672+ {::include cddl/trustworthiness -tier.cddl}
673673~~~
674674{: # fig-cddl-ttiers title="Trustworthiness Tiers" }
675675
You can’t perform that action at this time.
0 commit comments