CreateVideo.json 467 B

1234567891011121314151617181920
  1. {
  2. "title": "Example Joystream Video",
  3. "description": "This is an awesome example video!",
  4. "videoPath": "./video.mp4",
  5. "thumbnailPhotoPath": "./avatar-photo-1.png",
  6. "language": "en",
  7. "hasMarketing": false,
  8. "isPublic": true,
  9. "isExplicit": false,
  10. "persons": [],
  11. "category": 1,
  12. "license": {
  13. "code": 1001,
  14. "attribution": "by Joystream Contributors"
  15. },
  16. "publishedBeforeJoystream": {
  17. "isPublished": true,
  18. "date": "2020-01-01"
  19. }
  20. }