forked from deltav-deltaverse/beam-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openapitools.json
33 lines (33 loc) · 1.04 KB
/
openapitools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.2.0-SNAPSHOT",
"repository": {
"downloadUrl": "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.2.0-SNAPSHOT/openapi-generator-cli-7.2.0-20231215.065935-106.jar"
},
"generators": {
"csharp": {
"generatorName": "csharp",
"output": "./sdks/csharp",
"library": "generichost",
"inputSpec": "https://api.testnet.onbeam.com/api/game-json",
"templateDir": "./templates",
"skipValidateSpec": true,
"globalProperty": {
"modelTests": false,
"apiTests": false,
"modelDocs": false,
"apiDocs": false
},
"additionalProperties": {
"packageName": "Beam",
"returnICollection": true,
"optionalMethodArgument": false,
"nullableReferenceTypes": false,
"netCoreProjectFile": true
}
}
}
}
}