@@ -605,19 +605,19 @@ <h3>The `json-card` Render Suite</h3>
605605[=verifiable credential=] into a standardized JSON card format. This format
606606enables wallets to display credentials in a responsive card layout with key
607607data 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
609609designs, allowing credentials to be displayed even when a wallet doesn't
610610natively 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.
615615String values in the template can be JSON pointer strings (as specified in
616616[[[RFC6901]]]) that reference fields in the [=verifiable credential=]. When
617617processing the template, JSON pointer strings are evaluated against the
618618credential data and replaced with the resolved values. The template MUST
619619conform 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
621621fields 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
783783strings:
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
967967validation fails, processing MUST stop and an error MUST be returned.
968968 </ li >
969969 </ ol >
0 commit comments