allOf with Same-Level Properties
GET/allof-same-level-properties
Schema:
allOf:
- type: object
properties:
allOfProp1:
type: string
allOfProp2:
type: string
properties:
parentProp1:
type: string
parentProp2:
type: string
Responses
- 200
Successful response