{"openapi":"3.1.0","info":{"title":"Jargon Check Tool","description":"This tool scans your text to highlight common business and tech jargon so you can spot and replace unnecessarily complicated language.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/jargon-check-tool":{"get":{"operationId":"jargonCheckTool","summary":"This tool scans your text to highlight common business and tech jargon so you can spot and replace unnecessarily complicated language.","parameters":[{"name":"text_input","in":"query","required":false,"description":"Text to check for jargon","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}