跳到主要内容
版本:Next

allOf 与共享必需属性

GET 

/allof-shared-required

模式:

allOf:
- type: object
properties:
sharedProp:
type: string
required: [sharedProp]
- type: object
properties:
anotherProp:
type: string
required: [anotherProp]
required: [sharedProp, anotherProp]

Responses

Successful response