Skip to content

Commit a8e3d88

Browse files
committed
🐛 PublishRevocationsResultSchemaAnoncreds: rrid2crid is an int
1 parent e432291 commit a8e3d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudcontroller/models/publish_revocations_result_schema_anoncreds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PublishRevocationsResultSchemaAnoncreds(BaseModel):
2929
PublishRevocationsResultSchemaAnoncreds
3030
""" # noqa: E501
3131

32-
rrid2crid: Optional[Dict[str, List[Annotated[str, Field(strict=True)]]]] = Field(
32+
rrid2crid: Optional[Dict[str, List[Annotated[int, Field(strict=True)]]]] = Field(
3333
default=None, description="Credential revocation ids by revocation registry id"
3434
)
3535
__properties: ClassVar[List[str]] = ["rrid2crid"]

0 commit comments

Comments
 (0)