{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/Storyboard.json", "title": "Storyboard", "properties": { "storyboardPath": { "description": "Deprecated in PeerTube v8.0, use fileUrl instead", "deprecated": true, "type": "string" }, "fileUrl": { "description": "**PeerTube >= 7.1**", "type": "string" }, "totalHeight": { "type": "integer" }, "totalWidth": { "type": "integer" }, "spriteHeight": { "type": "integer" }, "spriteWidth": { "type": "integer" }, "spriteDuration": { "type": "integer" } } }