You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix link to ApplicationContext details; change example to show as
self-signed with did:key; fix link in top-level README.
n.b. This doesn't close#266, just plucks some low-hanging fruit.
Co-authored-by: Wes Biggs <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/DataStructures/ApplicationContext.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ The `credentialSubject` field should contain an object with the following fields
16
16
-`id`: Your provider identifier, expressed as a DID.
17
17
-`application`: A JSON object containing the following keys:
18
18
-`name`: A map of one or more language tags to human-readable string values. Language tags should follow [BCP-47/RFC-5646](https://www.rfc-editor.org/rfc/rfc5646.html) (as used in the HTTP `Content-Language` header). A content language key of `"*"` indicates a wildcard or default value, as in HTTP.
19
-
-`logo`: A map of one or more language tags (as above) to objects containing a `url` property. The URL should resolve to an image in the PNG format. The recommended maximum image width for optimal client compatibility is 200 pixels.
19
+
-`logo`: A map of one or more language tags (as above) to objects containing a `url` property. The URL should resolve to an image in the PNG format. The recommended image size is 250 x 100 pixels.
20
+
21
+
The credential SHOULD be signed by a trusted `issuer`.
22
+
The issuer MAY be the provider's control key, expressed in `did:key` syntax.
20
23
21
24
### Example
22
25
@@ -32,14 +35,14 @@ This application context credential describes a hypothetical app called "My Soci
Copy file name to clipboardExpand all lines: docs/src/SignatureGeneration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Note that any delegations that are granted by the user will apply to all applica
118
118
The application context credential is a JSON-formatted verifiable credential that MAY be signed by a credential issuer.
119
119
If you are integrating with Frequency Access, your application context details will be created as part of the provisioning process.
120
120
121
-
For detailed information on the credential schema and properties, see the [full specification and example](./DataStructures/ApplicationContext.md).
121
+
For detailed information on the credential schema and properties, see the [full specification and example](./DataStructures/All.html#application-context).
0 commit comments