Skip to content

Commit

Permalink
🎨 fix marshmallow warning
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 12, 2024
1 parent c8bdbf4 commit ff0bc8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aries_cloudagent/anoncreds/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,10 @@ class RevListCreateRequestSchema(OpenAPISchema):
"""Request schema for revocation registry creation request."""

rev_reg_def_id = fields.Str(
description="Revocation registry definition identifier",
example=INDY_REV_REG_ID_EXAMPLE,
metadata={
"description": "Revocation registry definition identifier",
"example": INDY_REV_REG_ID_EXAMPLE,
}
)
options = fields.Nested(RevListOptionsSchema)

Expand Down

0 comments on commit ff0bc8d

Please sign in to comment.