From 6ddb592c9929be4a76b329aeaeb874b76316ee24 Mon Sep 17 00:00:00 2001 From: Mourits de Beer <31511766+ff137@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:23:29 +0200 Subject: [PATCH] :art: Fix model name for consistency (#3382) From Anoncred to Anoncreds Signed-off-by: ff137 Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com> --- acapy_agent/anoncreds/models/presentation_request.py | 2 +- open-api/openapi.json | 4 ++-- open-api/swagger.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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",