update lexicons for 300mb videos
This commit is contained in:
+1
-1
@@ -426,7 +426,7 @@
|
|||||||
},
|
},
|
||||||
"app.bsky.embed.video": {
|
"app.bsky.embed.video": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.embed.video",
|
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.embed.video",
|
||||||
"cid": "bafyreie3nug4ezpwodl6yrpgv5edkazzn22t7ea4yaeuun4rctyekkngai"
|
"cid": "bafyreiaqos23yv3t4ptrxily6s6qea5fcxfjzjlm42zq46xweby2mkgr4m"
|
||||||
},
|
},
|
||||||
"app.bsky.feed.defs": {
|
"app.bsky.feed.defs": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.defs",
|
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.defs",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
"accept": [
|
"accept": [
|
||||||
"video/mp4"
|
"video/mp4"
|
||||||
],
|
],
|
||||||
"maxSize": 100000000,
|
"maxSize": 300000000,
|
||||||
"description": "The mp4 video file. May be up to 100mb, formerly limited to 50mb."
|
"description": "The mp4 video file. May be up to 300mb, formerly limited to 100mb."
|
||||||
},
|
},
|
||||||
"captions": {
|
"captions": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
@@ -169,6 +169,28 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"knownLikers": {
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"count",
|
||||||
|
"actors"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"count": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"actors": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"ref": "app.bsky.actor.defs#profileViewBasic",
|
||||||
|
"type": "ref"
|
||||||
|
},
|
||||||
|
"maxLength": 5,
|
||||||
|
"minLength": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "The post's likers whom you also follow"
|
||||||
|
},
|
||||||
"requestLess": {
|
"requestLess": {
|
||||||
"type": "token",
|
"type": "token",
|
||||||
"description": "Request that less content like the given feed item be shown in the feed"
|
"description": "Request that less content like the given feed item be shown in the feed"
|
||||||
@@ -194,6 +216,11 @@
|
|||||||
"bookmarked": {
|
"bookmarked": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"knownLikers": {
|
||||||
|
"ref": "#knownLikers",
|
||||||
|
"type": "ref",
|
||||||
|
"description": "This property is present only in selected cases, as an optimization."
|
||||||
|
},
|
||||||
"threadMuted": {
|
"threadMuted": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@@ -202,37 +229,10 @@
|
|||||||
},
|
},
|
||||||
"embeddingDisabled": {
|
"embeddingDisabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
|
||||||
"knownLikers": {
|
|
||||||
"description": "This property is present only in selected cases, as an optimization.",
|
|
||||||
"type": "ref",
|
|
||||||
"ref": "#knownLikers"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests."
|
"description": "Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests."
|
||||||
},
|
},
|
||||||
"knownLikers": {
|
|
||||||
"type": "object",
|
|
||||||
"description": "The post's likers whom you also follow",
|
|
||||||
"required": [
|
|
||||||
"count",
|
|
||||||
"actors"
|
|
||||||
],
|
|
||||||
"properties": {
|
|
||||||
"count": {
|
|
||||||
"type": "integer"
|
|
||||||
},
|
|
||||||
"actors": {
|
|
||||||
"type": "array",
|
|
||||||
"minLength": 0,
|
|
||||||
"maxLength": 5,
|
|
||||||
"items": {
|
|
||||||
"type": "ref",
|
|
||||||
"ref": "app.bsky.actor.defs#profileViewBasic"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"feedViewPost": {
|
"feedViewPost": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
Reference in New Issue
Block a user