跳到主要内容
版本:Next

allOf 与同级属性

GET 

/allof-same-level-properties

模式:

allOf:
- type: object
properties:
allOfProp1:
type: string
allOfProp2:
type: string
properties:
parentProp1:
type: integer
parentProp2:
type: string

Responses

Successful response