跳到主要内容
版本:Next

allOf 与深度合并

GET 

/allof-deep-merging

模式:

allOf:
- type: object
properties:
deepProp:
type: object
properties:
innerProp1:
type: string
- type: object
properties:
deepProp:
type: object
properties:
innerProp2:
type: integer

Responses

Successful response