@OpenDataBIM the concern I have over the name is quite simple. The name OpenDataBIM suggests "open data" and "open BIM". Upon closer inspection, it seems to be neither.
It is not Open Data (see definition) because someone paying you to convert their data from one format to another does not change the copyright ownership of the data. The data does not magically become free to republish. If you want to see examples of Open Data, look at the OSArch Wiki Open Data Directory.
There are a few definitions of OpenBIM out there. You can read more in the OSArch Wiki page on OpenBIM. What is common to all definitions is that BIM data is defined using an Open Standard (Wikipedia definition). This distinguishes between a random person creating a random CSV file and calling it OpenBIM and people exchanging CSVs using an agreed and published standard. By this definition, the IFC schema is one of many OpenBIM standards. You can see a list of Open Data Standards in the OSArch Wiki. However, because I cannot find a publicly available standard for BIMJson, it is unlikely to be considered OpenBIM unless you are very generous with your definition.
OSArch is focused on building and promoting open source software. Our first priority is open source. Sometimes, this involves open data standards, like IFC, BCF, Brickschema, BHoM, and so on. IFC and BCF is publicly available and published under under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0). (Note NC-ND-clause makes it a non-free license, however the definition of an open standard is less black and white). It also happens to cover a wide variety of domains in BIM. This makes it naturally something that turns up again and again. IFC is not the only focus in OSArch. For example, Brickschema is free and open-sourced under the BSD 3-Clause license. CityJSON is under the public domain, and the Open Web Foundation Agreement Version 1.0. BHoM uses the LGPL-3.0 open source license. When two open source software integrates, we need to be transparent about how the data schema works - so open data specifications play a natural role.
OSArch is collectively led. The concepts and definitions of open source and free software are well established in the software industry. OpenCAx developments are also not a new field, though BIM authoring is relatively new. So you will find many community members in OSArch who feel very strongly about people misusing or "openwashing" in AEC, especially as the wider AEC industry may not know how to differentiate open as it is recognised in the software world. For example, many people confuse "Open API" with "Open Source". Another example is that some may be misled into thinking Unreal Engine to be open source, which is not correct. OSArch can help ensure that people understand the freedoms they deserve from software, and protect them from being misled from vendors who market themselves as open, but freedoms are not provided.
A better description of what you are doing is "converting complex and proprietary data for companies that use our converter into simple plaintext data". Simple plaintext data is a step in the right direction - plaintext data is easier to interoperate and reverse engineer. However, something being plaintext (JSON/XML/CSV) does not mean the conversion is open source (your converter is proprietary), it does not mean the data is open data (the data remains copyrighted), and it also does not mean the data is based on open standards (your format has no publicly available specification). It is no different right now to someone pressing "Export as P6 XML" in the proprietary software "Oracle P6".
There is one aspect of your offering that is open source - the scripts at the end which visualise the data using your proprietary BIMJson format. This is a fantastic start - and we'd love to encourage you to take the next step! If you'd like to help OSArch in its journey to promote open source, please consider relicensing your converter under an open source license. As for the data specification, please consider publishing a publicly available open standard for it, such as using Creative Commons. Another great initiative would be to publish open data datasets for sample buildings for people to experiment with.