mirror of
https://github.com/bvanroll/startrek-ml.git
synced 2025-08-28 11:32:43 +00:00
12 lines
368 B
JSON
12 lines
368 B
JSON
{
|
|
"Episode":{
|
|
"Cast":["CastMember1", "CastMember2", "CastMember3"],
|
|
"Scenes":{
|
|
"1":{
|
|
"SceneDescription":"The description of what is happening in the scene",
|
|
"lines":[{"Character":"CastMember1","Line":"Line that iks said by CastMember1"},{"Character":"CastMember1","Line":"Line that is said by CastMember2"}]
|
|
}
|
|
}
|
|
}
|
|
}
|