From 66a90bbc99df304f4e693472919cc2b4250e0d4f Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Wed, 9 Aug 2023 19:30:27 +0400 Subject: [PATCH] Add host and schemes sections into swagger.json --- src/static/swagger.json | 33 +++++++++++++++++++++++++++++++++ src/types/swagger-types.ts | 3 +++ 2 files changed, 36 insertions(+) diff --git a/src/static/swagger.json b/src/static/swagger.json index f623f2f2..beb25aef 100644 --- a/src/static/swagger.json +++ b/src/static/swagger.json @@ -1174,6 +1174,39 @@ } } } + }, + "host": { + "0": "c", + "1": "r", + "2": "e", + "3": "d", + "4": "e", + "5": "n", + "6": "t", + "7": "i", + "8": "a", + "9": "l", + "10": "-", + "11": "s", + "12": "e", + "13": "r", + "14": "v", + "15": "i", + "16": "c", + "17": "e", + "18": ".", + "19": "c", + "20": "h", + "21": "e", + "22": "q", + "23": "d", + "24": ".", + "25": "n", + "26": "e", + "27": "t" + }, + "schemes": { + "0": "https" } }, "components": { diff --git a/src/types/swagger-types.ts b/src/types/swagger-types.ts index 853751ae..9d95ac01 100644 --- a/src/types/swagger-types.ts +++ b/src/types/swagger-types.ts @@ -1,6 +1,9 @@ /** * @openapi * + * host: credential-service.cheqd.net + * schemes: + * - https * components: * schemas: * CredentialRequest: