diff --git a/acapy_agent/anoncreds/models/presentation_request.py b/acapy_agent/anoncreds/models/presentation_request.py index 05881dfdc8..12855e1ee6 100644 --- a/acapy_agent/anoncreds/models/presentation_request.py +++ b/acapy_agent/anoncreds/models/presentation_request.py @@ -299,7 +299,7 @@ class Meta: }, ), }, - name="AnoncredPresentationRequestNonRevokedSchema", + name="AnoncredsPresentationRequestNonRevokedSchema", ), allow_none=True, required=False, diff --git a/open-api/openapi.json b/open-api/openapi.json index 97913e91f2..07c228d3a8 100644 --- a/open-api/openapi.json +++ b/open-api/openapi.json @@ -7763,7 +7763,7 @@ }, "type" : "object" }, - "AnoncredPresentationRequestNonRevoked" : { + "AnoncredsPresentationRequestNonRevoked" : { "properties" : { "from" : { "description" : "Earliest time of interest in non-revocation interval", @@ -7895,7 +7895,7 @@ "type" : "string" }, "non_revoked" : { - "$ref" : "#/components/schemas/AnoncredPresentationRequestNonRevoked" + "$ref" : "#/components/schemas/AnoncredsPresentationRequestNonRevoked" }, "nonce" : { "description" : "Nonce", diff --git a/open-api/swagger.json b/open-api/swagger.json index fd4823dd48..c49ae1134d 100644 --- a/open-api/swagger.json +++ b/open-api/swagger.json @@ -6396,7 +6396,7 @@ } } }, - "AnoncredPresentationRequestNonRevoked" : { + "AnoncredsPresentationRequestNonRevoked" : { "type" : "object", "properties" : { "from" : { @@ -6530,7 +6530,7 @@ "description" : "Proof request name" }, "non_revoked" : { - "$ref" : "#/definitions/AnoncredPresentationRequestNonRevoked" + "$ref" : "#/definitions/AnoncredsPresentationRequestNonRevoked" }, "nonce" : { "type" : "string",