Merge branch 'develop' into feature/gen-magic
[akkoma] / lib / pleroma / web / api_spec / schemas / status.ex
index 28cde963e61ca9d51a9fadc007b50b4434c69303..947e42890744d80117615417361bd881f1e9c709 100644 (file)
@@ -62,6 +62,11 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
         }
       },
       content: %Schema{type: :string, format: :html, description: "HTML-encoded status content"},
+      text: %Schema{
+        type: :string,
+        description: "Original unformatted content in plain text",
+        nullable: true
+      },
       created_at: %Schema{
         type: :string,
         format: "date-time",