Addon config.yaml without schema restrictions?

Hi all. I’m working on my first hass addon.

I’m having some trouble setting up my config.yaml though. My intention is to have a field in the addon configuration menu where the user can paste a full yaml config specific to the addon’s program. The issue is that the schema restrictions on Hass addons is too restrictive for the format I need to paste into the textbox. Is it possible to bypass the schema completely? Currently I’m placing the yaml file for my program directly into the addon data folder, but obviously it would be much more user friendly to be able to access/edit this file from the configuration UI.