mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 04:02:15 +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",
|
"packageName": "zrok_api",
|
||||||
"projectName":"zrok_sdk"
|
"projectName": "zrok_sdk",
|
||||||
|
"additionalProperties": {
|
||||||
|
"jsonMimeTypes": [
|
||||||
|
"application/json",
|
||||||
|
"application/zrok.v1+json"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user