I am trying to create a datamodel using the json generated by swagger.
However I am getting an error while creating it and looks like "oneOf"
property is the issue. I have gone through the below adobe doc about
it.Adobe Experience Manager Help | Creating adaptive forms using JSON
Schema So it says currently AEM forms do not support the folllowing:Null
typeUnion types such as any, andOneOf, AnyOf, AllOf, and NOTOnly
Homogenous arrays are supported. So, the items constraint must be an
object and n...