This commit is contained in:
Wolfgang Hottgenroth
2021-12-13 18:01:06 +01:00
parent ee422bd33f
commit 9163b1848c
3 changed files with 17 additions and 10 deletions

View File

@ -14,6 +14,8 @@ def CsTypeConverter(i):
r = 'int'
case 'string':
r = 'string'
case 'boolean':
r = 'boolean'
return r
def OpenApiExtractRefType(i):