At
view release on metacpan or search on metacpan
share/lexicons/app/bsky/video/uploadVideo.json view on Meta::CPAN
{
"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"
}
}
}
}
}
}
}
( run in 1.953 second using v1.01-cache-2.11-cpan-b16cb0d3907 )