BaseBasic
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
BaseBasic
{
"type": "typeA",
"propA": "string"
}