BaseSharedMapping
type stringrequired
Possible values: [typeA, typeB]
- typeA
- typeB
A variant carrying a single string property propA.
propAstring
A variant carrying a numeric property propB.
propBnumber
sharedPropstring
BaseSharedMapping
{
"type": "typeA",
"sharedProp": "string",
"propA": "string"
}