We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ccc43 commit 60c3932Copy full SHA for 60c3932
schemas/nswag.json
@@ -7,19 +7,22 @@
7
{
8
"properties": {
9
"codeGenerators": {
10
- "oneOf": [
11
- {
12
- "$ref": "#/definitions/openApiToRefit"
13
- },
14
15
- "$ref": "https://raw.githubusercontent.com/MobileTeleSystems/ApiCodeGenerator/refs/heads/master/schemas/nswag.json#/definitions/codeGenerators"
16
- }
17
- ]
+ "$ref": "#/definitions/codeGenerators"
18
}
19
20
21
],
22
"definitions": {
+ "codeGenerators": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/openApiToRefit"
+ },
+ "$ref": "https://raw.githubusercontent.com/MobileTeleSystems/ApiCodeGenerator/refs/heads/master/schemas/nswag.json#/definitions/codeGenerators"
23
+ }
24
+ ]
25
26
"openApiToRefit": {
27
"additionalProperties": false,
28
0 commit comments