mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 19:51:32 +02:00
configure openapi-generator-cli to expect zrok's custom content type
This commit is contained in:
parent
ed18d1ab20
commit
c15f10579e
@ -1,4 +1,10 @@
|
||||
{
|
||||
"packageName":"zrok_api",
|
||||
"projectName":"zrok_sdk"
|
||||
}
|
||||
"packageName": "zrok_api",
|
||||
"projectName": "zrok_sdk",
|
||||
"additionalProperties": {
|
||||
"jsonMimeTypes": [
|
||||
"application/json",
|
||||
"application/zrok.v1+json"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user