From d278e4e95dd15f3398e0cab4909012a30bd01c58 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 30 Nov 2025 01:37:01 -0600 Subject: [PATCH] chore: enhance OpenAPI schema management - Introduced a new script to fix OpenAPI schema issues, including adding a missing Authorization security scheme and addressing empty response schemas. - Updated the build process to run this script before generating documentation, ensuring a more robust and accurate OpenAPI specification. --- apps/docs/package.json | 3 +- apps/docs/public/openapi.json | 2687 +++++++++++++++++++++++++---- apps/docs/scripts/fix-openapi.mjs | 65 + 3 files changed, 2371 insertions(+), 384 deletions(-) create mode 100644 apps/docs/scripts/fix-openapi.mjs diff --git a/apps/docs/package.json b/apps/docs/package.json index 5ef7cc9..f15250f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -7,7 +7,8 @@ "dev": "TURBOPACK=1 next dev", "start": "next start", "postinstall": "fumadocs-mdx", - "build:docs": "node generate-docs.mjs", + "fix-openapi": "node scripts/fix-openapi.mjs", + "build:docs": "npm run fix-openapi && node generate-docs.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 399e4a1..6f587ab 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -149,7 +149,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -183,7 +188,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -229,7 +239,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -273,7 +288,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -338,7 +358,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -394,7 +419,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -438,7 +468,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -482,7 +517,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -534,7 +574,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -569,7 +614,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -594,7 +644,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -639,7 +694,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -701,7 +761,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -788,7 +853,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -848,7 +918,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -882,7 +957,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -930,7 +1010,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -974,7 +1059,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1018,7 +1108,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1062,7 +1157,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1113,7 +1213,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1169,7 +1274,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1255,7 +1365,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1340,7 +1455,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1430,7 +1550,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1510,7 +1635,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1590,7 +1720,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1650,7 +1785,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1721,7 +1861,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1765,7 +1910,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -1809,7 +1959,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2471,7 +2626,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2515,7 +2675,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2566,7 +2731,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2610,7 +2780,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2654,7 +2829,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2688,7 +2868,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2736,7 +2921,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2770,7 +2960,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2818,7 +3013,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2862,7 +3062,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2948,7 +3153,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -2982,7 +3192,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3026,7 +3241,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3070,7 +3290,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3119,7 +3344,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3163,7 +3393,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3217,7 +3452,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3266,7 +3506,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3310,7 +3555,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3358,7 +3608,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3746,7 +4001,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3794,7 +4054,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3838,7 +4103,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3918,7 +4188,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3952,7 +4227,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -3996,7 +4276,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4040,7 +4325,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4089,7 +4379,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4133,7 +4428,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4187,7 +4487,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4231,7 +4536,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4279,7 +4589,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4327,7 +4642,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4710,7 +5030,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4758,7 +5083,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4802,7 +5132,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4872,7 +5207,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4906,7 +5246,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4950,7 +5295,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -4999,7 +5349,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5043,7 +5398,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5092,7 +5452,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5136,7 +5501,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5190,7 +5560,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5234,7 +5609,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5282,7 +5662,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5657,7 +6042,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5705,7 +6095,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5749,7 +6144,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5830,7 +6230,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5864,7 +6269,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5908,7 +6318,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -5952,7 +6367,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6001,7 +6421,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6045,7 +6470,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6099,7 +6529,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6148,7 +6583,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6192,7 +6632,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6240,7 +6685,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6625,7 +7075,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6673,7 +7128,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6717,7 +7177,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6803,7 +7268,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6837,7 +7307,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6881,7 +7356,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6925,7 +7405,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -6974,7 +7459,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7018,7 +7508,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7072,7 +7567,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7116,7 +7616,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7164,7 +7669,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7213,7 +7723,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7601,7 +8116,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7649,7 +8169,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7693,7 +8218,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7763,7 +8293,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -7798,7 +8333,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8022,7 +8562,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8071,7 +8616,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8116,7 +8666,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8161,7 +8716,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8216,7 +8776,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8260,7 +8825,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8305,7 +8875,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8353,7 +8928,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8401,7 +8981,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8436,7 +9021,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8487,7 +9077,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8538,7 +9133,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8583,7 +9183,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8628,7 +9233,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8663,7 +9273,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8708,7 +9323,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8762,7 +9382,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8796,7 +9421,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8830,7 +9460,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8875,7 +9510,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8923,7 +9563,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -8972,7 +9617,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9021,7 +9671,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9066,7 +9721,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9091,7 +9751,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9125,7 +9790,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9150,7 +9820,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9175,7 +9850,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9200,7 +9880,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9225,7 +9910,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9485,7 +10175,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9520,7 +10215,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9545,7 +10245,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9589,7 +10294,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9699,7 +10409,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9724,7 +10439,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9782,7 +10502,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9807,7 +10532,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9851,7 +10581,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9933,7 +10668,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -9967,7 +10707,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10017,7 +10762,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10120,7 +10870,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10154,7 +10909,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10189,7 +10949,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10236,7 +11001,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10270,7 +11040,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10365,7 +11140,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10399,7 +11179,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10443,7 +11228,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10490,7 +11280,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10563,7 +11358,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10636,7 +11436,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10670,7 +11475,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10695,7 +11505,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10739,7 +11554,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10816,7 +11636,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10931,7 +11756,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -10965,7 +11795,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11054,7 +11889,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11098,7 +11938,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11142,7 +11987,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11186,7 +12036,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11230,7 +12085,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11274,7 +12134,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11318,7 +12183,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11362,7 +12232,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11412,7 +12287,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11447,7 +12327,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11482,7 +12367,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11517,7 +12407,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11569,7 +12464,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11614,7 +12514,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11649,7 +12554,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11693,7 +12603,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11727,7 +12642,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11815,7 +12735,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11859,7 +12784,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -11893,7 +12823,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12007,7 +12942,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12042,7 +12982,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12115,7 +13060,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12150,7 +13100,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12195,7 +13150,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12220,7 +13180,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12245,7 +13210,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12270,7 +13240,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12295,7 +13270,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12336,7 +13316,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12380,7 +13365,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12421,7 +13411,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12462,7 +13457,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12503,7 +13503,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12544,7 +13549,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12585,7 +13595,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12626,7 +13641,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12651,7 +13671,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12696,7 +13721,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12757,7 +13787,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12782,7 +13817,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12829,7 +13869,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12854,7 +13899,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12899,7 +13949,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12924,7 +13979,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12969,7 +14029,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -12994,7 +14059,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13039,7 +14109,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13064,7 +14139,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13089,7 +14169,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13114,7 +14199,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13139,7 +14229,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13173,7 +14268,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13226,7 +14326,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13269,7 +14374,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13294,7 +14404,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13319,7 +14434,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13353,7 +14473,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13400,7 +14525,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13434,7 +14564,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13459,7 +14594,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13503,7 +14643,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13528,7 +14673,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13553,7 +14703,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13578,7 +14733,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13619,7 +14779,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13653,7 +14818,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13725,7 +14895,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13759,7 +14934,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13804,7 +14984,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13829,7 +15014,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13854,7 +15044,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13908,7 +15103,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13943,7 +15143,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -13988,7 +15193,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14043,7 +15253,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14101,7 +15316,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14136,7 +15356,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14181,7 +15406,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14240,7 +15470,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14309,7 +15544,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14344,7 +15584,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14389,7 +15634,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14458,7 +15708,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14532,7 +15787,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14577,7 +15837,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14657,7 +15922,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14682,7 +15952,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14717,7 +15992,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14788,7 +16068,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14822,7 +16107,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14869,7 +16159,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14903,7 +16198,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -14937,7 +16237,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15014,7 +16319,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15094,7 +16404,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15143,7 +16458,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15225,7 +16545,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15310,7 +16635,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15364,7 +16694,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15441,7 +16776,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15522,7 +16862,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15570,7 +16915,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15671,7 +17021,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15772,7 +17127,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15845,7 +17205,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15889,7 +17254,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15923,7 +17293,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -15948,7 +17323,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16024,7 +17404,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16107,7 +17492,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16193,7 +17583,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16251,7 +17646,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16335,7 +17735,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16422,7 +17827,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16482,7 +17892,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16555,7 +17970,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16633,7 +18053,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16678,7 +18103,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16703,7 +18133,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16764,7 +18199,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16808,7 +18248,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16842,7 +18287,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16867,7 +18317,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16912,7 +18367,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16968,7 +18428,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -16993,7 +18458,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17038,7 +18508,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17124,7 +18599,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17159,7 +18639,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17184,7 +18669,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17219,7 +18709,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17271,7 +18766,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17315,7 +18815,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17404,7 +18909,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17439,7 +18949,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17511,7 +19026,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17546,7 +19066,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17571,7 +19096,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17606,7 +19136,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17656,7 +19191,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17717,7 +19257,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17790,7 +19335,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17875,7 +19425,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17910,7 +19465,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17935,7 +19495,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -17970,7 +19535,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18028,7 +19598,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18072,7 +19647,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18155,7 +19735,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18190,7 +19775,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18225,7 +19815,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18277,7 +19872,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18302,7 +19902,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18347,7 +19952,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18431,7 +20041,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18505,7 +20120,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18540,7 +20160,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18575,7 +20200,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18600,7 +20230,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18625,7 +20260,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18650,7 +20290,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18675,7 +20320,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18720,7 +20370,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18755,7 +20410,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18790,7 +20450,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18934,7 +20599,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -18979,7 +20649,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19061,7 +20736,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19086,7 +20766,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19111,7 +20796,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19161,7 +20851,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19186,7 +20881,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19239,7 +20939,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19264,7 +20969,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19289,7 +20999,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19323,7 +21038,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19365,7 +21085,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19399,7 +21124,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19433,7 +21163,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19476,7 +21211,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19539,7 +21279,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19605,7 +21350,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19630,7 +21380,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19664,7 +21419,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19708,7 +21468,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19759,7 +21524,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19877,7 +21647,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19924,7 +21699,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19949,7 +21729,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -19983,7 +21768,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20034,7 +21824,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20078,7 +21873,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20103,7 +21903,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20147,7 +21952,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20192,7 +22002,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20296,7 +22111,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20402,7 +22222,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20446,7 +22271,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20494,7 +22324,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20528,7 +22363,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20573,7 +22413,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20618,7 +22463,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20663,7 +22513,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20715,7 +22570,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20836,7 +22696,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20871,7 +22736,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -20916,7 +22786,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21042,7 +22917,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21087,7 +22967,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21140,7 +23025,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21175,7 +23065,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21209,7 +23104,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21254,7 +23154,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21316,7 +23221,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21370,7 +23280,12 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": { + "type": "object", + "description": "Successful response" + } + } } }, "default": { @@ -21387,6 +23302,12 @@ "in": "header", "name": "x-api-key", "description": "API key authentication. Generate an API key from your Dokploy dashboard under Settings > API Keys." + }, + "Authorization": { + "type": "apiKey", + "in": "header", + "name": "Authorization", + "description": "API key authentication using Authorization header" } }, "responses": { diff --git a/apps/docs/scripts/fix-openapi.mjs b/apps/docs/scripts/fix-openapi.mjs new file mode 100644 index 0000000..1c0a417 --- /dev/null +++ b/apps/docs/scripts/fix-openapi.mjs @@ -0,0 +1,65 @@ +import { readFileSync, writeFileSync } from 'fs'; +import { join } from 'path'; + +const openapiPath = join(process.cwd(), 'public', 'openapi.json'); + +console.log('Fixing OpenAPI schema...'); + +try { + const openapi = JSON.parse(readFileSync(openapiPath, 'utf8')); + + let fixed = 0; + let securityFixed = false; + + // Fix missing Authorization security scheme + if (!openapi.components) { + openapi.components = {}; + } + if (!openapi.components.securitySchemes) { + openapi.components.securitySchemes = {}; + } + if (!openapi.components.securitySchemes.Authorization) { + openapi.components.securitySchemes.Authorization = { + type: 'apiKey', + in: 'header', + name: 'Authorization', + description: 'API key authentication using Authorization header' + }; + securityFixed = true; + } + + // Fix empty response schemas + for (const [path, pathItem] of Object.entries(openapi.paths || {})) { + for (const [method, operation] of Object.entries(pathItem)) { + if (operation.responses) { + for (const [status, response] of Object.entries(operation.responses)) { + if (response.content && response.content['application/json']) { + const content = response.content['application/json']; + // Check if schema is completely empty or missing + if (Object.keys(content).length === 0 || !content.schema) { + response.content['application/json'] = { + schema: { + type: 'object', + description: 'Successful response' + } + }; + fixed++; + } + } + } + } + } + } + + if (fixed > 0 || securityFixed) { + writeFileSync(openapiPath, JSON.stringify(openapi, null, 2)); + if (fixed > 0) console.log(`✓ Fixed ${fixed} empty response schemas`); + if (securityFixed) console.log(`✓ Added missing Authorization security scheme`); + } else { + console.log('✓ No fixes needed'); + } +} catch (error) { + console.error('Error fixing OpenAPI schema:', error.message); + process.exit(1); +} +