Skip to main content

BaseNestedMapping

type stringrequired

Possible values: [nestedTypeA, nestedTypeB]

nestedA object
propA1string
propA2number
BaseNestedMapping
{
"type": "nestedTypeA",
"nestedA": {
"propA1": "string",
"propA2": 0
}
}