Giving an UI option format for oneOf [react]

The OneOfRenderer uses the createCombinatorRendererInfos utility to render its options, see here.

The util then calls the findUISchema util which is used whenever we need to determine a UI Schema for a (sub) JSON Schema, see here.

See here for the implementation of findUISchema.

In short: