From 6d84b305581807ed8b74310b49a750538231d92c Mon Sep 17 00:00:00 2001 From: Goncalo-FradeIOHK Date: Wed, 7 Sep 2022 14:35:54 +0100 Subject: [PATCH] doc(pollux): Fix small typing error OpenAPI specs --- pollux/api/pollux-openapi-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollux/api/pollux-openapi-spec.yaml b/pollux/api/pollux-openapi-spec.yaml index 4b1b79ee31..704ee68d22 100644 --- a/pollux/api/pollux-openapi-spec.yaml +++ b/pollux/api/pollux-openapi-spec.yaml @@ -521,7 +521,7 @@ components: type: string description: "Issuer DID" example: "did:prism:issuerdid" - issuanceDate": + issuanceDate: type: string description: "Datetime in ISO format that corresponds to the date of issuance" example: "2010-01-01T19:23:24Z"