We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
context
1 parent 8867813 commit 6e31e48Copy full SHA for 6e31e48
aries_cloudcontroller/model/credential.py
@@ -27,7 +27,7 @@ class Credential(BaseModel):
27
proof: The proof of the credential [Optional].
28
"""
29
30
- context: List[Union[str,Dict]] = Field(..., alias="@context")
+ context: List[Union[str, Dict]] = Field(..., alias="@context")
31
credential_subject: Dict[str, Any] = Field(..., alias="credentialSubject")
32
issuance_date: str = Field(..., alias="issuanceDate")
33
issuer: Union[str, Dict[str, Any]]
0 commit comments