Skip to content

Commit

Permalink
feat: Add host and schemes sections into swagger.json (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex authored Aug 10, 2023
2 parents 991106b + 66a90bb commit 9022ec1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/static/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions src/types/swagger-types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* @openapi
*
* host: credential-service.cheqd.net
* schemes:
* - https
* components:
* schemas:
* CredentialRequest:
Expand Down

0 comments on commit 9022ec1

Please sign in to comment.