Skip to content

Commit

Permalink
🎨 Fix model name for consistency (#3382)
Browse files Browse the repository at this point in the history
From Anoncred to Anoncreds

Signed-off-by: ff137 <[email protected]>
Co-authored-by: jamshale <[email protected]>
  • Loading branch information
ff137 and jamshale authored Dec 5, 2024
1 parent 5806f5c commit 6ddb592
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 6ddb592

Please sign in to comment.