Merge branch 'develop' into feature/bulk-confirmation
[akkoma] / lib / pleroma / web / api_spec / operations / custom_emoji_operation.ex
index 2f812ac77a710d0eb7e42414c7a431a2ffba5724..5ff263ceb745fec8cbb14a3bf35f1879644cc839 100644 (file)
@@ -69,7 +69,7 @@ defmodule Pleroma.Web.ApiSpec.CustomEmojiOperation do
           type: :object,
           properties: %{
             category: %Schema{type: :string},
-            tags: %Schema{type: :array}
+            tags: %Schema{type: :array, items: %Schema{type: :string}}
           }
         }
       ],