Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F162766
bookmark_folder.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
748 B
Referenced Files
None
Subscribers
None
bookmark_folder.ex
View Options
# Pleroma: A lightweight social networking server
# Copyright © 2017-2024 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma.Web.ApiSpec.Schemas.BookmarkFolder
do
alias
OpenApiSpex.Schema
alias
Pleroma.Web.ApiSpec.Schemas.FlakeID
require
OpenApiSpex
OpenApiSpex
.
schema
(%{
title
:
"BookmarkFolder"
,
description
:
"Response schema for a bookmark folder"
,
type
:
:object
,
properties
:
%{
id
:
FlakeID
,
name
:
%
Schema
{
type
:
:string
,
description
:
"Folder name"
},
emoji
:
%
Schema
{
type
:
:string
,
description
:
"Folder emoji"
,
nullable
:
true
}
},
example
:
%{
"id"
=>
"9toJCu5YZW7O7gfvH6"
,
"name"
=>
"Read later"
,
"emoji"
=>
nil
}
})
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 21, 6:01 PM (13 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66843
Default Alt Text
bookmark_folder.ex (748 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment