Properties
View raw schema
{
"type": "object",
"required": [
"post",
"reply"
],
"properties": {
"post": {
"type": "boolean"
},
"reply": {
"type": "boolean"
}
}
}
{
"type": "object",
"required": [
"post",
"reply"
],
"properties": {
"post": {
"type": "boolean"
},
"reply": {
"type": "boolean"
}
}
}
{
"type": "object",
"required": [
"include",
"push"
],
"properties": {
"push": {
"type": "boolean"
},
"include": {
"type": "string",
"knownValues": [
"all",
"accepted"
]
}
}
}
{
"type": "object",
"required": [
"include",
"list",
"push"
],
"properties": {
"list": {
"type": "boolean"
},
"push": {
"type": "boolean"
},
"include": {
"type": "string",
"knownValues": [
"all",
"follows"
]
}
}
}
{
"type": "object",
"required": [
"list",
"push"
],
"properties": {
"list": {
"type": "boolean"
},
"push": {
"type": "boolean"
}
}
}
chat
ref
#chatPreference
Required
No description provided.
follow
ref
#filterablePreference
Required
No description provided.
like
ref
#filterablePreference
Required
No description provided.
likeViaRepost
ref
#filterablePreference
Required
No description provided.
mention
ref
#filterablePreference
Required
No description provided.
quote
ref
#filterablePreference
Required
No description provided.
reply
ref
#filterablePreference
Required
No description provided.
repost
ref
#filterablePreference
Required
No description provided.
repostViaRepost
ref
#filterablePreference
Required
No description provided.
starterpackJoined
ref
#preference
Required
No description provided.
subscribedPost
ref
#preference
Required
No description provided.
unverified
ref
#preference
Required
No description provided.
verified
ref
#preference
Required
No description provided.
{
"type": "object",
"required": [
"chat",
"follow",
"like",
"likeViaRepost",
"mention",
"quote",
"reply",
"repost",
"repostViaRepost",
"starterpackJoined",
"subscribedPost",
"unverified",
"verified"
],
"properties": {
"chat": {
"ref": "#chatPreference",
"type": "ref"
},
"like": {
"ref": "#filterablePreference",
"type": "ref"
},
"quote": {
"ref": "#filterablePreference",
"type": "ref"
},
"reply": {
"ref": "#filterablePreference",
"type": "ref"
},
"follow": {
"ref": "#filterablePreference",
"type": "ref"
},
"repost": {
"ref": "#filterablePreference",
"type": "ref"
},
"mention": {
"ref": "#filterablePreference",
"type": "ref"
},
"verified": {
"ref": "#preference",
"type": "ref"
},
"unverified": {
"ref": "#preference",
"type": "ref"
},
"likeViaRepost": {
"ref": "#filterablePreference",
"type": "ref"
},
"subscribedPost": {
"ref": "#preference",
"type": "ref"
},
"repostViaRepost": {
"ref": "#filterablePreference",
"type": "ref"
},
"starterpackJoined": {
"ref": "#preference",
"type": "ref"
}
}
}
This object has no properties defined.
{
"type": "object",
"properties": {}
}
Object used to store activity subscription data in stash.
activitySubscription
ref
#activitySubscription
Required
No description provided.
subject
string
did
Required
A decentralized identifier (DID).
{
"type": "object",
"required": [
"subject",
"activitySubscription"
],
"properties": {
"subject": {
"type": "string",
"format": "did"
},
"activitySubscription": {
"ref": "#activitySubscription",
"type": "ref"
}
},
"description": "Object used to store activity subscription data in stash."
}