123456789101112131415161718192021222324252627282930313233343536 |
- {
- "assets": [
- {
- "Urls": ["https://joystream.org/WorkingGroupOpening.schema.json"]
- }
- ],
- "meta": {
- "title": "Title",
- "description": "Description",
- "video": 1,
- "thumbnailPhoto": "1",
- "duration": 10,
- "mediaPixelHeight": 20,
- "mediaPixelWidth": 50,
- "language": "en",
- "hasMarketing": true,
- "isPublic": true,
- "isExplicit": true,
- "personsList": [1, 2, 5],
- "category": 2,
- "mediaType": {
- "codecName": "mp4",
- "container": "zip",
- "mimeMediaType": "mime media type"
- },
- "license": {
- "code": 1001,
- "attribution": "first",
- "customText": "text"
- },
- "publishedBeforeJoystream": {
- "isPublished": true,
- "date": "2020.02.20"
- }
- }
- }
|