跳到主要内容
版本:Next

多个 allOf 与嵌套属性

GET 

/multiple-allof-nested

Schema:

allOf:
- type: object
properties:
outerProp1:
type: object
properties:
innerProp1:
type: string
- type: object
properties:
outerProp2:
type: object
properties:
innerProp2:
type: number

Responses

Successful response