Import from internal git
This commit is contained in:
30
architecture/api/apis/example/example-config.json
Normal file
30
architecture/api/apis/example/example-config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"javaGroup" : "com.example",
|
||||
"modelSuffix" : "Dto",
|
||||
|
||||
"packageTypes" : {
|
||||
"dotnet": ["server", "common", "client"],
|
||||
"java": ["server"],
|
||||
"javascript": ["server"]
|
||||
},
|
||||
|
||||
"packages" : [
|
||||
{
|
||||
"priority" : -1,
|
||||
"name" : "example",
|
||||
"type": "api",
|
||||
"dotnetPackage" : "Example.API",
|
||||
"javascriptPackage" : "ExampleAPI",
|
||||
"keepModels" : false
|
||||
},
|
||||
{
|
||||
"priority" : 1,
|
||||
"name" : "example-schemas",
|
||||
"type": "model",
|
||||
"dotnetPackage" : "Example.Common",
|
||||
"javascriptPackage" : "ExampleAPI",
|
||||
"keepModels" : true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user