CreateChannel.json 358 B

123456789101112
  1. {
  2. "title": "Example Joystream Channel",
  3. "description": "This is an awesome example channel!",
  4. "isPublic": true,
  5. "language": "en",
  6. "category": 1,
  7. "avatarPhotoPath": "./avatar-photo-1.png",
  8. "coverPhotoPath": "./cover-photo-1.png",
  9. "rewardAccount": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
  10. "collaborators": [],
  11. "moderators": []
  12. }