Skip to content

Commit 6ddb592

Browse files
ff137jamshale
andauthored
🎨 Fix model name for consistency (openwallet-foundation#3382)
From Anoncred to Anoncreds Signed-off-by: ff137 <[email protected]> Co-authored-by: jamshale <[email protected]>
1 parent 5806f5c commit 6ddb592

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

acapy_agent/anoncreds/models/presentation_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class Meta:
299299
},
300300
),
301301
},
302-
name="AnoncredPresentationRequestNonRevokedSchema",
302+
name="AnoncredsPresentationRequestNonRevokedSchema",
303303
),
304304
allow_none=True,
305305
required=False,

open-api/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7763,7 +7763,7 @@
77637763
},
77647764
"type" : "object"
77657765
},
7766-
"AnoncredPresentationRequestNonRevoked" : {
7766+
"AnoncredsPresentationRequestNonRevoked" : {
77677767
"properties" : {
77687768
"from" : {
77697769
"description" : "Earliest time of interest in non-revocation interval",
@@ -7895,7 +7895,7 @@
78957895
"type" : "string"
78967896
},
78977897
"non_revoked" : {
7898-
"$ref" : "#/components/schemas/AnoncredPresentationRequestNonRevoked"
7898+
"$ref" : "#/components/schemas/AnoncredsPresentationRequestNonRevoked"
78997899
},
79007900
"nonce" : {
79017901
"description" : "Nonce",

open-api/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6396,7 +6396,7 @@
63966396
}
63976397
}
63986398
},
6399-
"AnoncredPresentationRequestNonRevoked" : {
6399+
"AnoncredsPresentationRequestNonRevoked" : {
64006400
"type" : "object",
64016401
"properties" : {
64026402
"from" : {
@@ -6530,7 +6530,7 @@
65306530
"description" : "Proof request name"
65316531
},
65326532
"non_revoked" : {
6533-
"$ref" : "#/definitions/AnoncredPresentationRequestNonRevoked"
6533+
"$ref" : "#/definitions/AnoncredsPresentationRequestNonRevoked"
65346534
},
65356535
"nonce" : {
65366536
"type" : "string",

0 commit comments

Comments
 (0)