Skip to content

Commit

Permalink
Merge pull request #2112 from sicpa-dlab/fix/resolver-return-schema
Browse files Browse the repository at this point in the history
fix: resolver api schema inconsistency
  • Loading branch information
swcurran authored Feb 10, 2023
2 parents 3c3a668 + 6b9e9b5 commit 8b76990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/resolver/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
class ResolutionResultSchema(OpenAPISchema):
"""Result schema for did document query."""

did_doc = fields.Dict(description="DID Document", required=True)
did_document = fields.Dict(description="DID Document", required=True)
metadata = fields.Dict(description="Resolution metadata", required=True)


Expand Down

0 comments on commit 8b76990

Please sign in to comment.