{"openapi": "3.0.3", "info": {"title": "mybimapi/excel_to_ifc", "version": "latest"}, "paths": {"/api/v4/mybimapi/excel_to_ifc/": {"post": {"operationId": "invoke_mybimapi_excel_to_ifc", "requestBody": {"required": true, "content": {"multipart/form-data": {"schema": {"type": "object", "properties": {"workbook": {"type": "string", "format": "binary"}, "filename": {"type": "string"}, "organization": {"type": "string"}, "creator": {"type": "string"}, "application_version": {"type": "string"}, "application": {"type": "string"}, "project_name": {"type": "string"}, "site_name": {"type": "string"}, "building_name": {"type": "string"}, "storey_name": {"type": "string"}}, "required": ["workbook", "filename", "organization", "creator", "application_version", "application", "project_name", "site_name", "building_name", "storey_name"]}, "encoding": {"entity_types": {"style": "form", "explode": true}}}}}, "responses": {"200": {"description": "OK"}}}}}}