Skip to content

Commit af35651

Browse files
ottonomyTallTed
andauthored
feat(json-card): Text formatting updates
Co-authored-by: @TallTed <tthibodeau@openlinksw.com> Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 8587423 commit af35651

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -605,19 +605,19 @@ <h3>The `json-card` Render Suite</h3>
605605
[=verifiable credential=] into a standardized JSON card format. This format
606606
enables wallets to display credentials in a responsive card layout with key
607607
data highlighted and configurable additional fields. Wallets that implement
608-
this method can render the standardized JSON output into their own card UI
608+
this method can render the standardized JSON output in their own card UI
609609
designs, allowing credentials to be displayed even when a wallet doesn't
610610
natively support a specific credential type.
611611
</p>
612612

613613
<p>
614-
The template is a JSON object that matches the json-card output structure.
614+
The template is a JSON object that matches the `json-card` output structure.
615615
String values in the template can be JSON pointer strings (as specified in
616616
[[[RFC6901]]]) that reference fields in the [=verifiable credential=]. When
617617
processing the template, JSON pointer strings are evaluated against the
618618
credential data and replaced with the resolved values. The template MUST
619619
conform to the JSON template schema defined below, and the resulting output
620-
MUST conform to the json-card output schema. Compound data across multiple
620+
MUST conform to the `json-card` output schema. Compound data across multiple
621621
fields is not supported; each field references a single JSON pointer.
622622
</p>
623623

@@ -779,7 +779,7 @@ <h4>JSON Template Schema</h4>
779779
</pre>
780780

781781
<p>
782-
The following example shows a valid json-card template with JSON pointer
782+
The following example shows a valid `json-card` template with JSON pointer
783783
strings:
784784
</p>
785785

@@ -891,7 +891,7 @@ <h4>JSON Card Output Schema</h4>
891891
</table>
892892

893893
<p>
894-
The following example shows a valid json-card output:
894+
The following example shows a valid `json-card` output:
895895
</p>
896896

897897
<pre class="example nohighlight"
@@ -963,7 +963,7 @@ <h4>Template Processing</h4>
963963
</ol>
964964
</li>
965965
<li>
966-
Validate the resulting JSON object against the json-card output schema. If
966+
Validate the resulting JSON object against the `json-card` output schema. If
967967
validation fails, processing MUST stop and an error MUST be returned.
968968
</li>
969969
</ol>

0 commit comments

Comments
 (0)