Currently, to assign a swagger UI property an openapi.yaml's content, the file kind needs to be mapped with skipParsing: true, which then does not allow other properties to be assigned using jq because the content is passed as a string rather than as an object. That forces us to write to almost identical file mappings with the sole difference of skipParsing: true for the one with the Swagger UI property, and and without it for everything else basically.