This commit is contained in:
2022-07-15 07:11:32 +00:00
committed by GitHub
parent 2e3761a758
commit 26f2bb32bd
7 changed files with 193 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
{
"image_author": { "return": "String", "description": "The author of the image." },
"image_comment": { "return": "String", "description": "The comment of the image." },
"image_id": { "return": "String", "description": "The image id." },
"image_title": { "return": "String", "description": "The title of the image." }
}