Multiple allOf with Nested Properties
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
- 200
Successful response