mirror of
https://github.com/bvanroll/startrek-ml.git
synced 2025-08-29 03:52:47 +00:00
13 lines
370 B
JSON
13 lines
370 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"}]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|