File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
specification/json-schemas/graphics Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 "description" : " Name lower third" ,
55 "id" : " l3rd-name" ,
66 "version" : " 0" ,
7+ "main" : " graphic.mjs" ,
78 "author" : {
89 "name" : " Johan Nyman, SuperFly.tv"
910 },
3233 }
3334 }
3435 },
35- "asd" : 123 ,
3636 "v_myLittleNote" : " Vendor-specific properties can be added using the 'v_' prefix, like this!"
3737}
Original file line number Diff line number Diff line change 33 "name" : " Minimal Test Graphic" ,
44 "description" : " This Graphic includes the bare minimum required to be a valid OGraf Graphic. It displays a 'Hello World!' message." ,
55 "id" : " minimal-example" ,
6+ "main" : " graphic.mjs" ,
67 "supportsRealTime" : true ,
78 "supportsNonRealTime" : false
89}
Original file line number Diff line number Diff line change 33 "name" : " Minimal Test Graphics" ,
44 "description" : " This Graphic shows an OGraf logo" ,
55 "id" : " minimal-logo" ,
6+ "main" : " graphic.mjs" ,
67 "supportsRealTime" : true ,
78 "supportsNonRealTime" : false ,
89 "author" : {
Original file line number Diff line number Diff line change 8383 " $schema" ,
8484 " id" ,
8585 " name" ,
86+ " main" ,
8687 " supportsRealTime" ,
8788 " supportsNonRealTime"
8889 ],
You can’t perform that action at this time.
0 commit comments