createVideo.json 748 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "assets": [
  3. {
  4. "Urls": ["https://joystream.org/WorkingGroupOpening.schema.json"]
  5. }
  6. ],
  7. "meta": {
  8. "title": "Title",
  9. "description": "Description",
  10. "video": 1,
  11. "thumbnailPhoto": 1,
  12. "duration": 10,
  13. "mediaPixelHeight": 20,
  14. "mediaPixelWidth": 50,
  15. "language": "en",
  16. "hasMarketing": true,
  17. "isPublic": true,
  18. "isExplicit": true,
  19. "personsList": [1, 2, 5],
  20. "category": 2,
  21. "mediaType": {
  22. "codecName": "mpeg4",
  23. "container": "avi",
  24. "mimeMediaType": "videp/mp4"
  25. },
  26. "license": {
  27. "code": 1001,
  28. "attribution": "first",
  29. "customText": "text"
  30. },
  31. "publishedBeforeJoystream": {
  32. "isPublished": true,
  33. "date": "2012-09-27"
  34. }
  35. }
  36. }