Skip to main content

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

Successful response

Schema

    parentProp1 string
    parentProp2 string
    allOfProp1 string
    allOfProp2 string
Loading...