跳到主要内容
版本:1.0

allOf 与共享必需属性

GET 

/allof-shared-required

模式:

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

Responses

成功响应