mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 08:30:56 +00:00
string used instead of bolean (#6268)
Deprecated should be a boolean otherwise the parser does not validate
This commit is contained in:
parent
00b46e8a94
commit
5c384d0f15
@ -214,7 +214,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"deprecated": "true"
|
||||
"deprecated": true
|
||||
}
|
||||
},
|
||||
"/pet/{petId}": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user