Generated JSON Schemas contain "format": "text" declarations. text is not a valid value for the format declaration and causes problems for some libraries processing the JSON Schemas.
It looks like the offending code is
https://github.com/HW-SWeL/BioschemasMarkupGenerator/blob/4895fe1ca4c68b375b3d30ff8cb95a932fa98243/Scripting-Tool/generateBioschemasFiles.py#L50
Generated JSON Schemas contain
"format": "text"declarations.textis not a valid value for theformatdeclaration and causes problems for some libraries processing the JSON Schemas.It looks like the offending code is
https://github.com/HW-SWeL/BioschemasMarkupGenerator/blob/4895fe1ca4c68b375b3d30ff8cb95a932fa98243/Scripting-Tool/generateBioschemasFiles.py#L50