{"openapi":"3.1.0","info":{"title":"Text Diff Checker","description":"This tool compares two blocks of text line-by-line to show you which lines were added, removed, or stayed the same.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/text-diff-checker":{"get":{"operationId":"textDiffChecker","summary":"This tool compares two blocks of text line-by-line to show you which lines were added, removed, or stayed the same.","parameters":[{"name":"original_text","in":"query","required":false,"description":"Original text","schema":{"type":"string"}},{"name":"changed_text","in":"query","required":false,"description":"Changed text","schema":{"type":"string"}},{"name":"ignore_whitespace","in":"query","required":false,"description":"Ignore leading/trailing whitespace","schema":{"type":"boolean"}},{"name":"ignore_case","in":"query","required":false,"description":"Ignore case","schema":{"type":"boolean"}},{"name":"ignore_blank_lines","in":"query","required":false,"description":"Ignore blank lines","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}