-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lexicons fetched from 80ada8f committed 2024-08-28T23:03:35Z (#…
…367)
- Loading branch information
Showing
36 changed files
with
623 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.embed.defs.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.embed.defs | ||
========================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.embed.defs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.embed.video.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.embed.video | ||
=========================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.embed.video | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.video.defs.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.video.defs | ||
========================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.video.defs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.video.get_job_status.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.video.get\_job\_status | ||
====================================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.video.get_job_status | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.video.get_upload_limits.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.video.get\_upload\_limits | ||
========================================================= | ||
|
||
.. automodule:: atproto_client.models.app.bsky.video.get_upload_limits | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
18 changes: 18 additions & 0 deletions
18
docs/source/atproto/atproto_client.models.app.bsky.video.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
app.bsky.video | ||
===================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.video | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
atproto_client.models.app.bsky.video.defs | ||
atproto_client.models.app.bsky.video.get_job_status | ||
atproto_client.models.app.bsky.video.get_upload_limits | ||
atproto_client.models.app.bsky.video.upload_video |
7 changes: 7 additions & 0 deletions
7
docs/source/atproto/atproto_client.models.app.bsky.video.upload_video.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
app.bsky.video.upload\_video | ||
=================================================== | ||
|
||
.. automodule:: atproto_client.models.app.bsky.video.upload_video | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.embed.defs", | ||
"defs": { | ||
"aspectRatio": { | ||
"type": "object", | ||
"description": "width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.", | ||
"required": ["width", "height"], | ||
"properties": { | ||
"width": { "type": "integer", "minimum": 1 }, | ||
"height": { "type": "integer", "minimum": 1 } | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.embed.video", | ||
"description": "A video embedded in a Bluesky record (eg, a post).", | ||
"defs": { | ||
"main": { | ||
"type": "object", | ||
"required": ["video"], | ||
"properties": { | ||
"video": { | ||
"type": "blob", | ||
"accept": ["video/mp4"], | ||
"maxSize": 50000000 | ||
}, | ||
"captions": { | ||
"type": "array", | ||
"items": { "type": "ref", "ref": "#caption" }, | ||
"maxLength": 20 | ||
}, | ||
"alt": { | ||
"type": "string", | ||
"description": "Alt text description of the video, for accessibility.", | ||
"maxGraphemes": 1000, | ||
"maxLength": 10000 | ||
}, | ||
"aspectRatio": { | ||
"type": "ref", | ||
"ref": "app.bsky.embed.defs#aspectRatio" | ||
} | ||
} | ||
}, | ||
"caption": { | ||
"type": "object", | ||
"required": ["lang", "file"], | ||
"properties": { | ||
"lang": { | ||
"type": "string", | ||
"format": "language" | ||
}, | ||
"file": { | ||
"type": "blob", | ||
"accept": ["text/vtt"], | ||
"maxSize": 20000 | ||
} | ||
} | ||
}, | ||
"view": { | ||
"type": "object", | ||
"required": ["cid", "playlist"], | ||
"properties": { | ||
"cid": { "type": "string", "format": "cid" }, | ||
"playlist": { "type": "string", "format": "uri" }, | ||
"thumbnail": { "type": "string", "format": "uri" }, | ||
"alt": { | ||
"type": "string", | ||
"maxGraphemes": 1000, | ||
"maxLength": 10000 | ||
}, | ||
"aspectRatio": { | ||
"type": "ref", | ||
"ref": "app.bsky.embed.defs#aspectRatio" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.video.defs", | ||
"defs": { | ||
"jobStatus": { | ||
"type": "object", | ||
"required": ["jobId", "did", "state"], | ||
"properties": { | ||
"jobId": { "type": "string" }, | ||
"did": { "type": "string", "format": "did" }, | ||
"state": { | ||
"type": "string", | ||
"description": "The state of the video processing job. All values not listed as a known value indicate that the job is in process.", | ||
"knownValues": ["JOB_STATE_COMPLETED", "JOB_STATE_FAILED"] | ||
}, | ||
"progress": { | ||
"type": "integer", | ||
"minimum": 0, | ||
"maximum": 100, | ||
"description": "Progress within the current processing state." | ||
}, | ||
"blob": { "type": "blob" }, | ||
"error": { "type": "string" }, | ||
"message": { "type": "string" } | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.video.getJobStatus", | ||
"defs": { | ||
"main": { | ||
"type": "query", | ||
"description": "Get status details for a video processing job.", | ||
"parameters": { | ||
"type": "params", | ||
"required": ["jobId"], | ||
"properties": { | ||
"jobId": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"encoding": "application/json", | ||
"schema": { | ||
"type": "object", | ||
"required": ["jobStatus"], | ||
"properties": { | ||
"jobStatus": { | ||
"type": "ref", | ||
"ref": "app.bsky.video.defs#jobStatus" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.video.getUploadLimits", | ||
"defs": { | ||
"main": { | ||
"type": "query", | ||
"description": "Get video upload limits for the authenticated user.", | ||
"output": { | ||
"encoding": "application/json", | ||
"schema": { | ||
"type": "object", | ||
"required": ["canUpload"], | ||
"properties": { | ||
"canUpload": { "type": "boolean" }, | ||
"remainingDailyVideos": { "type": "integer" }, | ||
"remainingDailyBytes": { "type": "integer" }, | ||
"message": { "type": "string" }, | ||
"error": { "type": "string" } | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"lexicon": 1, | ||
"id": "app.bsky.video.uploadVideo", | ||
"defs": { | ||
"main": { | ||
"type": "procedure", | ||
"description": "Upload a video to be processed then stored on the PDS.", | ||
"input": { | ||
"encoding": "video/mp4" | ||
}, | ||
"output": { | ||
"encoding": "application/json", | ||
"schema": { | ||
"type": "object", | ||
"required": ["jobStatus"], | ||
"properties": { | ||
"jobStatus": { | ||
"type": "ref", | ||
"ref": "app.bsky.video.defs#jobStatus" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.