_index

The index file is used to locate the correct file which contains a desired Scene. Index File entries contain only the prefix name of a file, without the language suffix or the file extension.

The index contains 2 keys:

General Format:

{
	"_listOfConversations": {
		"sceneName": "fileName"
	},
	"_listOfFilenames": ["fileName"]
}