Skip to content

Commit c72f500

Browse files
committed
updated openapi.json
1 parent ad235fe commit c72f500

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

services/api-server/openapi.json

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,7 +5332,7 @@
53325332
"content": {
53335333
"application/json": {
53345334
"schema": {
5335-
"$ref": "#/components/schemas/GetCreditPrice"
5335+
"$ref": "#/components/schemas/GetCreditPriceApiServer"
53365336
}
53375337
}
53385338
}
@@ -5563,7 +5563,7 @@
55635563
],
55645564
"title": "FileUploadData"
55655565
},
5566-
"GetCreditPrice": {
5566+
"GetCreditPriceApiServer": {
55675567
"properties": {
55685568
"productName": {
55695569
"type": "string",
@@ -5602,7 +5602,7 @@
56025602
"usdPerCredit",
56035603
"minPaymentAmountUsd"
56045604
],
5605-
"title": "GetCreditPrice"
5605+
"title": "GetCreditPriceApiServer"
56065606
},
56075607
"Groups": {
56085608
"properties": {
@@ -6184,18 +6184,11 @@
61846184
"title": "Version"
61856185
},
61866186
"released": {
6187-
"anyOf": [
6188-
{
6189-
"additionalProperties": {
6190-
"type": "string",
6191-
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z-]+)*)?$"
6192-
},
6193-
"type": "object"
6194-
},
6195-
{
6196-
"type": "null"
6197-
}
6198-
],
6187+
"additionalProperties": {
6188+
"type": "string",
6189+
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z-]+)*)?$"
6190+
},
6191+
"type": "object",
61996192
"title": "Released",
62006193
"description": "Maps every route's path tag with a released version"
62016194
},
@@ -6891,7 +6884,7 @@
68916884
"type": "integer",
68926885
"x_unit": "second"
68936886
},
6894-
"key": "input_2",
6887+
"key": "f763658f-a89a-4a90-ace4-c44631290f12",
68956888
"kind": "input"
68966889
}
68976890
},
@@ -7099,7 +7092,9 @@
70997092
"required": [
71007093
"walletId",
71017094
"name",
7095+
"description",
71027096
"owner",
7097+
"thumbnail",
71037098
"status",
71047099
"created",
71057100
"modified",

0 commit comments

Comments
 (0)