mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 13:36:11 +00:00
fix multi line description in allOf (#17879)
This commit is contained in:
@@ -2560,6 +2560,10 @@ components:
|
||||
category:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Category'
|
||||
description: |
|
||||
multi line description
|
||||
2nd line
|
||||
last line
|
||||
name:
|
||||
example: doggie
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user