diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ Suppose we denote the following shape of JSON object as a `ImageResult`. "id": number, "filename": string, "thumb_filename": string, + "orig_filename": string, "tags": [string, ...], } ``` |