Skip to content

Commit 8a419de

Browse files
dlongleymsporny
authored andcommittedMar 15, 2022
Remove type and proofPurpose options and clean up example.
1 parent d93b2de commit 8a419de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎components/IssueCredentialOptions.yml

-10
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ components:
1717
additionalProperties: false
1818
description: Options for specifying how the LinkedDataProof is created.
1919
properties:
20-
type:
21-
type: string
22-
description: The type of the proof. Default is an appropriate proof type corresponding to the verification method.
23-
proofPurpose:
24-
type: string
25-
description: The purpose of the proof. Default 'assertionMethod'.
2620
created:
2721
type: string
2822
description: The date and time of the proof (with a maximum accuracy in seconds). Default current system time.
@@ -41,10 +35,6 @@ components:
4135
description: The type of credential status to issue the credential with
4236
example:
4337
{
44-
"type": "Ed25519Signature2018",
45-
"proofPurpose": "assertionMethod",
4638
"created": "2020-04-02T18:48:36Z",
47-
"domain": "revocation.example",
48-
"challenge": "d436f0c8-fbd9-4e48-bbb2-55fc5d0920a8",
4939
"credentialStatus": { "type": "RevocationList2020Status" },
5040
}

0 commit comments

Comments
 (0)
Please sign in to comment.