We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2b24a commit 86d1b7eCopy full SHA for 86d1b7e
pydid/service.py
@@ -29,9 +29,9 @@ class DIDCommV1Service(Service):
29
30
model_config = ConfigDict(extra="forbid")
31
32
- type: Literal["IndyAgent", "did-communication", "DIDCommMessaging"] = (
33
- "did-communication"
34
- )
+ type: Literal[
+ "IndyAgent", "did-communication", "DIDCommMessaging"
+ ] = "did-communication"
35
service_endpoint: EndpointStrings
36
recipient_keys: List[DIDUrl]
37
routing_keys: List[DIDUrl] = []
0 commit comments