OCI-40865
JSON DOM operation was attempted on a container of an incorrect type.
Cause
Either an array operation was attempted on an object, or an object operation was attempted on an array.
Action
Ensure that the instance container is of the correct type for the desired operation.