Skip to main content

BaseAllOf

typerequired

Possible values: [TypeA, TypeB]

A variant carrying a single string property propA.

propAstring
BaseAllOf
{
"type": "typeA",
"sharedProp": "string",
"propA": "string"
}