Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Fix model name for consistency #3382

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acapy_agent/anoncreds/models/presentation_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class Meta:
},
),
},
name="AnoncredPresentationRequestNonRevokedSchema",
name="AnoncredsPresentationRequestNonRevokedSchema",
),
allow_none=True,
required=False,
Expand Down
4 changes: 2 additions & 2 deletions open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7763,7 +7763,7 @@
},
"type" : "object"
},
"AnoncredPresentationRequestNonRevoked" : {
"AnoncredsPresentationRequestNonRevoked" : {
"properties" : {
"from" : {
"description" : "Earliest time of interest in non-revocation interval",
Expand Down Expand Up @@ -7895,7 +7895,7 @@
"type" : "string"
},
"non_revoked" : {
"$ref" : "#/components/schemas/AnoncredPresentationRequestNonRevoked"
"$ref" : "#/components/schemas/AnoncredsPresentationRequestNonRevoked"
},
"nonce" : {
"description" : "Nonce",
Expand Down
4 changes: 2 additions & 2 deletions open-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6396,7 +6396,7 @@
}
}
},
"AnoncredPresentationRequestNonRevoked" : {
"AnoncredsPresentationRequestNonRevoked" : {
"type" : "object",
"properties" : {
"from" : {
Expand Down Expand Up @@ -6530,7 +6530,7 @@
"description" : "Proof request name"
},
"non_revoked" : {
"$ref" : "#/definitions/AnoncredPresentationRequestNonRevoked"
"$ref" : "#/definitions/AnoncredsPresentationRequestNonRevoked"
},
"nonce" : {
"type" : "string",
Expand Down
Loading